From 22e98b94fb1c4a912582f4aec4b1e5cce90004b0 Mon Sep 17 00:00:00 2001 From: Robert MacEachern Date: Wed, 3 Sep 2025 14:52:23 -0500 Subject: [PATCH 1/3] Bump Perception to 2.0.6 --- Package.swift | 2 +- Samples/Tuist/Package.resolved | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 55a3546ce..aaf9080b9 100644 --- a/Package.swift +++ b/Package.swift @@ -59,7 +59,7 @@ let package = Package( .package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.5.5"), .package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.4.0"), - .package(url: "https://github.com/pointfreeco/swift-perception", from: "1.5.0"), + .package(url: "https://github.com/pointfreeco/swift-perception", from: "2.0.0"), .package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.3"), .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.0.0"), ], diff --git a/Samples/Tuist/Package.resolved b/Samples/Tuist/Package.resolved index 378ee86bf..7dae328cf 100644 --- a/Samples/Tuist/Package.resolved +++ b/Samples/Tuist/Package.resolved @@ -68,8 +68,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-perception", "state" : { - "revision" : "21811d6230a625fa0f2e6ffa85be857075cc02c4", - "version" : "1.5.0" + "revision" : "59b00dfa5548b5b91ebbda6d94d6328d82ca00fe", + "version" : "2.0.6" } }, { @@ -86,8 +86,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "96beb108a57f24c8476ae1f309239270772b2940", - "version" : "1.2.5" + "revision" : "b2ed9eabefe56202ee4939dd9fc46b6241c88317", + "version" : "1.6.1" } } ], From 4ab88a3aaf8692b1472516b1b7039ea3a1eefb41 Mon Sep 17 00:00:00 2001 From: Robert MacEachern Date: Fri, 5 Sep 2025 09:16:30 -0500 Subject: [PATCH 2/3] Update Package.swift Co-authored-by: Andrew Watt <100192+watt@users.noreply.github.com> --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index aaf9080b9..55e758e7e 100644 --- a/Package.swift +++ b/Package.swift @@ -59,7 +59,7 @@ let package = Package( .package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.5.5"), .package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.4.0"), - .package(url: "https://github.com/pointfreeco/swift-perception", from: "2.0.0"), + .package(url: "https://github.com/pointfreeco/swift-perception", "1.5.0"..<"3.0.0"), .package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.3"), .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.0.0"), ], From 0d2359aa25135039029adb22712a87e59cada10a Mon Sep 17 00:00:00 2001 From: Robert MacEachern Date: Fri, 5 Sep 2025 17:00:06 -0500 Subject: [PATCH 3/3] Linter autocorrect --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 55e758e7e..37e0222f6 100644 --- a/Package.swift +++ b/Package.swift @@ -59,7 +59,7 @@ let package = Package( .package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.5.5"), .package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.4.0"), - .package(url: "https://github.com/pointfreeco/swift-perception", "1.5.0"..<"3.0.0"), + .package(url: "https://github.com/pointfreeco/swift-perception", "1.5.0" ..< "3.0.0"), .package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.3"), .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.0.0"), ],