diff --git a/CHANGELOG.md b/CHANGELOG.md index c83592aed..ec4fa919a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ##### Bug Fixes -- None. +- Fix Homebrew Linux builds failing to link `libIndexStore` when Swift is resolved through shimmed toolchain paths. ## 3.7.1 (2026-03-31) diff --git a/Package.resolved b/Package.resolved index 5e2f903df..286ea6a0e 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "b0bc5f1c7db7a956c01429962d1e46c6114bcce9e226ac97ea11346af91c94e3", + "originHash" : "11243e6076e6bead003068dcaef877161ad74a645761e8fa0bd7a5f3f90b7dbf", "pins" : [ { "identity" : "aexml", @@ -49,9 +49,9 @@ { "identity" : "swift-index-store", "kind" : "remoteSourceControl", - "location" : "https://github.com/MobileNativeFoundation/swift-index-store", + "location" : "https://github.com/ileitch/swift-index-store", "state" : { - "revision" : "6b28db49c9412dadfc1c2bfa555306f4b1b93d67" + "revision" : "ad6f20532864a2cf3b1e1ee7a084267e94eb68b9" } }, { diff --git a/Package.swift b/Package.swift index fff4fee37..1aa9b3ed1 100644 --- a/Package.swift +++ b/Package.swift @@ -7,7 +7,7 @@ var dependencies: [Package.Dependency] = [ .package(url: "https://github.com/tadija/AEXML", from: "4.0.0"), .package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"), // Use tag once https://github.com/MobileNativeFoundation/swift-index-store/issues/27 is resolved. - .package(url: "https://github.com/MobileNativeFoundation/swift-index-store", revision: "6b28db49c9412dadfc1c2bfa555306f4b1b93d67"), + .package(url: "https://github.com/ileitch/swift-index-store", revision: "ad6f20532864a2cf3b1e1ee7a084267e94eb68b9"), .package(url: "https://github.com/apple/swift-syntax", from: "603.0.0"), .package(url: "https://github.com/ileitch/swift-filename-matcher", from: "2.0.0"), ]