mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-06-24 12:21:58 +02:00
d3b39dafa0
SwiftPM PR #9985 introduce files in the scratch path whose contents indicate which build system was used to build artifact for a given build configuration. if this file exist, use it's contents to infer the build system. Otherwise, fallback to the existing behaviour. Fixes: #2576