Releases: swiftlang/swift-syntax
0.50600.1
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"))
0.50600.0
This is the 0.50600.0 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.0")
Or, if using a swift-tools-version ≤ 5.4:
.package(url: "https://github.com/apple/swift-syntax", .branch("0.50600.0"))
0.50600.0-SNAPSHOT-2022-01-24
This is a development snapshot of the 0.50600.0 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.0-SNAPSHOT-2022-01-24")
Or, if using a swift-tools-version ≤ 5.4:
.package(url: "https://github.com/apple/swift-syntax", .branch("0.50600.0-SNAPSHOT-2022-01-24"))