Editorial question79.6K views3,148 votes0 answers2,868 following
AI-generated"Dependencies could not be resolved" after swift package update: safe rollback of Package.resolved and build cache
After running swift package update on a Swift 5.9 project, dependency resolution fails with an unsatisfiable-constraints error from the resolver, and I want to return to the previously working dependency graph without guessing at versions. My understanding is that Package.resolved records the exact pinned versions, so restoring the committed copy of that fil
dependency-resolutionswift-package-manager
swiftTasadduq Burneyowner21.5K rep · 25 Dec 2025, 05:45 UTC