This is the 0.50700.1 release of SwiftSyntax that vends the parser library (_InternalSwiftSyntaxParser.dylib
) as a binary framework dependency on macOS.
To use this snapshot add the following dependency to your Package.swift:
.package(url: "https://github.com/apple/swift-syntax", branch: "0.50700.1")
Or, if using a swift-tools-version ≤ 5.4:
.package(url: "https://github.com/apple/swift-syntax", .branch("0.50700.1"))
⚠️ Important: This release of SwiftSyntax is incompatible with the parser library included in the swift-5.7-RELEASE toolchain. On Linux, download a recent swift-5.7-DEVELOPMENT-SNAPSHOT toolchain to use this SwiftSyntax version. On macOS, this version of SwiftSyntax is compatible with any recent Swift or Xcode toolchain because it includes the parser library as a binary dependency.