You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add two Sendable annotations to enable building SourceKit-LSP in Swift 6 mode (#7559)
* **Explanation**: Mark `FileRuleDescription` and `Platform` as
`Sendable` and make `Platform.current` a constant. This allows us to
build SourceKit-LSP in Swift 6 mode
* **Scope**: `FileRuleDescription` and `Platform` if SwiftPM is used as
a library
* **Risk**: Very low, adding `Sendable` conformances is safe and I don’t
expect anyone to modify `Platform.current`
* **Testing**: Verified that this helps us build SourceKit-LSP in Swift
6 mode
* **Issue**: n/a
* **Reviewer**: @xedin on
#7553
0 commit comments