Skip to content

chore(deps): bump github.com/swiftlang/swift-syntax from 603.0.1 to 603.0.2#36

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/github.com/swiftlang/swift-syntax-603.0.2
Open

chore(deps): bump github.com/swiftlang/swift-syntax from 603.0.1 to 603.0.2#36
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/github.com/swiftlang/swift-syntax-603.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/swiftlang/swift-syntax from 603.0.1 to 603.0.2.

Release notes

Sourced from github.com/swiftlang/swift-syntax's releases.

603.0.2

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/swift-syntax#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

Commits
  • 79e4b74 Merge pull request #3356 from rintaro/6.3-workaround-rdar178757853
  • 73ee8a7 [Tests] Prevent inlining of a test function
  • 210c77f [6.3] Add support for Swift Testing in SwiftSyntaxMacrosTestsSupport (#3352)
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Dependency updates swift Swift Package Manager dependency updates labels Jul 17, 2026
Bumps [github.com/swiftlang/swift-syntax](https://github.com/swiftlang/swift-syntax) from 603.0.1 to 603.0.2.
- [Release notes](https://github.com/swiftlang/swift-syntax/releases)
- [Commits](swiftlang/swift-syntax@603.0.1...603.0.2)

---
updated-dependencies:
- dependency-name: github.com/swiftlang/swift-syntax
  dependency-version: 603.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/swift/github.com/swiftlang/swift-syntax-603.0.2 branch from ac0188d to 1c924e9 Compare July 18, 2026 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates swift Swift Package Manager dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants