Skip to content

603.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 18:44
· 182 commits to main since this release
2b59c0c

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