Closed as not planned
Description
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>