File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ if ProcessInfo.processInfo.environment["SWIFT_BUILD_SCRIPT_ENVIRONMENT"] != nil
28
28
// - We need to require that the target is macOS (checked by `.when`) because binary dependencies are only supported by SwiftPM on macOS.
29
29
#if os(macOS)
30
30
let parserLibraryTarget : [ Target ] = [ . binaryTarget(
31
- name: " _InternalSwiftSyntaxParser " ,
32
- url: " https://github.com/apple/swift-syntax /releases/download/0.50600.1/_InternalSwiftSyntaxParser .xcframework.zip " ,
33
- checksum: " 0e0d9ecbfddd0765485ded160beb9e7657e7add9d5ffd98ef61e8bd0c967e3a9 "
31
+ name: " lib_InternalSwiftSyntaxParser " ,
32
+ url: " https://github.com/keith/StaticInternalSwiftSyntaxParser /releases/download/5.6/lib_InternalSwiftSyntaxParser .xcframework.zip " ,
33
+ checksum: " 88d748f76ec45880a8250438bd68e5d6ba716c8042f520998a438db87083ae9d "
34
34
) ]
35
- let parserLibraryDependency : [ Target . Dependency ] = [ . target( name: " _InternalSwiftSyntaxParser " , condition: . when( platforms: [ . macOS] ) ) ]
35
+ let parserLibraryDependency : [ Target . Dependency ] = [ . target( name: " lib_InternalSwiftSyntaxParser " , condition: . when( platforms: [ . macOS] ) ) ]
36
36
#else
37
37
let parserLibraryTarget : [ Target ] = [ ]
38
38
let parserLibraryDependency : [ Target . Dependency ] = [ ]
You can’t perform that action at this time.
0 commit comments