Skip to content

Bump github.com/swiftlang/swift-syntax from 602.0.0 to 603.0.2#803

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

Bump github.com/swiftlang/swift-syntax from 602.0.0 to 603.0.2#803
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/swift/github.com/swiftlang/swift-syntax-603.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/swiftlang/swift-syntax from 602.0.0 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

603.0.1

What's Changed

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

603.0.0

New APIs

  • SwiftIfConfig.StaticBuildConfiguration a data structure for a build configuration.

    • Description: This describes all of the aspects of a build configuration that are needed for #if evaluation. It is Codable so that it can be stored and replayed later.
    • Pull Request: swiftlang/swift-syntax#3154
  • MacroExpansionContext.buildConfiguration

    • Description: MacroExpansionContext now has buildConfiguration property describing the build configuration that will be used with the generated source code.
    • Pull Request: swiftlang/swift-syntax#3154

API Behavior Changes

Deprecations

API-Incompatible Changes

603.0.0-prerelease-2026-06-05

No release notes provided.

603.0.0-prerelease-2026-02-23

No release notes provided.

603.0.0-prerelease-2026-02-16

No release notes provided.

603.0.0-prerelease-2026-02-09

No release notes provided.

603.0.0-prerelease-2025-12-17

No release notes provided.

... (truncated)

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)
  • 9de99a7 Merge pull request #3307 from SimplyDanny/patch-1
  • ec767e2 Add explicit target dependency
  • 2b59c0c Merge pull request #3291 from rintaro/6.3-cmake-swift-compiler-capability-stdin
  • 8576fe9 [CMake] Avoid 'swiftc -parse' with stdin to check compiler capability
  • 1d233d6 Merge pull request #3228 from jmschonfeld/6.3/basicmacroexpansioncontext-buil...
  • 681ea06 Add @​hborla as owner for SwiftSyntax files
  • 98e3786 Implement BasicMacroExpansionContext.buildConfiguration (#3191)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/swiftlang/swift-syntax](https://github.com/swiftlang/swift-syntax) from 602.0.0 to 603.0.2.
- [Release notes](https://github.com/swiftlang/swift-syntax/releases)
- [Changelog](https://github.com/swiftlang/swift-syntax/blob/main/Changelog.md)
- [Commits](swiftlang/swift-syntax@602.0.0...79e4b74)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Jun 19, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner June 19, 2026 20:04
@dependabot
dependabot Bot requested review from theospears and removed request for a team June 19, 2026 20:04
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants