File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,18 @@ final class LinkageTest: XCTestCase {
48
48
. library( " -lswift_Concurrency " ) ,
49
49
. library( " -lswift_StringProcessing " , condition: . mayBeAbsent( " Starting in Xcode 14 this library is not always autolinked " ) ) ,
50
50
] )
51
+
52
+ try assertLinkage ( of: " SwiftSyntaxBuilder " , in: baseURL, assertions: [
53
+ . library( " -lobjc " ) ,
54
+ . library( " -lswiftCompatibility51 " , condition: . mayBeAbsent( " Starting in Xcode 14 this library is not always autolinked " ) ) ,
55
+ . library( " -lswiftCompatibility56 " , condition: . mayBeAbsent( " Starting in Xcode 14 this library is not always autolinked " ) ) ,
56
+ . library( " -lswiftCompatibilityConcurrency " ) ,
57
+ . library( " -lswiftCore " ) ,
58
+ . library( " -lswiftSwiftOnoneSupport " , condition: . when( configuration: . debug) ) ,
59
+ . library( " -lswift_Concurrency " ) ,
60
+ . library( " -lswift_StringProcessing " , condition: . mayBeAbsent( " Starting in Xcode 14 this library is not always autolinked " ) ) ,
61
+ ] )
62
+
51
63
}
52
64
}
53
65
You can’t perform that action at this time.
0 commit comments