@@ -34,6 +34,7 @@ final class LinkageTest: XCTestCase {
3434 . library( " -lswiftCompatibility51 " , condition: . mayBeAbsent( " Starting in Xcode 14 this library is not always autolinked " ) ) ,
3535 . library( " -lswiftCompatibility56 " , condition: . mayBeAbsent( " Starting in Xcode 14 this library is not always autolinked " ) ) ,
3636 . library( " -lswiftCompatibilityConcurrency " ) ,
37+ . library( " -lswiftCompatibilityPacks " , condition: . mayBeAbsent( " Only in newer compilers " ) ) ,
3738 . library( " -lswiftCore " ) ,
3839 . library( " -lswiftDarwin " , condition: . mayBeAbsent( " Not present when building inside the compiler " ) ) ,
3940 . library( " -lswiftSwiftOnoneSupport " , condition: . when( configuration: . debug) ) ,
@@ -50,6 +51,7 @@ final class LinkageTest: XCTestCase {
5051 . library( " -lswiftCompatibility51 " , condition: . mayBeAbsent( " Starting in Xcode 14 this library is not always autolinked " ) ) ,
5152 . library( " -lswiftCompatibility56 " , condition: . mayBeAbsent( " Starting in Xcode 14 this library is not always autolinked " ) ) ,
5253 . library( " -lswiftCompatibilityConcurrency " ) ,
54+ . library( " -lswiftCompatibilityPacks " , condition: . mayBeAbsent( " Only in newer compilers " ) ) ,
5355 . library( " -lswiftCore " ) ,
5456 . library( " -lswiftSwiftOnoneSupport " , condition: . when( configuration: . debug) ) ,
5557 . library( " -lswift_Concurrency " ) ,
@@ -65,6 +67,7 @@ final class LinkageTest: XCTestCase {
6567 . library( " -lswiftCompatibility51 " , condition: . mayBeAbsent( " Starting in Xcode 14 this library is not always autolinked " ) ) ,
6668 . library( " -lswiftCompatibility56 " , condition: . mayBeAbsent( " Starting in Xcode 14 this library is not always autolinked " ) ) ,
6769 . library( " -lswiftCompatibilityConcurrency " ) ,
70+ . library( " -lswiftCompatibilityPacks " , condition: . mayBeAbsent( " Only in newer compilers " ) ) ,
6871 . library( " -lswiftCore " ) ,
6972 . library( " -lswiftSwiftOnoneSupport " , condition: . when( configuration: . debug) ) ,
7073 . library( " -lswift_Concurrency " ) ,
0 commit comments