Skip to content

Update dependency swiftlang/swift-syntax to v603 - #105

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/swiftlang-swift-syntax-603.x
Open

Update dependency swiftlang/swift-syntax to v603#105
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/swiftlang-swift-syntax-603.x

Conversation

@renovate

@renovate renovate Bot commented Mar 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
swiftlang/swift-syntax major from: "602.0.0"from: "603.0.2"

Release Notes

swiftlang/swift-syntax (swiftlang/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: #​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

v603.0.0

Compare Source

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: #​3154
  • MacroExpansionContext.buildConfiguration

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

API Behavior Changes

Deprecations

API-Incompatible Changes


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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/swiftlang-swift-syntax-603.x branch 2 times, most recently from 8042d81 to 62ebfaa Compare April 1, 2026 18:22
@renovate
renovate Bot force-pushed the renovate/swiftlang-swift-syntax-603.x branch from 62ebfaa to 87c5c29 Compare April 24, 2026 20:04
@renovate
renovate Bot force-pushed the renovate/swiftlang-swift-syntax-603.x branch from 87c5c29 to ea2dc73 Compare May 18, 2026 14:32
@renovate
renovate Bot force-pushed the renovate/swiftlang-swift-syntax-603.x branch from ea2dc73 to 9eacd85 Compare June 22, 2026 19:12
@renovate
renovate Bot force-pushed the renovate/swiftlang-swift-syntax-603.x branch from 9eacd85 to c262ba6 Compare July 6, 2026 05:55
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.

0 participants