mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
1) Toolchain ID is no longer unique; XcodeDefault toolchains may be registered multiple times as long as their path is different (e.g. different Xcode versions). At the moment no other toolchain may be duplicated. 2) `BuildSystem` specifies a `Toolchain` directly instead of a Toolchain identifier. 3) New methods to access Toolchains in the registry: - All toolchain(s) with the given identifier - Toolchain (if any) for the given path