-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for selecting SwiftSDKs #786
Labels
enhancement
New feature or request
Comments
Tracked in Apple’s issue tracker as rdar://113099964 |
ahoppen
added a commit
to ahoppen/sourcekit-lsp
that referenced
this issue
Jun 28, 2024
We previously always assumed that the project was being built for the host. Fixes swiftlang#786 Fixes swiftlang#1475 rdar://129662080 rdar://113099964
github-project-automation
bot
moved this to Done
in VSCode Swift Extension Requirements
Jun 28, 2024
ahoppen
added a commit
to ahoppen/sourcekit-lsp
that referenced
this issue
Jun 28, 2024
We previously always assumed that the project was being built for the host. Fixes swiftlang#786 Fixes swiftlang#1475 rdar://129662080 rdar://113099964
lokesh-tr
pushed a commit
to lokesh-tr/sourcekit-lsp
that referenced
this issue
Jul 4, 2024
We previously always assumed that the project was being built for the host. Fixes swiftlang#786 Fixes swiftlang#1475 rdar://129662080 rdar://113099964
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that the SwiftSDKs proposal has been accepted, SourceKit-LSP should add support for the SwiftPM command line parameter:
--swift-sdk
. So the user can select a SwiftSDK in a similar manner to how they would with SwiftPM.The text was updated successfully, but these errors were encountered: