Refresh Package.resolved → SecondMouseAU (closes #61)#62
Merged
Conversation
After the gsdali → SecondMouseAU org migration, Package.swift already pointed at SecondMouseAU but the committed Package.resolved still pinned gsdali (SwiftPM matches by identity, so builds kept fetching gsdali). Regenerated the v3 lockfile in a clean clone (this dev checkout has local package overrides, so resolve here writes nothing): all 6 deps now pin github.com/SecondMouseAU/* (OCCTSwift re-pinned 1.7.x → 1.8.0, latest in range). Build-tested clean against the refreshed lockfile. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Regenerates the v3 lockfile so it pins the new org. After the gsdali→SecondMouseAU migration,
Package.swiftalready targeted SecondMouseAU butPackage.resolvedstill pinned gsdali (SwiftPM matches by identity → builds kept fetching gsdali).Regenerated in a clean clone (this dev checkout has local package overrides, so
resolvewrites no lockfile here). Result: all 6 deps pingithub.com/SecondMouseAU/*, zero gsdali; OCCTSwift re-pinned to the latest in-range (1.8.0). Build-tested clean against the refreshed lockfile.Closes #61.