diff --git a/Sources/SWBUniversalPlatform/Specs/Clang.xcspec b/Sources/SWBUniversalPlatform/Specs/Clang.xcspec index 38df870c..89e1aa1a 100644 --- a/Sources/SWBUniversalPlatform/Specs/Clang.xcspec +++ b/Sources/SWBUniversalPlatform/Specs/Clang.xcspec @@ -3257,6 +3257,7 @@ Architectures = ( x86_64, x86_64h, + aarch64, arm64, arm64e, ); diff --git a/Sources/SWBUniversalPlatform/Specs/Ld.xcspec b/Sources/SWBUniversalPlatform/Specs/Ld.xcspec index 40022fee..6f0b4f32 100644 --- a/Sources/SWBUniversalPlatform/Specs/Ld.xcspec +++ b/Sources/SWBUniversalPlatform/Specs/Ld.xcspec @@ -609,6 +609,7 @@ Architectures = ( x86_64, x86_64h, + aarch64, arm64, arm64e, ); @@ -628,6 +629,7 @@ Architectures = ( x86_64, x86_64h, + aarch64, arm64, arm64e, ); diff --git a/Sources/SWBUniversalPlatform/Specs/Swift.xcspec b/Sources/SWBUniversalPlatform/Specs/Swift.xcspec index ba60e9b1..384b099b 100644 --- a/Sources/SWBUniversalPlatform/Specs/Swift.xcspec +++ b/Sources/SWBUniversalPlatform/Specs/Swift.xcspec @@ -1253,6 +1253,7 @@ Architectures = ( x86_64, x86_64h, + aarch64, arm64, arm64e, );