swiftlang / sourcekit-lsp

Language Server Protocol implementation for Swift and C-based languages
Apache License 2.0
3.2k stars 264 forks source link

Support using SourceKit-LSP for projects that are cross-compiled #1535

Closed ahoppen closed 5 days ago

ahoppen commented 5 days ago

We previously always assumed that the project was being built for the host.

Fixes https://github.com/swiftlang/sourcekit-lsp/issues/786 Fixes https://github.com/swiftlang/sourcekit-lsp/issues/1475 rdar://129662080 rdar://113099964

ahoppen commented 5 days ago

@swift-ci Please test