Build Information
Failed to build Int2X, reference main (ca4881
), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2025 23:39:35 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Int2X-Package -destination generic/platform=watchOS
Build Log
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:433:17: error: 'vU256Divide' is unavailable in watchOS
vU256Divide(&a, &b, &q, &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:366:1: note: 'vU256Divide' has been explicitly marked unavailable here
vU256Divide(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:438:49: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:439:49: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast(other, to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:440:31: error: 'vU256' is unavailable in watchOS
var (q, r) = (vU256(), vU256())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:440:40: error: 'vU256' is unavailable in watchOS
var (q, r) = (vU256(), vU256())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:441:17: error: 'vU256Divide' is unavailable in watchOS
vU256Divide(&a, &b, &q, &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:366:1: note: 'vU256Divide' has been explicitly marked unavailable here
vU256Divide(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:446:49: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:447:49: error: 'vU512' is unavailable in watchOS
var b = unsafeBitCast(other, to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:448:31: error: 'vU512' is unavailable in watchOS
var (q, r) = (vU512(), vU512())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:448:40: error: 'vU512' is unavailable in watchOS
var (q, r) = (vU512(), vU512())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:449:17: error: 'vU512Divide' is unavailable in watchOS
vU512Divide(&a, &b, &q, &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:400:1: note: 'vU512Divide' has been explicitly marked unavailable here
vU512Divide(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:454:49: error: 'vU1024' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:455:49: error: 'vU1024' is unavailable in watchOS
var b = unsafeBitCast(other, to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:456:31: error: 'vU1024' is unavailable in watchOS
var (q, r) = (vU1024(), vU1024())
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:456:41: error: 'vU1024' is unavailable in watchOS
var (q, r) = (vU1024(), vU1024())
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:457:17: error: 'vU1024Divide' is unavailable in watchOS
vU1024Divide(&a, &b, &q, &r)
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:434:1: note: 'vU1024Divide' has been explicitly marked unavailable here
vU1024Divide(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:513:73: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast((dividend.low, dividend.high), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:514:46: error: 'vU128' is unavailable in watchOS
var b = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:514:59: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:515:31: error: 'vU256' is unavailable in watchOS
var (q, r) = (vU256(), vU256())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:515:40: error: 'vU256' is unavailable in watchOS
var (q, r) = (vU256(), vU256())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:516:17: error: 'vU256Divide' is unavailable in watchOS
vU256Divide(&a, &b, &q, &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:366:1: note: 'vU256Divide' has been explicitly marked unavailable here
vU256Divide(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:521:73: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast((dividend.low, dividend.high), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:522:46: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast((self, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:522:59: error: 'vU512' is unavailable in watchOS
var b = unsafeBitCast((self, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:523:31: error: 'vU512' is unavailable in watchOS
var (q, r) = (vU512(), vU512())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:523:40: error: 'vU512' is unavailable in watchOS
var (q, r) = (vU512(), vU512())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:524:17: error: 'vU512Divide' is unavailable in watchOS
vU512Divide(&a, &b, &q, &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:400:1: note: 'vU512Divide' has been explicitly marked unavailable here
vU512Divide(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:529:73: error: 'vU1024' is unavailable in watchOS
var a = unsafeBitCast((dividend.low, dividend.high), to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:530:46: error: 'vU512' is unavailable in watchOS
var b = unsafeBitCast((self, vU512()), to:vU1024.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:530:59: error: 'vU1024' is unavailable in watchOS
var b = unsafeBitCast((self, vU512()), to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:531:31: error: 'vU1024' is unavailable in watchOS
var (q, r) = (vU1024(), vU1024())
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:531:41: error: 'vU1024' is unavailable in watchOS
var (q, r) = (vU1024(), vU1024())
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:532:17: error: 'vU1024Divide' is unavailable in watchOS
vU1024Divide(&a, &b, &q, &r)
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:434:1: note: 'vU1024Divide' has been explicitly marked unavailable here
vU1024Divide(
^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Int2X/Int2X.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64_32/UInt2X.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64_32/UInt2X.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64_32/UInt2X.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64_32/UInt2X.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64_32/Int2X_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Int2X -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64_32/UInt2X.o -index-unit-output-path /Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64_32/UInt2X.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ Int2X.swift /Users/admin/builder/spi-builder-workspace/Sources/Int2X/Int2X.swift (in target 'Int2X' from project 'Int2X')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Int2X/Int2X.swift (in target 'Int2X' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ UInt2X.swift /Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift (in target 'Int2X' from project 'Int2X')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Int2X/Int2X.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/armv7k/UInt2X.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/armv7k/UInt2X.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/armv7k/UInt2X.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/armv7k/UInt2X.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/armv7k/Int2X_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Int2X -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/armv7k/UInt2X.o -index-unit-output-path /Int2X.build/Debug-watchos/Int2X.build/Objects-normal/armv7k/UInt2X.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift (in target 'Int2X' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:110:47: error: 'vU128' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:110:60: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:111:47: error: 'vU128' is unavailable in watchOS
var b = unsafeBitCast((other, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:111:60: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast((other, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:112:26: error: 'vU256' is unavailable in watchOS
var ab = vU256()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:113:17: error: 'vU256Add' is unavailable in watchOS
vU256Add(&a, &b, &ab)
^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:940:1: note: 'vU256Add' has been explicitly marked unavailable here
vU256Add(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:117:47: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast((self, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:117:60: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast((self, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:118:47: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast((other, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:118:60: error: 'vU512' is unavailable in watchOS
var b = unsafeBitCast((other, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:119:26: error: 'vU512' is unavailable in watchOS
var ab = vU512()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:120:17: error: 'vU512Add' is unavailable in watchOS
vU512Add(&a, &b, &ab)
^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1000:1: note: 'vU512Add' has been explicitly marked unavailable here
vU512Add(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:124:47: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast((self, vU512()), to:vU1024.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:124:60: error: 'vU1024' is unavailable in watchOS
var a = unsafeBitCast((self, vU512()), to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:125:47: error: 'vU512' is unavailable in watchOS
var b = unsafeBitCast((other, vU512()), to:vU1024.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:125:60: error: 'vU1024' is unavailable in watchOS
var b = unsafeBitCast((other, vU512()), to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:126:26: error: 'vU1024' is unavailable in watchOS
var ab = vU1024()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:127:17: error: 'vU1024Add' is unavailable in watchOS
vU1024Add(&a, &b, &ab)
^~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1060:1: note: 'vU1024Add' has been explicitly marked unavailable here
vU1024Add(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:175:47: error: 'vU128' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:175:60: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:176:47: error: 'vU128' is unavailable in watchOS
var b = unsafeBitCast((other, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:176:60: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast((other, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:177:26: error: 'vU256' is unavailable in watchOS
var ab = vU256()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:178:17: error: 'vU256Sub' is unavailable in watchOS
vU256Sub(&a, &b, &ab)
^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:662:1: note: 'vU256Sub' has been explicitly marked unavailable here
vU256Sub(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:182:47: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast((self, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:182:60: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast((self, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:183:47: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast((other, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:183:60: error: 'vU512' is unavailable in watchOS
var b = unsafeBitCast((other, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:184:26: error: 'vU512' is unavailable in watchOS
var ab = vU512()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:185:17: error: 'vU512Sub' is unavailable in watchOS
vU512Sub(&a, &b, &ab)
^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:722:1: note: 'vU512Sub' has been explicitly marked unavailable here
vU512Sub(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:189:47: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast((self, vU512()), to:vU1024.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:189:60: error: 'vU1024' is unavailable in watchOS
var a = unsafeBitCast((self, vU512()), to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:190:47: error: 'vU512' is unavailable in watchOS
var b = unsafeBitCast((other, vU512()), to:vU1024.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:190:60: error: 'vU1024' is unavailable in watchOS
var b = unsafeBitCast((other, vU512()), to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:191:26: error: 'vU1024' is unavailable in watchOS
var ab = vU1024()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:192:17: error: 'vU1024Sub' is unavailable in watchOS
vU1024Sub(&a, &b, &ab)
^~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:782:1: note: 'vU1024Sub' has been explicitly marked unavailable here
vU1024Sub(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:243:49: error: 'vU128' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU128.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:244:49: error: 'vU128' is unavailable in watchOS
var b = unsafeBitCast(other, to:vU128.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:245:26: error: 'vU256' is unavailable in watchOS
var ab = vU256()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:246:17: error: 'vU128FullMultiply' is unavailable in watchOS
vU128FullMultiply(&a, &b, &ab)
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:475:1: note: 'vU128FullMultiply' has been explicitly marked unavailable here
vU128FullMultiply(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:250:49: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:251:49: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast(other, to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:252:26: error: 'vU512' is unavailable in watchOS
var ab = vU512()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:253:17: error: 'vU256FullMultiply' is unavailable in watchOS
vU256FullMultiply(&a, &b, &ab)
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:505:1: note: 'vU256FullMultiply' has been explicitly marked unavailable here
vU256FullMultiply(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:257:49: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:258:49: error: 'vU512' is unavailable in watchOS
var b = unsafeBitCast(other, to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:259:26: error: 'vU1024' is unavailable in watchOS
var ab = vU1024()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:260:17: error: 'vU512FullMultiply' is unavailable in watchOS
vU512FullMultiply(&a, &b, &ab)
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:535:1: note: 'vU512FullMultiply' has been explicitly marked unavailable here
vU512FullMultiply(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:323:47: error: 'vU128' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:323:60: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:324:25: error: 'vU256' is unavailable in watchOS
var r = vU256()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:325:17: error: 'vLR256Shift' is unavailable in watchOS
vLR256Shift(&a, UInt32(width), &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1269:1: note: 'vLR256Shift' has been explicitly marked unavailable here
vLR256Shift(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:328:48: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:329:25: error: 'vU256' is unavailable in watchOS
var r = vU256()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:330:17: error: 'vLR256Shift' is unavailable in watchOS
vLR256Shift(&a, UInt32(width), &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1269:1: note: 'vLR256Shift' has been explicitly marked unavailable here
vLR256Shift(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:333:48: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:334:25: error: 'vU512' is unavailable in watchOS
var r = vU512()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:335:17: error: 'vLR512Shift' is unavailable in watchOS
vLR512Shift(&a, UInt32(width), &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1284:1: note: 'vLR512Shift' has been explicitly marked unavailable here
vLR512Shift(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:338:48: error: 'vU1024' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:339:25: error: 'vU1024' is unavailable in watchOS
var r = vU1024()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:340:17: error: 'vLR1024Shift' is unavailable in watchOS
vLR1024Shift(&a, UInt32(width), &r)
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1299:1: note: 'vLR1024Shift' has been explicitly marked unavailable here
vLR1024Shift(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:365:47: error: 'vU128' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:365:60: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:366:25: error: 'vU256' is unavailable in watchOS
var r = vU256()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:367:17: error: 'vLL256Shift' is unavailable in watchOS
vLL256Shift(&a, UInt32(width), &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1224:1: note: 'vLL256Shift' has been explicitly marked unavailable here
vLL256Shift(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:370:48: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:371:25: error: 'vU256' is unavailable in watchOS
var r = vU256()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:372:17: error: 'vLL256Shift' is unavailable in watchOS
vLL256Shift(&a, UInt32(width), &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1224:1: note: 'vLL256Shift' has been explicitly marked unavailable here
vLL256Shift(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:375:48: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:376:25: error: 'vU512' is unavailable in watchOS
var r = vU512()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:377:17: error: 'vLL512Shift' is unavailable in watchOS
vLL512Shift(&a, UInt32(width), &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1239:1: note: 'vLL512Shift' has been explicitly marked unavailable here
vLL512Shift(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:380:48: error: 'vU1024' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:381:25: error: 'vU1024' is unavailable in watchOS
var r = vU1024()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:382:17: error: 'vLL1024Shift' is unavailable in watchOS
vLL1024Shift(&a, UInt32(width), &r)
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1254:1: note: 'vLL1024Shift' has been explicitly marked unavailable here
vLL1024Shift(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:430:47: error: 'vU128' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:430:60: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:431:47: error: 'vU128' is unavailable in watchOS
var b = unsafeBitCast((other, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:431:60: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast((other, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:432:31: error: 'vU256' is unavailable in watchOS
var (q, r) = (vU256(), vU256())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:432:40: error: 'vU256' is unavailable in watchOS
var (q, r) = (vU256(), vU256())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:433:17: error: 'vU256Divide' is unavailable in watchOS
vU256Divide(&a, &b, &q, &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:366:1: note: 'vU256Divide' has been explicitly marked unavailable here
vU256Divide(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:438:49: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:439:49: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast(other, to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:440:31: error: 'vU256' is unavailable in watchOS
var (q, r) = (vU256(), vU256())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:440:40: error: 'vU256' is unavailable in watchOS
var (q, r) = (vU256(), vU256())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:441:17: error: 'vU256Divide' is unavailable in watchOS
vU256Divide(&a, &b, &q, &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:366:1: note: 'vU256Divide' has been explicitly marked unavailable here
vU256Divide(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:446:49: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:447:49: error: 'vU512' is unavailable in watchOS
var b = unsafeBitCast(other, to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:448:31: error: 'vU512' is unavailable in watchOS
var (q, r) = (vU512(), vU512())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:448:40: error: 'vU512' is unavailable in watchOS
var (q, r) = (vU512(), vU512())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:449:17: error: 'vU512Divide' is unavailable in watchOS
vU512Divide(&a, &b, &q, &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:400:1: note: 'vU512Divide' has been explicitly marked unavailable here
vU512Divide(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:454:49: error: 'vU1024' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:455:49: error: 'vU1024' is unavailable in watchOS
var b = unsafeBitCast(other, to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:456:31: error: 'vU1024' is unavailable in watchOS
var (q, r) = (vU1024(), vU1024())
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:456:41: error: 'vU1024' is unavailable in watchOS
var (q, r) = (vU1024(), vU1024())
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:457:17: error: 'vU1024Divide' is unavailable in watchOS
vU1024Divide(&a, &b, &q, &r)
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:434:1: note: 'vU1024Divide' has been explicitly marked unavailable here
vU1024Divide(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:513:73: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast((dividend.low, dividend.high), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:514:46: error: 'vU128' is unavailable in watchOS
var b = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:514:59: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:515:31: error: 'vU256' is unavailable in watchOS
var (q, r) = (vU256(), vU256())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:515:40: error: 'vU256' is unavailable in watchOS
var (q, r) = (vU256(), vU256())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:516:17: error: 'vU256Divide' is unavailable in watchOS
vU256Divide(&a, &b, &q, &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:366:1: note: 'vU256Divide' has been explicitly marked unavailable here
vU256Divide(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:521:73: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast((dividend.low, dividend.high), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:522:46: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast((self, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:522:59: error: 'vU512' is unavailable in watchOS
var b = unsafeBitCast((self, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:523:31: error: 'vU512' is unavailable in watchOS
var (q, r) = (vU512(), vU512())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:523:40: error: 'vU512' is unavailable in watchOS
var (q, r) = (vU512(), vU512())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:524:17: error: 'vU512Divide' is unavailable in watchOS
vU512Divide(&a, &b, &q, &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:400:1: note: 'vU512Divide' has been explicitly marked unavailable here
vU512Divide(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:529:73: error: 'vU1024' is unavailable in watchOS
var a = unsafeBitCast((dividend.low, dividend.high), to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:530:46: error: 'vU512' is unavailable in watchOS
var b = unsafeBitCast((self, vU512()), to:vU1024.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:530:59: error: 'vU1024' is unavailable in watchOS
var b = unsafeBitCast((self, vU512()), to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:531:31: error: 'vU1024' is unavailable in watchOS
var (q, r) = (vU1024(), vU1024())
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:531:41: error: 'vU1024' is unavailable in watchOS
var (q, r) = (vU1024(), vU1024())
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:532:17: error: 'vU1024Divide' is unavailable in watchOS
vU1024Divide(&a, &b, &q, &r)
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:434:1: note: 'vU1024Divide' has been explicitly marked unavailable here
vU1024Divide(
^
SwiftCompile normal arm64 Compiling\ UInt2X.swift /Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift (in target 'Int2X' from project 'Int2X')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift (in target 'Int2X' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:110:47: error: 'vU128' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:110:60: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:111:47: error: 'vU128' is unavailable in watchOS
var b = unsafeBitCast((other, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:111:60: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast((other, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:112:26: error: 'vU256' is unavailable in watchOS
var ab = vU256()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:113:17: error: 'vU256Add' is unavailable in watchOS
vU256Add(&a, &b, &ab)
^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:940:1: note: 'vU256Add' has been explicitly marked unavailable here
vU256Add(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:117:47: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast((self, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:117:60: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast((self, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:118:47: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast((other, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:118:60: error: 'vU512' is unavailable in watchOS
var b = unsafeBitCast((other, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:119:26: error: 'vU512' is unavailable in watchOS
var ab = vU512()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:120:17: error: 'vU512Add' is unavailable in watchOS
vU512Add(&a, &b, &ab)
^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1000:1: note: 'vU512Add' has been explicitly marked unavailable here
vU512Add(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:124:47: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast((self, vU512()), to:vU1024.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:124:60: error: 'vU1024' is unavailable in watchOS
var a = unsafeBitCast((self, vU512()), to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:125:47: error: 'vU512' is unavailable in watchOS
var b = unsafeBitCast((other, vU512()), to:vU1024.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:125:60: error: 'vU1024' is unavailable in watchOS
var b = unsafeBitCast((other, vU512()), to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:126:26: error: 'vU1024' is unavailable in watchOS
var ab = vU1024()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:127:17: error: 'vU1024Add' is unavailable in watchOS
vU1024Add(&a, &b, &ab)
^~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1060:1: note: 'vU1024Add' has been explicitly marked unavailable here
vU1024Add(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:175:47: error: 'vU128' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:175:60: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:176:47: error: 'vU128' is unavailable in watchOS
var b = unsafeBitCast((other, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:176:60: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast((other, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:177:26: error: 'vU256' is unavailable in watchOS
var ab = vU256()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:178:17: error: 'vU256Sub' is unavailable in watchOS
vU256Sub(&a, &b, &ab)
^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:662:1: note: 'vU256Sub' has been explicitly marked unavailable here
vU256Sub(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:182:47: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast((self, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:182:60: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast((self, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:183:47: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast((other, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:183:60: error: 'vU512' is unavailable in watchOS
var b = unsafeBitCast((other, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:184:26: error: 'vU512' is unavailable in watchOS
var ab = vU512()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:185:17: error: 'vU512Sub' is unavailable in watchOS
vU512Sub(&a, &b, &ab)
^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:722:1: note: 'vU512Sub' has been explicitly marked unavailable here
vU512Sub(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:189:47: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast((self, vU512()), to:vU1024.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:189:60: error: 'vU1024' is unavailable in watchOS
var a = unsafeBitCast((self, vU512()), to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:190:47: error: 'vU512' is unavailable in watchOS
var b = unsafeBitCast((other, vU512()), to:vU1024.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:190:60: error: 'vU1024' is unavailable in watchOS
var b = unsafeBitCast((other, vU512()), to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:191:26: error: 'vU1024' is unavailable in watchOS
var ab = vU1024()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:192:17: error: 'vU1024Sub' is unavailable in watchOS
vU1024Sub(&a, &b, &ab)
^~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:782:1: note: 'vU1024Sub' has been explicitly marked unavailable here
vU1024Sub(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:243:49: error: 'vU128' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU128.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:244:49: error: 'vU128' is unavailable in watchOS
var b = unsafeBitCast(other, to:vU128.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:245:26: error: 'vU256' is unavailable in watchOS
var ab = vU256()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:246:17: error: 'vU128FullMultiply' is unavailable in watchOS
vU128FullMultiply(&a, &b, &ab)
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:475:1: note: 'vU128FullMultiply' has been explicitly marked unavailable here
vU128FullMultiply(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:250:49: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:251:49: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast(other, to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:252:26: error: 'vU512' is unavailable in watchOS
var ab = vU512()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:253:17: error: 'vU256FullMultiply' is unavailable in watchOS
vU256FullMultiply(&a, &b, &ab)
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:505:1: note: 'vU256FullMultiply' has been explicitly marked unavailable here
vU256FullMultiply(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:257:49: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:258:49: error: 'vU512' is unavailable in watchOS
var b = unsafeBitCast(other, to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:259:26: error: 'vU1024' is unavailable in watchOS
var ab = vU1024()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:260:17: error: 'vU512FullMultiply' is unavailable in watchOS
vU512FullMultiply(&a, &b, &ab)
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:535:1: note: 'vU512FullMultiply' has been explicitly marked unavailable here
vU512FullMultiply(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:323:47: error: 'vU128' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:323:60: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:324:25: error: 'vU256' is unavailable in watchOS
var r = vU256()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:325:17: error: 'vLR256Shift' is unavailable in watchOS
vLR256Shift(&a, UInt32(width), &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1269:1: note: 'vLR256Shift' has been explicitly marked unavailable here
vLR256Shift(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:328:48: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:329:25: error: 'vU256' is unavailable in watchOS
var r = vU256()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:330:17: error: 'vLR256Shift' is unavailable in watchOS
vLR256Shift(&a, UInt32(width), &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1269:1: note: 'vLR256Shift' has been explicitly marked unavailable here
vLR256Shift(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:333:48: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:334:25: error: 'vU512' is unavailable in watchOS
var r = vU512()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:335:17: error: 'vLR512Shift' is unavailable in watchOS
vLR512Shift(&a, UInt32(width), &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1284:1: note: 'vLR512Shift' has been explicitly marked unavailable here
vLR512Shift(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:338:48: error: 'vU1024' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:339:25: error: 'vU1024' is unavailable in watchOS
var r = vU1024()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:340:17: error: 'vLR1024Shift' is unavailable in watchOS
vLR1024Shift(&a, UInt32(width), &r)
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1299:1: note: 'vLR1024Shift' has been explicitly marked unavailable here
vLR1024Shift(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:365:47: error: 'vU128' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:365:60: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:366:25: error: 'vU256' is unavailable in watchOS
var r = vU256()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:367:17: error: 'vLL256Shift' is unavailable in watchOS
vLL256Shift(&a, UInt32(width), &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1224:1: note: 'vLL256Shift' has been explicitly marked unavailable here
vLL256Shift(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:370:48: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:371:25: error: 'vU256' is unavailable in watchOS
var r = vU256()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:372:17: error: 'vLL256Shift' is unavailable in watchOS
vLL256Shift(&a, UInt32(width), &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1224:1: note: 'vLL256Shift' has been explicitly marked unavailable here
vLL256Shift(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:375:48: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:376:25: error: 'vU512' is unavailable in watchOS
var r = vU512()
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:377:17: error: 'vLL512Shift' is unavailable in watchOS
vLL512Shift(&a, UInt32(width), &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1239:1: note: 'vLL512Shift' has been explicitly marked unavailable here
vLL512Shift(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:380:48: error: 'vU1024' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:381:25: error: 'vU1024' is unavailable in watchOS
var r = vU1024()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:382:17: error: 'vLL1024Shift' is unavailable in watchOS
vLL1024Shift(&a, UInt32(width), &r)
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:1254:1: note: 'vLL1024Shift' has been explicitly marked unavailable here
vLL1024Shift(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:430:47: error: 'vU128' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:430:60: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:431:47: error: 'vU128' is unavailable in watchOS
var b = unsafeBitCast((other, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:431:60: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast((other, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:432:31: error: 'vU256' is unavailable in watchOS
var (q, r) = (vU256(), vU256())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:432:40: error: 'vU256' is unavailable in watchOS
var (q, r) = (vU256(), vU256())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:433:17: error: 'vU256Divide' is unavailable in watchOS
vU256Divide(&a, &b, &q, &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:366:1: note: 'vU256Divide' has been explicitly marked unavailable here
vU256Divide(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:438:49: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:439:49: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast(other, to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:440:31: error: 'vU256' is unavailable in watchOS
var (q, r) = (vU256(), vU256())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:440:40: error: 'vU256' is unavailable in watchOS
var (q, r) = (vU256(), vU256())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:441:17: error: 'vU256Divide' is unavailable in watchOS
vU256Divide(&a, &b, &q, &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:366:1: note: 'vU256Divide' has been explicitly marked unavailable here
vU256Divide(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:446:49: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:447:49: error: 'vU512' is unavailable in watchOS
var b = unsafeBitCast(other, to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:448:31: error: 'vU512' is unavailable in watchOS
var (q, r) = (vU512(), vU512())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:448:40: error: 'vU512' is unavailable in watchOS
var (q, r) = (vU512(), vU512())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:449:17: error: 'vU512Divide' is unavailable in watchOS
vU512Divide(&a, &b, &q, &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:400:1: note: 'vU512Divide' has been explicitly marked unavailable here
vU512Divide(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:454:49: error: 'vU1024' is unavailable in watchOS
var a = unsafeBitCast(self, to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:455:49: error: 'vU1024' is unavailable in watchOS
var b = unsafeBitCast(other, to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:456:31: error: 'vU1024' is unavailable in watchOS
var (q, r) = (vU1024(), vU1024())
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:456:41: error: 'vU1024' is unavailable in watchOS
var (q, r) = (vU1024(), vU1024())
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:457:17: error: 'vU1024Divide' is unavailable in watchOS
vU1024Divide(&a, &b, &q, &r)
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:434:1: note: 'vU1024Divide' has been explicitly marked unavailable here
vU1024Divide(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:513:73: error: 'vU256' is unavailable in watchOS
var a = unsafeBitCast((dividend.low, dividend.high), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:514:46: error: 'vU128' is unavailable in watchOS
var b = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:137:7: note: 'vU128' has been explicitly marked unavailable here
union vU128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:514:59: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast((self, vU128()), to:vU256.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:515:31: error: 'vU256' is unavailable in watchOS
var (q, r) = (vU256(), vU256())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:515:40: error: 'vU256' is unavailable in watchOS
var (q, r) = (vU256(), vU256())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:516:17: error: 'vU256Divide' is unavailable in watchOS
vU256Divide(&a, &b, &q, &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:366:1: note: 'vU256Divide' has been explicitly marked unavailable here
vU256Divide(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:521:73: error: 'vU512' is unavailable in watchOS
var a = unsafeBitCast((dividend.low, dividend.high), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:522:46: error: 'vU256' is unavailable in watchOS
var b = unsafeBitCast((self, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:163:7: note: 'vU256' has been explicitly marked unavailable here
union vU256 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:522:59: error: 'vU512' is unavailable in watchOS
var b = unsafeBitCast((self, vU256()), to:vU512.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:523:31: error: 'vU512' is unavailable in watchOS
var (q, r) = (vU512(), vU512())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:523:40: error: 'vU512' is unavailable in watchOS
var (q, r) = (vU512(), vU512())
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:524:17: error: 'vU512Divide' is unavailable in watchOS
vU512Divide(&a, &b, &q, &r)
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:400:1: note: 'vU512Divide' has been explicitly marked unavailable here
vU512Divide(
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:529:73: error: 'vU1024' is unavailable in watchOS
var a = unsafeBitCast((dividend.low, dividend.high), to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:530:46: error: 'vU512' is unavailable in watchOS
var b = unsafeBitCast((self, vU512()), to:vU1024.self)
^~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:199:7: note: 'vU512' has been explicitly marked unavailable here
union vU512 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:530:59: error: 'vU1024' is unavailable in watchOS
var b = unsafeBitCast((self, vU512()), to:vU1024.self)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:531:31: error: 'vU1024' is unavailable in watchOS
var (q, r) = (vU1024(), vU1024())
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:531:41: error: 'vU1024' is unavailable in watchOS
var (q, r) = (vU1024(), vU1024())
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:255:7: note: 'vU1024' has been explicitly marked unavailable here
union vU1024 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift:532:17: error: 'vU1024Divide' is unavailable in watchOS
vU1024Divide(&a, &b, &q, &r)
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/vBigNum.h:434:1: note: 'vU1024Divide' has been explicitly marked unavailable here
vU1024Divide(
^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Int2X/Int2X.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64/UInt2X.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64/UInt2X.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64/UInt2X.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64/UInt2X.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64/Int2X_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Int2X -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64/UInt2X.o -index-unit-output-path /Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64/UInt2X.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Int2X (in target 'Int2X' from project 'Int2X')
SwiftDriver\ Compilation\ Requirements Int2X normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Int2X' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Int2X -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64_32/Int2X.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64_32/Int2X-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64_32/Int2X.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64_32/Int2X_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64_32/Int2X-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Int2X.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64_32/Int2X.abi.json (in target 'Int2X' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64_32/Int2X.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Int2X.swiftmodule/arm64_32-apple-watchos.abi.json
SwiftDriverJobDiscovery normal armv7k Emitting module for Int2X (in target 'Int2X' from project 'Int2X')
SwiftDriver\ Compilation\ Requirements Int2X normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Int2X' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Int2X -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/armv7k/Int2X.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/armv7k/Int2X-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/armv7k/Int2X.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/armv7k/Int2X_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/armv7k/Int2X-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Int2X.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/armv7k/Int2X.abi.json (in target 'Int2X' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/armv7k/Int2X.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Int2X.swiftmodule/armv7k-apple-watchos.abi.json
SwiftDriverJobDiscovery normal arm64 Emitting module for Int2X (in target 'Int2X' from project 'Int2X')
SwiftDriver\ Compilation\ Requirements Int2X normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Int2X' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Int2X -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64/Int2X.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64/Int2X-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64/Int2X.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64/Int2X_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64/Int2X-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Int2X.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64/Int2X.abi.json (in target 'Int2X' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2X.build/Objects-normal/arm64/Int2X.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Int2X.swiftmodule/arm64-apple-watchos.abi.json
SwiftDriver Int2XRun normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Int2XRun' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Int2XRun -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64_32/Int2XRun.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64_32/Int2XRun-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64_32/Int2XRun.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64_32/Int2XRun_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Int2XRun normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Int2XRun' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Int2XRun -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64/Int2XRun.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64/Int2XRun-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64/Int2XRun.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64/Int2XRun_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Int2XRun normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Int2XRun' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Int2XRun -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/armv7k/Int2XRun.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/armv7k/Int2XRun-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/armv7k/Int2XRun.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/armv7k/Int2XRun_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ Int2XRun (in target 'Int2XRun' from project 'Int2X')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Int2XRun/main.swift (in target 'Int2XRun' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/Int2XRun/main.swift (in target 'Int2XRun' from project 'Int2X')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Int2XRun/main.swift (in target 'Int2XRun' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Int2XRun (in target 'Int2XRun' from project 'Int2X')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Int2XRun/main.swift (in target 'Int2XRun' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Int2XRun (in target 'Int2XRun' from project 'Int2X')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Int2XRun/main.swift (in target 'Int2XRun' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/Int2XRun/main.swift (in target 'Int2XRun' from project 'Int2X')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Int2XRun/main.swift (in target 'Int2XRun' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Int2XRun (in target 'Int2XRun' from project 'Int2X')
SwiftCompile normal arm64_32 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/Int2XRun/main.swift (in target 'Int2XRun' from project 'Int2X')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Int2XRun/main.swift (in target 'Int2XRun' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Emitting module for Int2XRun (in target 'Int2XRun' from project 'Int2X')
SwiftDriver\ Compilation\ Requirements Int2XRun normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Int2XRun' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Int2XRun -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64_32/Int2XRun.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64_32/Int2XRun-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64_32/Int2XRun.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64_32/Int2XRun_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for Int2XRun (in target 'Int2XRun' from project 'Int2X')
SwiftDriver\ Compilation\ Requirements Int2XRun normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Int2XRun' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Int2XRun -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/armv7k/Int2XRun.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/armv7k/Int2XRun-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/armv7k/Int2XRun.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/armv7k/Int2XRun_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements Int2XRun normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Int2XRun' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Int2XRun -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64/Int2XRun.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64/Int2XRun-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64/Int2XRun.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64/Int2XRun_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Int2XRun.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/armv7k/Int2XRun.swiftmodule (in target 'Int2XRun' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/armv7k/Int2XRun.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Int2XRun.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Int2XRun.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/armv7k/Int2XRun.abi.json (in target 'Int2XRun' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/armv7k/Int2XRun.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Int2XRun.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Int2XRun.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64_32/Int2XRun.swiftmodule (in target 'Int2XRun' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64_32/Int2XRun.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Int2XRun.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Int2XRun.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64_32/Int2XRun.abi.json (in target 'Int2XRun' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64_32/Int2XRun.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Int2XRun.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Int2XRun.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64/Int2XRun.swiftmodule (in target 'Int2XRun' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64/Int2XRun.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Int2XRun.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Int2XRun.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64/Int2XRun.abi.json (in target 'Int2XRun' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/arm64/Int2XRun.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Int2XRun.swiftmodule/arm64-apple-watchos.abi.json
SwiftDriverJobDiscovery normal armv7k Compiling main.swift (in target 'Int2XRun' from project 'Int2X')
SwiftDriver\ Compilation Int2XRun normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Int2XRun' from project 'Int2X')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Int2XRun -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/armv7k/Int2XRun.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/armv7k/Int2XRun-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/armv7k/Int2XRun.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/Objects-normal/armv7k/Int2XRun_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Int2X.build/Debug-watchos/Int2XRun.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift (in target 'Int2X' from project 'Int2X')
SwiftCompile normal arm64_32 Compiling\ UInt2X.swift /Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift (in target 'Int2X' from project 'Int2X')
SwiftCompile normal armv7k Compiling\ UInt2X.swift /Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift (in target 'Int2X' from project 'Int2X')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift (in target 'Int2X' from project 'Int2X')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift (in target 'Int2X' from project 'Int2X')
SwiftCompile normal arm64 Compiling\ UInt2X.swift /Users/admin/builder/spi-builder-workspace/Sources/Int2X/UInt2X.swift (in target 'Int2X' from project 'Int2X')
Building workspace spi-builder-workspace with scheme Int2X-Package
(7 failures)
BUILD FAILURE 6.1 watchOS