Update Tuist Package.resolved after swift-snapshot-testing bump#6336
Merged
ajpallares merged 1 commit intomainfrom Feb 23, 2026
Merged
Update Tuist Package.resolved after swift-snapshot-testing bump#6336ajpallares merged 1 commit intomainfrom
ajpallares merged 1 commit intomainfrom
Conversation
Resolves Tuist dependencies after #6335 updated swift-snapshot-testing from a revision pin to exact: "1.18.9". Co-authored-by: Cursor <cursoragent@cursor.com>
rickvdl
approved these changes
Feb 23, 2026
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| "revision" : "4799286537280063c85a32f09884cfbca301b1a1", | ||
| "version" : "602.0.0" | ||
| } | ||
| }, |
There was a problem hiding this comment.
SwiftSyntax pin may break toolchain compatibility
Medium Severity
The new transitive pin to swift-syntax (602.0.0) can be toolchain-coupled and may fail to resolve or build when the repo/CI uses a different Swift toolchain than the one that matches this SwiftSyntax release, causing tuist install / dependency builds to break even though only Package.resolved changed.
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.


Motivation
#6335 updated
Tuist/Package.swiftto useexact: "1.18.9"forswift-snapshot-testing, but theTuist/Package.resolvedfile was not regenerated in that PR. Without this update,tuist install/tuist generatewould re-resolve on every run.Description
Ran
tuist installto regenerateTuist/Package.resolved. The resolved file now pins:swift-snapshot-testingat1.18.9swift-custom-dump(1.4.1),swift-syntax(602.0.0),xctest-dynamic-overlay(1.9.0)Made with Cursor
Note
Low Risk
Lockfile-only change that updates pinned dependency revisions and adds transitive pins; risk is limited to build/test resolution differences.
Overview
Regenerates
Tuist/Package.resolvedto match theswift-snapshot-testingpin at1.18.9, updating its resolved revision andoriginHashsotuist install/generateno longer re-resolves each run.The lockfile now also pins new transitive dependencies (
swift-custom-dump1.4.1,swift-syntax602.0.0,xctest-dynamic-overlay1.9.0).Written by Cursor Bugbot for commit cc89535. This will update automatically on new commits. Configure here.