"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