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

5.7-beta5

Pre-release
Pre-release

Choose a tag to compare

@keith keith released this 15 Aug 19:38
· 2 commits to main since this release

This release was built from this branch: swiftlang/swift@release/5.7...keith:staticinternalswiftsyntaxparser-5.7-beta5 based on the release/5.7 branch from upstream. This was built at the time Xcode 14 beta 5 was the newest version. Things could change between now and the final Xcode 14 / Swift 5.7 release.

Sha256:

52f6eb8af2519e7d42298bb874670d788b95f599ff023c449a34cfe20d04c702  lib_InternalSwiftSyntaxParser.xcframework.zip

Swift Package Manager snippet:

.binaryTarget(
    name: "lib_InternalSwiftSyntaxParser",
    url: "https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.7-beta5/lib_InternalSwiftSyntaxParser.xcframework.zip",
    checksum: "52f6eb8af2519e7d42298bb874670d788b95f599ff023c449a34cfe20d04c702"
),

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.