-
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
Align the set of cross-compilation arguments with SwiftPM #601
Comments
Note that there was an attempt for |
It would be better if |
rdar://97961537 |
Hello! Sorry for resurrecting this, but SwiftWasm is currently quite limited on VS Code because of this issue. Was there something intrinsically wrong with #330 or was there just a problem with tests failing? I'm wondering how I could get started (if I need to be aware of any challenges, any useful pointers) to hopefully fix this issue. |
I've left a comment on that PR, but I also think we need an additional LSP message type to allow client extensions to switch between available Swift SDKs, not just triples. That probably also implies querying for a list of already installed SDKs so that a user is able to select one from the list. |
Closing as a duplicate of #786. |
SourceKit-LSP is missing most of the dedicated arguments for cross-compilation that was introduced in SwiftPM, which makes it hard to use when it comes to cross-compiling.
Ideally it should gain the same level of support with
swift build
. The missing ones are:--destination <destination>
--triple <triple>
--sdk <sdk>
--toolchain <toolchain>
The text was updated successfully, but these errors were encountered: