mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-06 18:24:36 +01:00
This goes through the work of building a swiftpm package, loading the index, and performing requests against sourcekit-lsp using that package. This gives us a canary test for our swiftpm support to make sure the whole thing works together. We don't anticipate adding many tests like this, since they are relatively slow.