Skip to content

Update Tuist Package.resolved after swift-snapshot-testing bump#6336

Merged
ajpallares merged 1 commit intomainfrom
ajp/update-tuist-package-resolved
Feb 23, 2026
Merged

Update Tuist Package.resolved after swift-snapshot-testing bump#6336
ajpallares merged 1 commit intomainfrom
ajp/update-tuist-package-resolved

Conversation

@ajpallares
Copy link
Copy Markdown
Member

@ajpallares ajpallares commented Feb 23, 2026

Motivation

#6335 updated Tuist/Package.swift to use exact: "1.18.9" for swift-snapshot-testing, but the Tuist/Package.resolved file was not regenerated in that PR. Without this update, tuist install / tuist generate would re-resolve on every run.

Description

Ran tuist install to regenerate Tuist/Package.resolved. The resolved file now pins:

  • swift-snapshot-testing at 1.18.9
  • New transitive dependencies: swift-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.resolved to match the swift-snapshot-testing pin at 1.18.9, updating its resolved revision and originHash so tuist install/generate no longer re-resolves each run.

The lockfile now also pins new transitive dependencies (swift-custom-dump 1.4.1, swift-syntax 602.0.0, xctest-dynamic-overlay 1.9.0).

Written by Cursor Bugbot for commit cc89535. This will update automatically on new commits. Configure here.

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>
@ajpallares ajpallares marked this pull request as ready for review February 23, 2026 15:48
@ajpallares ajpallares requested a review from a team as a code owner February 23, 2026 15:48
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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"
}
},
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

@ajpallares ajpallares enabled auto-merge (squash) February 23, 2026 15:49
@ajpallares ajpallares merged commit 1733d31 into main Feb 23, 2026
18 of 19 checks passed
@ajpallares ajpallares deleted the ajp/update-tuist-package-resolved branch February 23, 2026 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants