Skip to content

Update dependency apple/swift-syntax to v603.0.2#1882

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/apple-swift-syntax-603.x
Closed

Update dependency apple/swift-syntax to v603.0.2#1882
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/apple-swift-syntax-603.x

Conversation

@renovate

@renovate renovate Bot commented Apr 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
apple/swift-syntax patch from: "603.0.0"from: "603.0.2"
apple/swift-syntax major from: "602.0.0"from: "603.0.2"
apple/swift-syntax major from: "601.0.1"from: "603.0.2"
apple/swift-syntax major from: "600.0.1"from: "603.0.2"
apple/swift-syntax major from: "510.0.3"from: "603.0.2"
apple/swift-syntax major from: "509.1.1"from: "603.0.2"
apple/swift-syntax major from: "508.0.1"from: "603.0.2"

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

apple/swift-syntax (apple/swift-syntax)

v603.0.2

Compare Source

API Behavior Changes

  • SwiftSyntaxMacrosTestSupport now supports Swift Testing in addition to XCTest
    • Description: Macro implementations can now be tested using Swift Testing. Calling assertMacroExpansion() from a Swift Testing test will record failures as test issues automatically.
    • Pull Request: swiftlang#3352
    • Migration steps: None required. Existing tests using SwiftSyntaxMacrosTestSupport with XCTest continue to work unchanged, but you can convert such tests to Swift Testing if desired.
    • Notes: If your project has an explicit dependency on the swift-testing package, rather than using a built-in copy of the Testing module, you may encounter build or runtime issues. This is a known limitation of using a non-built-in distribution of Swift Testing; the Distributions documentation covers this topic in detail. There are two ways to resolve this: (1) remove the dependency on the swift-testing package and switch to using a built-in copy, as the documentation recommends; or (2) import SwiftSyntaxMacrosGenericTestSupport instead of SwiftSyntaxMacrosTestSupport and supply your own failureHandler: closure that calls Issue.record() explicitly. (The latter works correctly even when using a package dependency.)

Full Changelog: swiftlang/swift-syntax@603.0.1...603.0.2

v603.0.1

Compare Source

What's Changed

Full Changelog: swiftlang/swift-syntax@603.0.0...603.0.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/apple-swift-syntax-603.x branch 6 times, most recently from 2534ec6 to 6eee900 Compare April 27, 2026 23:02
@renovate renovate Bot force-pushed the renovate/apple-swift-syntax-603.x branch 8 times, most recently from 5c41cc2 to 15de302 Compare May 6, 2026 00:36
@renovate renovate Bot force-pushed the renovate/apple-swift-syntax-603.x branch 7 times, most recently from 4a995f4 to 837c025 Compare May 14, 2026 00:45
@renovate renovate Bot force-pushed the renovate/apple-swift-syntax-603.x branch 9 times, most recently from 38e17cb to 91bedc7 Compare May 21, 2026 19:10
@renovate renovate Bot force-pushed the renovate/apple-swift-syntax-603.x branch 6 times, most recently from 4c15cd4 to b1b246e Compare June 6, 2026 06:11
@renovate renovate Bot force-pushed the renovate/apple-swift-syntax-603.x branch 2 times, most recently from e2e611e to 07f0ef9 Compare June 8, 2026 18:05
@renovate renovate Bot changed the title Update dependency apple/swift-syntax to v603.0.1 Update dependency apple/swift-syntax to v603.0.2 Jun 8, 2026
@renovate renovate Bot force-pushed the renovate/apple-swift-syntax-603.x branch 6 times, most recently from 0f6a9e6 to c23f4b2 Compare June 13, 2026 01:06
@renovate renovate Bot force-pushed the renovate/apple-swift-syntax-603.x branch 6 times, most recently from 40f4c3a to adb7fae Compare June 23, 2026 00:56
@renovate renovate Bot force-pushed the renovate/apple-swift-syntax-603.x branch 7 times, most recently from 7f4fd60 to 845dbff Compare June 27, 2026 02:03
@renovate

renovate Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 603.x releases. But if you manually upgrade to 603.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant