From 239cf050968fbb7653ffeb624e248da40de2131c Mon Sep 17 00:00:00 2001 From: Brandon McAnsh Date: Thu, 27 Aug 2026 22:04:05 -0400 Subject: [PATCH] fix(api): pin Package.resolved to flipcash2-client-protocol 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #672 moved `FlipcashAPI/Package.swift` to `exact: "0.2.0"` without the `Package.resolved` that goes with it, so the workspace still pinned 0.1.0. Local builds hide this — SwiftPM re-resolves and rewrites the file — but Xcode Cloud runs with automatic dependency resolution disabled and fails the archive: an out-of-date resolved file was detected at Code.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved, which is not allowed when automatic dependency resolution is disabled Deploy Flipcash #512 is the first Xcode Cloud build of main since #672, and it failed this way. Commit the resolution the pin implies. --- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Code.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 892a9cdc8..9d08e0d1b 100644 --- a/Code.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Code.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -86,8 +86,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/code-payments/flipcash2-client-protocol", "state" : { - "revision" : "73372b30748d8eb36c1a2f5a18ea9c8d1f7c6241", - "version" : "0.1.0" + "revision" : "9f6e3805672e955863dc91302bc60e27b7f03977", + "version" : "0.2.0" } }, {