Skip to content

0.50600.1

Compare
Choose a tag to compare
@ahoppen ahoppen released this 18 Mar 08:22
· 4793 commits to main since this release

This is the 0.50600.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.50600.1")

Or, if using a swift-tools-version ≤ 5.4:

.package(url: "https://github.com/apple/swift-syntax", .branch("0.50600.1"))