From 91c6098d51fac60720f53725bb8f527b7d576ec8 Mon Sep 17 00:00:00 2001 From: Ian Leitch Date: Sun, 26 Apr 2026 10:05:05 +0200 Subject: [PATCH] Update swift-index-store --- Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index 52c8106d7..8253ca2e5 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "2e444ccf7e9a1075624d35210321a0ac279dfd5cea240ee48ce3c615d9ef85b2", + "originHash" : "7ba8ddf61062e73b9d569f82fd759d8dda039d3f731d180bc62eb3a988dd83d3", "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" : "7edb9a64e084ed64f83b84fb9269d3d1a20c0687" + "revision" : "ed1f232d33b8e03956af0f4206fbd30171a43138" } }, { diff --git a/Package.swift b/Package.swift index 88510a645..615594a0f 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: "7edb9a64e084ed64f83b84fb9269d3d1a20c0687"), + .package(url: "https://github.com/ileitch/swift-index-store", revision: "ed1f232d33b8e03956af0f4206fbd30171a43138"), .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"), ]