mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Now that swiftpm has derived sources, for example the resource bundle
accessor generated for `Bundle.module`, we need to ensure they get added
to compiler arguments for the module as seen by sourcekit-lsp. Luckily
there is now a convenient ".sources" property on the target description.
https://bugs.swift.org/browse/SR-14658
(cherry picked from commit 8a6500685a)