From 34a458511118f205eae3b7540e0a9c12b74369b5 Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 13 Jul 2026 22:53:05 +0800 Subject: [PATCH 1/2] Fix legacy snapshot testing resolution --- .../xcshareddata/swiftpm/Package.resolved | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Example/Example_Legacy.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Example/Example_Legacy.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 9c74c6161..a016a68a5 100644 --- a/Example/Example_Legacy.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Example/Example_Legacy.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "e40b85245583a7bbe55d1e943345c3538a67605ef5d0beeb07825c0c5248f457", + "originHash" : "57d94e7c1e1ab561f6789ceb8f0f7c77a287462ba4a3d2f22ce9d741c4cae8dd", "pins" : [ { "identity" : "equatable", @@ -58,10 +58,10 @@ { "identity" : "swift-snapshot-testing", "kind" : "remoteSourceControl", - "location" : "https://github.com/OpenSwiftUIProject/swift-snapshot-testing", + "location" : "https://github.com/OpenSwiftUIProject/swift-snapshot-testing.git", "state" : { - "revision" : "6456a4fd141fa6ae4aedfb433987038293220cfd", - "version" : "1.18.9-osui" + "revision" : "ad5e3190cc63dc288f28546f9c6827efc1e9d495", + "version" : "1.19.2" } }, { From 060fc7ec7a96ff5b0f9091ed310d0a065d879915 Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 13 Jul 2026 23:12:29 +0800 Subject: [PATCH 2/2] Update snapshot testing to 1.19.3 --- Example/Example_Legacy.xcodeproj/project.pbxproj | 2 +- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- Example/Tuist/Package.resolved | 10 +++++----- Example/Tuist/Package.swift | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Example/Example_Legacy.xcodeproj/project.pbxproj b/Example/Example_Legacy.xcodeproj/project.pbxproj index a4aba69a9..a1bbdcef5 100644 --- a/Example/Example_Legacy.xcodeproj/project.pbxproj +++ b/Example/Example_Legacy.xcodeproj/project.pbxproj @@ -1378,7 +1378,7 @@ repositoryURL = "https://github.com/OpenSwiftUIProject/swift-snapshot-testing.git"; requirement = { kind = exactVersion; - version = "1.19.2"; + version = "1.19.3"; }; }; 278EF52B2E2272F2009C32EB /* XCRemoteSwiftPackageReference "equatable" */ = { diff --git a/Example/Example_Legacy.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Example/Example_Legacy.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index a016a68a5..c150b57e1 100644 --- a/Example/Example_Legacy.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Example/Example_Legacy.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -60,8 +60,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/OpenSwiftUIProject/swift-snapshot-testing.git", "state" : { - "revision" : "ad5e3190cc63dc288f28546f9c6827efc1e9d495", - "version" : "1.19.2" + "revision" : "1bc16f430d8410e7f087d4c787767b26fd32fe30", + "version" : "1.19.3" } }, { diff --git a/Example/Tuist/Package.resolved b/Example/Tuist/Package.resolved index 19bc6e946..300cac598 100644 --- a/Example/Tuist/Package.resolved +++ b/Example/Tuist/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "01744f7f8b6481b6a65f9cb93b209909899b7246fd0ba73c7508a8652608fc62", + "originHash" : "3b75843b30de7ae52117746121db03c09c1cef5f4217c839e9b86c5e31fc1265", "pins" : [ { "identity" : "compute", @@ -51,8 +51,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-custom-dump", "state" : { - "revision" : "06c57924455064182d6b217f06ebc05d00cb2990", - "version" : "1.5.0" + "revision" : "a8cd6c976f335ed361dcecddb0dc39ebda51bc3e", + "version" : "1.6.1" } }, { @@ -69,8 +69,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/OpenSwiftUIProject/swift-snapshot-testing.git", "state" : { - "revision" : "ad5e3190cc63dc288f28546f9c6827efc1e9d495", - "version" : "1.19.2" + "revision" : "1bc16f430d8410e7f087d4c787767b26fd32fe30", + "version" : "1.19.3" } }, { diff --git a/Example/Tuist/Package.swift b/Example/Tuist/Package.swift index 92c242237..120e8f2c6 100644 --- a/Example/Tuist/Package.swift +++ b/Example/Tuist/Package.swift @@ -32,7 +32,7 @@ var dependencies: [PackageDescription.Package.Dependency] = [ .package(url: "https://github.com/swiftlang/swift-syntax.git", from: "601.0.0"), .package(url: "https://github.com/OpenSwiftUIProject/equatable.git", branch: "main"), .package(url: "https://github.com/OpenSwiftUIProject/SymbolLocator.git", from: "0.2.0"), - .package(url: "https://github.com/OpenSwiftUIProject/swift-snapshot-testing.git", exact: "1.19.2"), + .package(url: "https://github.com/OpenSwiftUIProject/swift-snapshot-testing.git", exact: "1.19.3"), ] if enableLookInsideServer {