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
[SourceKitLSP] Start using SwiftPM independent BuildDestination typ… (#7884)
…e in `BuildTarget` API
### Motivation:
`BuildTriple` is going away to it's as good time as any to introduce a
new type to be used by SourceKit-LSP.
### Modifications:
- Adds a new `BuildDestination` API to be used by SourceKit-LSP instead
of `BuildTriple`
- Removes `BuildTriple` use from `BuildTarget`
### Result:
`BuildTriple` is no longer used by SourceKit-LSP.
0 commit comments