@@ -34,6 +34,7 @@ final class LinkageTest: XCTestCase {
34
34
. library( " -lswiftCompatibility51 " , condition: . mayBeAbsent( " Starting in Xcode 14 this library is not always autolinked " ) ) ,
35
35
. library( " -lswiftCompatibility56 " , condition: . mayBeAbsent( " Starting in Xcode 14 this library is not always autolinked " ) ) ,
36
36
. library( " -lswiftCompatibilityConcurrency " ) ,
37
+ . library( " -lswiftCompatibilityPacks " , condition: . mayBeAbsent( " Only in newer compilers " ) ) ,
37
38
. library( " -lswiftCore " ) ,
38
39
. library( " -lswiftDarwin " , condition: . mayBeAbsent( " Not present when building inside the compiler " ) ) ,
39
40
. library( " -lswiftSwiftOnoneSupport " , condition: . when( configuration: . debug) ) ,
@@ -50,6 +51,7 @@ final class LinkageTest: XCTestCase {
50
51
. library( " -lswiftCompatibility51 " , condition: . mayBeAbsent( " Starting in Xcode 14 this library is not always autolinked " ) ) ,
51
52
. library( " -lswiftCompatibility56 " , condition: . mayBeAbsent( " Starting in Xcode 14 this library is not always autolinked " ) ) ,
52
53
. library( " -lswiftCompatibilityConcurrency " ) ,
54
+ . library( " -lswiftCompatibilityPacks " , condition: . mayBeAbsent( " Only in newer compilers " ) ) ,
53
55
. library( " -lswiftCore " ) ,
54
56
. library( " -lswiftSwiftOnoneSupport " , condition: . when( configuration: . debug) ) ,
55
57
. library( " -lswift_Concurrency " ) ,
@@ -65,6 +67,7 @@ final class LinkageTest: XCTestCase {
65
67
. library( " -lswiftCompatibility51 " , condition: . mayBeAbsent( " Starting in Xcode 14 this library is not always autolinked " ) ) ,
66
68
. library( " -lswiftCompatibility56 " , condition: . mayBeAbsent( " Starting in Xcode 14 this library is not always autolinked " ) ) ,
67
69
. library( " -lswiftCompatibilityConcurrency " ) ,
70
+ . library( " -lswiftCompatibilityPacks " , condition: . mayBeAbsent( " Only in newer compilers " ) ) ,
68
71
. library( " -lswiftCore " ) ,
69
72
. library( " -lswiftSwiftOnoneSupport " , condition: . when( configuration: . debug) ) ,
70
73
. library( " -lswift_Concurrency " ) ,
0 commit comments