Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

5.6

Compare
Choose a tag to compare
@keith keith released this 17 Mar 00:12
· 4 commits to main since this release

This release was built from this branch: swiftlang/swift@release/5.6...keith:staticinternalswiftsyntaxparser-5.6 based on the release/5.6 branch from upstream.

Sha256:

88d748f76ec45880a8250438bd68e5d6ba716c8042f520998a438db87083ae9d  lib_InternalSwiftSyntaxParser.xcframework.zip

Swift Package Manager snippet:

.binaryTarget(
    name: "lib_InternalSwiftSyntaxParser",
    url: "https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.6/lib_InternalSwiftSyntaxParser.xcframework.zip",
    checksum: "88d748f76ec45880a8250438bd68e5d6ba716c8042f520998a438db87083ae9d"
),

NOTE: With SwiftSyntax 5.6, it now bundles the dynamic version of lib_InternalSwiftSyntaxParser with the library itself, leading to both this version, and that version being linked. To ignore the dynamic version pass -Xlinker -dead_strip_dylibs when building.