Files
sourcekit-lsp/Sources/BuildSystemIntegration
Ben Barham 3f189ee82c Use the new SwiftPM API to load the build plan
We previously skipped building/running tool plugins here, which meant
that the compiler arguments for a target also missed any generated
sources. Use the new `BuildDescription.load` API from SwiftPM to address
this.

Resolves rdar://102242345.
2025-02-17 19:11:30 -08:00
..