fix(deps): resolve shared-core at 0.5.1 to match the requirement - #729
Merged
Merged
Conversation
#725 raised the flipcash-shared-core-spm requirement to upToNextMinor 0.5.0 but left Package.resolved pinned at 0.4.1. Xcode Cloud archives with automatic dependency resolution disabled, so it refuses the stale file rather than re-resolving — build #524 failed at Archive with "an out-of-date resolved file was detected", and every build off main fails the same way.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Every Xcode Cloud build off
mainfails at Archive:#725 raised the
flipcash-shared-core-spmrequirement toupToNextMinor 0.5.0but leftPackage.resolvedpinned at0.4.1. Locally Xcode just re-resolves and the mismatch is invisible; Xcode Cloud archives with automatic resolution disabled, so it stops.This is the resolution a local build produces against
main— shared-core0.5.1,originHashupdated to match. Nothing else moves.Found by build #524.