Build Information
Successful build of BigInt, reference master (72fed4), with Swift 6.1 for visionOS using Xcode 16.3 on 23 Apr 2026 02:56:35 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BigInt -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mIwr/BigInt.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mIwr/BigInt
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 72fed47 Syn with upstream commit https://github.com/leif-ibsen/BigInt/commit/c2f49bee454760e433bafff17bfdc5b96f75d7c8
Cloned https://github.com/mIwr/BigInt.git
Revision (git rev-parse @):
72fed470be7c9ac9470f3470b124751a33928472
SUCCESS checkout https://github.com/mIwr/BigInt.git at master
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/mIwr/BigInt.git
https://github.com/mIwr/BigInt.git
{
"dependencies" : [
],
"manifest_display_name" : "BigInt",
"name" : "BigInt",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "BigInt",
"targets" : [
"BigInt"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "BigIntTests",
"module_type" : "SwiftTarget",
"name" : "BigIntTests",
"path" : "Tests/BigIntTests",
"sources" : [
"AdditionTest.swift",
"BinomialTest.swift",
"BitTest.swift",
"CRTTest.swift",
"ComparisonTest.swift",
"ConstructorTest.swift",
"DivExactTest.swift",
"DivModBZTest.swift",
"DivModTest.swift",
"ExpModTest.swift",
"FFTTest.swift",
"FactorialTest.swift",
"FibonacciTest.swift",
"FractionTest.swift",
"GcdExtendedTest.swift",
"GcdTest.swift",
"IntMinMaxTest.swift",
"JacobiTest.swift",
"KaratsubaTest.swift",
"KroneckerTest.swift",
"LcmTest.swift",
"LimbTest.swift",
"ModInverseTest.swift",
"MulSquareTest.swift",
"MultiplicationTest.swift",
"PerformanceTest.swift",
"Pow2Test.swift",
"PrimeTest.swift",
"RootTest.swift",
"ShiftTest.swift",
"SubtractionTest.swift",
"ToByteArrayTest.swift",
"ToStringTest.swift",
"ToomCookTest.swift"
],
"target_dependencies" : [
"BigInt"
],
"type" : "test"
},
{
"c99name" : "BigInt",
"module_type" : "SwiftTarget",
"name" : "BigInt",
"path" : "Sources/BigInt",
"product_memberships" : [
"BigInt"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/BigInt/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BailliePSW.swift",
"BigFrac.swift",
"BigInt.swift",
"BitSieve.swift",
"BurnikelZiegler.swift",
"CRT.swift",
"ExpMod.swift",
"FFT.swift",
"Factorial.swift",
"GCD.swift",
"Karatsuba.swift",
"Limbs.swift",
"ToomCook.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:7:17: warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
8 | ],
9 | products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:52: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version
8 | ],
9 | products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:64: warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version
8 | ],
9 | products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:79: warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version
8 | ],
9 | products: [
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "BigInt",
"name" : "BigInt",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "BigInt",
"targets" : [
"BigInt"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "BigIntTests",
"module_type" : "SwiftTarget",
"name" : "BigIntTests",
"path" : "Tests/BigIntTests",
"sources" : [
"AdditionTest.swift",
"BinomialTest.swift",
"BitTest.swift",
"CRTTest.swift",
"ComparisonTest.swift",
"ConstructorTest.swift",
"DivExactTest.swift",
"DivModBZTest.swift",
"DivModTest.swift",
"ExpModTest.swift",
"FFTTest.swift",
"FactorialTest.swift",
"FibonacciTest.swift",
"FractionTest.swift",
"GcdExtendedTest.swift",
"GcdTest.swift",
"IntMinMaxTest.swift",
"JacobiTest.swift",
"KaratsubaTest.swift",
"KroneckerTest.swift",
"LcmTest.swift",
"LimbTest.swift",
"ModInverseTest.swift",
"MulSquareTest.swift",
"MultiplicationTest.swift",
"PerformanceTest.swift",
"Pow2Test.swift",
"PrimeTest.swift",
"RootTest.swift",
"ShiftTest.swift",
"SubtractionTest.swift",
"ToByteArrayTest.swift",
"ToStringTest.swift",
"ToomCookTest.swift"
],
"target_dependencies" : [
"BigInt"
],
"type" : "test"
},
{
"c99name" : "BigInt",
"module_type" : "SwiftTarget",
"name" : "BigInt",
"path" : "Sources/BigInt",
"product_memberships" : [
"BigInt"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/BigInt/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BailliePSW.swift",
"BigFrac.swift",
"BigInt.swift",
"BitSieve.swift",
"BurnikelZiegler.swift",
"CRT.swift",
"ExpMod.swift",
"FFT.swift",
"Factorial.swift",
"GCD.swift",
"Karatsuba.swift",
"Limbs.swift",
"ToomCook.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "BigInt",
"schemes" : [
"BigInt"
],
"targets" : [
"BigInt",
"BigIntTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BigInt -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme BigInt -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'BigInt' in project 'BigInt' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: b6a48f32b46f1d1cbf4d9e044ed36b63
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b6a48f32b46f1d1cbf4d9e044ed36b63.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/BigInt.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/BigInt.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/BigInt.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/BigInt.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt-5144f0e9675c2d48b7df3f6746f8847d-VFS-xros/all-product-headers.yaml
cd /Users/admin/builder/spi-builder-workspace/BigInt.xcodeproj
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt-5144f0e9675c2d48b7df3f6746f8847d-VFS-xros/all-product-headers.yaml
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/BigInt.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/module.modulemap (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/empty-BigInt.plist (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/empty-BigInt.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/BigInt_vers.c (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/BigInt_vers.c
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftConstValuesFileList (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-xros1.0 '-std=gnu17' -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=BigInt' -fpascal-strings -O0 -fno-common '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -g -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt-5144f0e9675c2d48b7df3f6746f8847d-VFS-xros/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.LinkFileList (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.hmap (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyStaticMetadataFileList (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyMetadataFileList (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-project-headers.hmap (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-own-target-headers.hmap (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-generated-files.hmap (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-diagnostic-filename-map.json (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-diagnostic-filename-map.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-all-target-headers.hmap (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-all-non-framework-target-headers.hmap (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-all-non-framework-target-headers.hmap
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Headers (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Headers
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/module.modulemap (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/empty-BigInt.plist (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/empty-BigInt.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/BigInt/PrivacyInfo.xcprivacy (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/BigInt/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework
SwiftDriver BigInt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigInt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-xros -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-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/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.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/BigInt.build/Debug-xros/BigInt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt-5144f0e9675c2d48b7df3f6746f8847d-VFS-xros/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ExpMod.swift,\ FFT.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/ExpMod.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/FFT.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/ExpMod.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/FFT.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776912977458498-swift-frontend-BigInt-ExpMod.swift-arm64_apple_xros1.0-o-Onone-898281923.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.7850 seconds (3.7725 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4147 ( 32.0%) 0.1909 ( 39.0%) 0.6056 ( 33.9%) 1.5653 ( 41.5%) parse-and-resolve-imports
0.4141 ( 32.0%) 0.1890 ( 38.6%) 0.6031 ( 33.8%) 1.5612 ( 41.4%) Import resolution
0.0873 ( 6.7%) 0.0202 ( 4.1%) 0.1075 ( 6.0%) 0.1116 ( 3.0%) perform-sema
0.0872 ( 6.7%) 0.0202 ( 4.1%) 0.1074 ( 6.0%) 0.1115 ( 3.0%) Type checking and Semantic analysis
0.0793 ( 6.1%) 0.0108 ( 2.2%) 0.0901 ( 5.0%) 0.0913 ( 2.4%) typecheck-stmt
0.0748 ( 5.8%) 0.0113 ( 2.3%) 0.0861 ( 4.8%) 0.0875 ( 2.3%) typecheck-expr
0.0018 ( 0.1%) 0.0163 ( 3.3%) 0.0181 ( 1.0%) 0.0722 ( 1.9%) load-stdlib
0.0431 ( 3.3%) 0.0107 ( 2.2%) 0.0538 ( 3.0%) 0.0539 ( 1.4%) build-rewrite-system
0.0257 ( 2.0%) 0.0121 ( 2.5%) 0.0378 ( 2.1%) 0.0415 ( 1.1%) typecheck-decl
0.0197 ( 1.5%) 0.0003 ( 0.1%) 0.0200 ( 1.1%) 0.0200 ( 0.5%) SIL optimization
0.0161 ( 1.2%) 0.0015 ( 0.3%) 0.0176 ( 1.0%) 0.0184 ( 0.5%) precheck-target
0.0098 ( 0.8%) 0.0031 ( 0.6%) 0.0130 ( 0.7%) 0.0130 ( 0.3%) IRGen
0.0099 ( 0.8%) 0.0009 ( 0.2%) 0.0108 ( 0.6%) 0.0108 ( 0.3%) SILGen
0.0084 ( 0.6%) 0.0006 ( 0.1%) 0.0089 ( 0.5%) 0.0089 ( 0.2%) SILGen-function
0.0027 ( 0.2%) 0.0002 ( 0.0%) 0.0029 ( 0.2%) 0.0029 ( 0.1%) typecheck-for-each
0.0008 ( 0.1%) 0.0010 ( 0.2%) 0.0018 ( 0.1%) 0.0018 ( 0.0%) import-clang-decl
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
1.2959 (100.0%) 0.4891 (100.0%) 1.7850 (100.0%) 3.7725 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1842 seconds (2.2066 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9015 (100.0%) 0.2827 (100.0%) 1.1842 (100.0%) 2.2066 (100.0%) Building Target
0.9015 (100.0%) 0.2827 (100.0%) 1.1842 (100.0%) 2.2066 (100.0%) Total
SwiftCompile normal arm64 Compiling\ BurnikelZiegler.swift,\ Limbs.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/BurnikelZiegler.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/Limbs.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776912977452548-swift-frontend-BigInt-BurnikelZiegler.swift-arm64_apple_xros1.0-o-Onone-1569307830.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.1651 seconds (4.2863 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0237 ( 2.7%) 0.0873 ( 30.5%) 0.1111 ( 9.5%) 1.6430 ( 38.3%) parse-and-resolve-imports
0.0232 ( 2.6%) 0.0870 ( 30.4%) 0.1102 ( 9.5%) 1.6421 ( 38.3%) Import resolution
0.1811 ( 20.6%) 0.0204 ( 7.1%) 0.2015 ( 17.3%) 0.2015 ( 4.7%) perform-sema
0.1810 ( 20.6%) 0.0204 ( 7.1%) 0.2013 ( 17.3%) 0.2014 ( 4.7%) Type checking and Semantic analysis
0.1720 ( 19.6%) 0.0190 ( 6.6%) 0.1910 ( 16.4%) 0.1911 ( 4.5%) typecheck-stmt
0.1497 ( 17.0%) 0.0159 ( 5.5%) 0.1655 ( 14.2%) 0.1656 ( 3.9%) typecheck-expr
0.0019 ( 0.2%) 0.0188 ( 6.6%) 0.0207 ( 1.8%) 0.0775 ( 1.8%) load-stdlib
0.0356 ( 4.1%) 0.0057 ( 2.0%) 0.0413 ( 3.5%) 0.0413 ( 1.0%) typecheck-decl
0.0287 ( 3.3%) 0.0021 ( 0.7%) 0.0308 ( 2.6%) 0.0307 ( 0.7%) precheck-target
0.0250 ( 2.8%) 0.0002 ( 0.1%) 0.0253 ( 2.2%) 0.0253 ( 0.6%) SIL optimization
0.0156 ( 1.8%) 0.0052 ( 1.8%) 0.0208 ( 1.8%) 0.0211 ( 0.5%) IRGen
0.0153 ( 1.7%) 0.0009 ( 0.3%) 0.0162 ( 1.4%) 0.0162 ( 0.4%) SILGen
0.0138 ( 1.6%) 0.0006 ( 0.2%) 0.0144 ( 1.2%) 0.0144 ( 0.3%) SILGen-function
0.0081 ( 0.9%) 0.0022 ( 0.8%) 0.0104 ( 0.9%) 0.0104 ( 0.2%) build-rewrite-system
0.0033 ( 0.4%) 0.0003 ( 0.1%) 0.0035 ( 0.3%) 0.0035 ( 0.1%) typecheck-for-each
0.0003 ( 0.0%) 0.0004 ( 0.1%) 0.0007 ( 0.1%) 0.0007 ( 0.0%) import-clang-decl
0.0004 ( 0.0%) 0.0000 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.8788 (100.0%) 0.2864 (100.0%) 1.1651 (100.0%) 4.2863 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5830 seconds (2.1761 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4253 (100.0%) 0.1577 (100.0%) 0.5830 (100.0%) 2.1761 (100.0%) Building Target
0.4253 (100.0%) 0.1577 (100.0%) 0.5830 (100.0%) 2.1761 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/BurnikelZiegler.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/Limbs.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Factorial.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/Factorial.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776912977451271-swift-frontend-BigInt-Factorial.swift-arm64_apple_xros1.0-o-Onone-3442990693.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4149 seconds (3.4430 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0233 ( 11.8%) 0.0764 ( 35.2%) 0.0998 ( 24.0%) 1.5808 ( 45.9%) parse-and-resolve-imports
0.0228 ( 11.5%) 0.0762 ( 35.1%) 0.0990 ( 23.9%) 1.5800 ( 45.9%) Import resolution
0.0019 ( 0.9%) 0.0182 ( 8.4%) 0.0200 ( 4.8%) 0.0781 ( 2.3%) load-stdlib
0.0457 ( 23.1%) 0.0156 ( 7.2%) 0.0613 ( 14.8%) 0.0613 ( 1.8%) build-rewrite-system
0.0191 ( 9.6%) 0.0051 ( 2.3%) 0.0242 ( 5.8%) 0.0256 ( 0.7%) perform-sema
0.0190 ( 9.6%) 0.0051 ( 2.3%) 0.0241 ( 5.8%) 0.0256 ( 0.7%) Type checking and Semantic analysis
0.0172 ( 8.7%) 0.0044 ( 2.0%) 0.0216 ( 5.2%) 0.0230 ( 0.7%) typecheck-expr
0.0160 ( 8.1%) 0.0037 ( 1.7%) 0.0197 ( 4.7%) 0.0211 ( 0.6%) typecheck-stmt
0.0091 ( 4.6%) 0.0022 ( 1.0%) 0.0113 ( 2.7%) 0.0127 ( 0.4%) precheck-target
0.0084 ( 4.3%) 0.0024 ( 1.1%) 0.0108 ( 2.6%) 0.0108 ( 0.3%) typecheck-decl
0.0074 ( 3.7%) 0.0006 ( 0.3%) 0.0080 ( 1.9%) 0.0080 ( 0.2%) SIL optimization
0.0031 ( 1.6%) 0.0041 ( 1.9%) 0.0072 ( 1.7%) 0.0072 ( 0.2%) IRGen
0.0021 ( 1.1%) 0.0012 ( 0.6%) 0.0033 ( 0.8%) 0.0038 ( 0.1%) SILGen
0.0015 ( 0.8%) 0.0011 ( 0.5%) 0.0026 ( 0.6%) 0.0030 ( 0.1%) SILGen-function
0.0008 ( 0.4%) 0.0008 ( 0.4%) 0.0016 ( 0.4%) 0.0016 ( 0.0%) import-clang-decl
0.0003 ( 0.2%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1978 (100.0%) 0.2171 (100.0%) 0.4149 (100.0%) 3.4430 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5889 seconds (2.1460 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3874 (100.0%) 0.2016 (100.0%) 0.5889 (100.0%) 2.1460 (100.0%) Building Target
0.3874 (100.0%) 0.2016 (100.0%) 0.5889 (100.0%) 2.1460 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/Factorial.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ CRT.swift,\ BitSieve.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/CRT.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776912977451269-swift-frontend-BigInt-CRT.swift-arm64_apple_xros1.0-o-Onone-850224414.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.1026 seconds (3.8132 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.5625 ( 38.6%) 0.2883 ( 44.7%) 0.8508 ( 40.5%) 1.6770 ( 44.0%) parse-and-resolve-imports
0.5620 ( 38.6%) 0.2879 ( 44.6%) 0.8499 ( 40.4%) 1.6761 ( 44.0%) Import resolution
0.0019 ( 0.1%) 0.0179 ( 2.8%) 0.0199 ( 0.9%) 0.0781 ( 2.0%) load-stdlib
0.0630 ( 4.3%) 0.0085 ( 1.3%) 0.0715 ( 3.4%) 0.0715 ( 1.9%) perform-sema
0.0629 ( 4.3%) 0.0085 ( 1.3%) 0.0714 ( 3.4%) 0.0713 ( 1.9%) Type checking and Semantic analysis
0.0590 ( 4.0%) 0.0078 ( 1.2%) 0.0668 ( 3.2%) 0.0668 ( 1.8%) typecheck-stmt
0.0431 ( 3.0%) 0.0113 ( 1.8%) 0.0544 ( 2.6%) 0.0544 ( 1.4%) build-rewrite-system
0.0467 ( 3.2%) 0.0062 ( 1.0%) 0.0528 ( 2.5%) 0.0528 ( 1.4%) typecheck-expr
0.0126 ( 0.9%) 0.0012 ( 0.2%) 0.0138 ( 0.7%) 0.0138 ( 0.4%) precheck-target
0.0116 ( 0.8%) 0.0020 ( 0.3%) 0.0136 ( 0.6%) 0.0136 ( 0.4%) typecheck-decl
0.0098 ( 0.7%) 0.0001 ( 0.0%) 0.0099 ( 0.5%) 0.0099 ( 0.3%) SIL optimization
0.0064 ( 0.4%) 0.0026 ( 0.4%) 0.0090 ( 0.4%) 0.0091 ( 0.2%) IRGen
0.0057 ( 0.4%) 0.0008 ( 0.1%) 0.0065 ( 0.3%) 0.0065 ( 0.2%) SILGen
0.0049 ( 0.3%) 0.0006 ( 0.1%) 0.0054 ( 0.3%) 0.0054 ( 0.1%) SILGen-function
0.0043 ( 0.3%) 0.0004 ( 0.1%) 0.0048 ( 0.2%) 0.0048 ( 0.1%) typecheck-for-each
0.0007 ( 0.1%) 0.0010 ( 0.2%) 0.0017 ( 0.1%) 0.0017 ( 0.0%) import-clang-decl
0.0004 ( 0.0%) 0.0000 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
1.4576 (100.0%) 0.6450 (100.0%) 2.1026 (100.0%) 3.8132 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3136 seconds (2.2063 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9406 (100.0%) 0.3730 (100.0%) 1.3136 (100.0%) 2.2063 (100.0%) Building Target
0.9406 (100.0%) 0.3730 (100.0%) 1.3136 (100.0%) 2.2063 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/CRT.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift:18:16: warning: static property 'smallSieve' is not concurrency-safe because non-'Sendable' type 'BitSieve' may have shared mutable state; this is an error in the Swift 6 language mode
static let smallSieve = BitSieve()
^
/Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift:12:7: note: class 'BitSieve' does not conform to the 'Sendable' protocol
class BitSieve {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift:18:16: note: add '@MainActor' to make static property 'smallSieve' part of global actor 'MainActor'
static let smallSieve = BitSieve()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let smallSieve = BitSieve()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/Karatsuba.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776912977454809-swift-frontend-BigInt-Karatsuba.swift-arm64_apple_xros1.0-o-Onone-4251878100.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4298 seconds (3.5261 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0246 ( 12.7%) 0.0912 ( 38.5%) 0.1157 ( 26.9%) 1.6374 ( 46.4%) parse-and-resolve-imports
0.0240 ( 12.4%) 0.0908 ( 38.4%) 0.1148 ( 26.7%) 1.6365 ( 46.4%) Import resolution
0.0018 ( 0.9%) 0.0174 ( 7.4%) 0.0192 ( 4.5%) 0.0722 ( 2.0%) load-stdlib
0.0457 ( 23.7%) 0.0156 ( 6.6%) 0.0613 ( 14.3%) 0.0613 ( 1.7%) build-rewrite-system
0.0190 ( 9.9%) 0.0043 ( 1.8%) 0.0233 ( 5.4%) 0.0233 ( 0.7%) perform-sema
0.0190 ( 9.8%) 0.0042 ( 1.8%) 0.0232 ( 5.4%) 0.0232 ( 0.7%) Type checking and Semantic analysis
0.0165 ( 8.6%) 0.0035 ( 1.5%) 0.0200 ( 4.7%) 0.0201 ( 0.6%) typecheck-stmt
0.0112 ( 5.8%) 0.0023 ( 1.0%) 0.0135 ( 3.1%) 0.0135 ( 0.4%) typecheck-expr
0.0107 ( 5.5%) 0.0024 ( 1.0%) 0.0130 ( 3.0%) 0.0130 ( 0.4%) typecheck-decl
0.0070 ( 3.6%) 0.0011 ( 0.5%) 0.0082 ( 1.9%) 0.0082 ( 0.2%) precheck-target
0.0066 ( 3.4%) 0.0002 ( 0.1%) 0.0068 ( 1.6%) 0.0068 ( 0.2%) SIL optimization
0.0024 ( 1.2%) 0.0022 ( 0.9%) 0.0045 ( 1.1%) 0.0045 ( 0.1%) IRGen
0.0019 ( 1.0%) 0.0002 ( 0.1%) 0.0021 ( 0.5%) 0.0021 ( 0.1%) SILGen
0.0010 ( 0.5%) 0.0011 ( 0.5%) 0.0020 ( 0.5%) 0.0020 ( 0.1%) import-clang-decl
0.0014 ( 0.7%) 0.0001 ( 0.1%) 0.0016 ( 0.4%) 0.0016 ( 0.0%) SILGen-function
0.0004 ( 0.2%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1932 (100.0%) 0.2366 (100.0%) 0.4298 (100.0%) 3.5261 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5653 seconds (2.1427 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3826 (100.0%) 0.1827 (100.0%) 0.5653 (100.0%) 2.1427 (100.0%) Building Target
0.3826 (100.0%) 0.1827 (100.0%) 0.5653 (100.0%) 2.1427 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/Karatsuba.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ ToomCook.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/ToomCook.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/ToomCook.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776912977457652-swift-frontend-BigInt-ToomCook.swift-arm64_apple_xros1.0-o-Onone-875388430.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5675 seconds (3.9083 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0229 ( 7.3%) 0.0878 ( 34.5%) 0.1107 ( 19.5%) 1.7688 ( 45.3%) parse-and-resolve-imports
0.0223 ( 7.1%) 0.0875 ( 34.4%) 0.1098 ( 19.4%) 1.7679 ( 45.2%) Import resolution
0.0433 ( 13.8%) 0.0151 ( 5.9%) 0.0585 ( 10.3%) 0.0584 ( 1.5%) build-rewrite-system
0.0116 ( 3.7%) 0.0215 ( 8.5%) 0.0331 ( 5.8%) 0.0570 ( 1.5%) load-stdlib
0.0402 ( 12.8%) 0.0079 ( 3.1%) 0.0481 ( 8.5%) 0.0484 ( 1.2%) perform-sema
0.0401 ( 12.8%) 0.0079 ( 3.1%) 0.0481 ( 8.5%) 0.0483 ( 1.2%) Type checking and Semantic analysis
0.0368 ( 11.8%) 0.0070 ( 2.7%) 0.0438 ( 7.7%) 0.0439 ( 1.1%) typecheck-stmt
0.0339 ( 10.8%) 0.0064 ( 2.5%) 0.0403 ( 7.1%) 0.0403 ( 1.0%) typecheck-expr
0.0304 ( 9.7%) 0.0066 ( 2.6%) 0.0370 ( 6.5%) 0.0371 ( 0.9%) typecheck-decl
0.0127 ( 4.0%) 0.0021 ( 0.8%) 0.0148 ( 2.6%) 0.0148 ( 0.4%) precheck-target
0.0073 ( 2.3%) 0.0001 ( 0.0%) 0.0074 ( 1.3%) 0.0074 ( 0.2%) SIL optimization
0.0037 ( 1.2%) 0.0026 ( 1.0%) 0.0063 ( 1.1%) 0.0063 ( 0.2%) IRGen
0.0033 ( 1.1%) 0.0005 ( 0.2%) 0.0038 ( 0.7%) 0.0038 ( 0.1%) SILGen
0.0028 ( 0.9%) 0.0004 ( 0.2%) 0.0032 ( 0.6%) 0.0032 ( 0.1%) SILGen-function
0.0006 ( 0.2%) 0.0007 ( 0.3%) 0.0014 ( 0.2%) 0.0014 ( 0.0%) import-clang-decl
0.0006 ( 0.2%) 0.0001 ( 0.0%) 0.0007 ( 0.1%) 0.0007 ( 0.0%) typecheck-for-each
0.0004 ( 0.1%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.3130 (100.0%) 0.2545 (100.0%) 0.5675 (100.0%) 3.9083 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5243 seconds (2.2075 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3591 (100.0%) 0.1652 (100.0%) 0.5243 (100.0%) 2.2075 (100.0%) Building Target
0.3591 (100.0%) 0.1652 (100.0%) 0.5243 (100.0%) 2.2075 (100.0%) Total
SwiftCompile normal arm64 Compiling\ BigInt.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/BigInt.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/BigInt.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776912977459363-swift-frontend-BigInt-BigInt.swift-arm64_apple_xros1.0-o-Onone-3586629491.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.5679 seconds (5.7292 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0293 ( 1.4%) 0.0804 ( 19.1%) 0.1097 ( 4.3%) 1.6673 ( 29.1%) parse-and-resolve-imports
0.0287 ( 1.3%) 0.0801 ( 19.1%) 0.1088 ( 4.2%) 1.6664 ( 29.1%) Import resolution
0.4705 ( 21.9%) 0.0526 ( 12.5%) 0.5232 ( 20.4%) 0.5249 ( 9.2%) perform-sema
0.4704 ( 21.9%) 0.0526 ( 12.5%) 0.5230 ( 20.4%) 0.5247 ( 9.2%) Type checking and Semantic analysis
0.4336 ( 20.2%) 0.0437 ( 10.4%) 0.4773 ( 18.6%) 0.4787 ( 8.4%) typecheck-stmt
0.3382 ( 15.7%) 0.0380 ( 9.0%) 0.3762 ( 14.6%) 0.3775 ( 6.6%) typecheck-expr
0.1191 ( 5.5%) 0.0201 ( 4.8%) 0.1392 ( 5.4%) 0.1405 ( 2.5%) typecheck-decl
0.0811 ( 3.8%) 0.0031 ( 0.7%) 0.0841 ( 3.3%) 0.0842 ( 1.5%) precheck-target
0.0501 ( 2.3%) 0.0129 ( 3.1%) 0.0630 ( 2.5%) 0.0630 ( 1.1%) build-rewrite-system
0.0017 ( 0.1%) 0.0171 ( 4.1%) 0.0188 ( 0.7%) 0.0573 ( 1.0%) load-stdlib
0.0291 ( 1.4%) 0.0039 ( 0.9%) 0.0330 ( 1.3%) 0.0330 ( 0.6%) SILGen
0.0305 ( 1.4%) 0.0004 ( 0.1%) 0.0309 ( 1.2%) 0.0309 ( 0.5%) SIL optimization
0.0259 ( 1.2%) 0.0031 ( 0.7%) 0.0290 ( 1.1%) 0.0290 ( 0.5%) SILGen-function
0.0185 ( 0.9%) 0.0040 ( 0.9%) 0.0225 ( 0.9%) 0.0225 ( 0.4%) IRGen
0.0117 ( 0.5%) 0.0074 ( 1.8%) 0.0191 ( 0.7%) 0.0191 ( 0.3%) import-clang-decl
0.0071 ( 0.3%) 0.0003 ( 0.1%) 0.0074 ( 0.3%) 0.0074 ( 0.1%) typecheck-for-each
0.0010 ( 0.0%) 0.0001 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) typecheck-expr-pattern
0.0006 ( 0.0%) 0.0002 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) load-all-members
0.0004 ( 0.0%) 0.0000 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
2.1479 (100.0%) 0.4201 (100.0%) 2.5679 (100.0%) 5.7292 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7297 seconds (3.3307 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.3082 (100.0%) 0.4215 (100.0%) 1.7297 (100.0%) 3.3307 (100.0%) Building Target
1.3082 (100.0%) 0.4215 (100.0%) 1.7297 (100.0%) 3.3307 (100.0%) Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ BigInt (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776912977458735-swift-frontend-BigInt-all-arm64_apple_xros1.0-swiftmodule-Onone-2223551912.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5477 seconds (3.6924 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0231 ( 7.6%) 0.0860 ( 35.3%) 0.1090 ( 19.9%) 1.6535 ( 44.8%) parse-and-resolve-imports
0.0225 ( 7.4%) 0.0857 ( 35.2%) 0.1083 ( 19.8%) 1.6528 ( 44.8%) Import resolution
0.0020 ( 0.6%) 0.0155 ( 6.4%) 0.0175 ( 3.2%) 0.0713 ( 1.9%) load-stdlib
0.0576 ( 19.0%) 0.0110 ( 4.5%) 0.0687 ( 12.5%) 0.0687 ( 1.9%) perform-sema
0.0575 ( 18.9%) 0.0110 ( 4.5%) 0.0685 ( 12.5%) 0.0685 ( 1.9%) Type checking and Semantic analysis
0.0342 ( 11.3%) 0.0061 ( 2.5%) 0.0403 ( 7.4%) 0.0403 ( 1.1%) typecheck-expr
0.0332 ( 10.9%) 0.0070 ( 2.9%) 0.0402 ( 7.3%) 0.0402 ( 1.1%) typecheck-decl
0.0264 ( 8.7%) 0.0042 ( 1.7%) 0.0306 ( 5.6%) 0.0306 ( 0.8%) typecheck-stmt
0.0146 ( 4.8%) 0.0058 ( 2.4%) 0.0204 ( 3.7%) 0.0214 ( 0.6%) SIL optimization
0.0075 ( 2.5%) 0.0023 ( 0.9%) 0.0098 ( 1.8%) 0.0098 ( 0.3%) SILGen
0.0055 ( 1.8%) 0.0012 ( 0.5%) 0.0067 ( 1.2%) 0.0067 ( 0.2%) build-rewrite-system
0.0049 ( 1.6%) 0.0015 ( 0.6%) 0.0063 ( 1.2%) 0.0063 ( 0.2%) SILGen-function
0.0024 ( 0.8%) 0.0025 ( 1.0%) 0.0050 ( 0.9%) 0.0056 ( 0.2%) Serialization, swiftmodule
0.0051 ( 1.7%) 0.0005 ( 0.2%) 0.0055 ( 1.0%) 0.0055 ( 0.2%) precheck-target
0.0023 ( 0.8%) 0.0010 ( 0.4%) 0.0033 ( 0.6%) 0.0036 ( 0.1%) Serialization, swiftdoc
0.0013 ( 0.4%) 0.0019 ( 0.8%) 0.0032 ( 0.6%) 0.0032 ( 0.1%) import-clang-decl
0.0015 ( 0.5%) 0.0004 ( 0.2%) 0.0019 ( 0.3%) 0.0019 ( 0.1%) Serialization, swiftsourceinfo
0.0015 ( 0.5%) 0.0003 ( 0.1%) 0.0018 ( 0.3%) 0.0018 ( 0.0%) typecheck-expr-pattern
0.0004 ( 0.1%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) module-populate-cache
0.0002 ( 0.1%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) typecheck-for-each
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3039 (100.0%) 0.2438 (100.0%) 0.5477 (100.0%) 3.6924 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2477 seconds (1.8485 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1213 (100.0%) 0.1264 (100.0%) 0.2477 (100.0%) 1.8485 (100.0%) Building Target
0.1213 (100.0%) 0.1264 (100.0%) 0.2477 (100.0%) 1.8485 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift:18:16: warning: static property 'smallSieve' is not concurrency-safe because non-'Sendable' type 'BitSieve' may have shared mutable state; this is an error in the Swift 6 language mode
static let smallSieve = BitSieve()
^
/Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift:12:7: note: class 'BitSieve' does not conform to the 'Sendable' protocol
class BitSieve {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift:18:16: note: add '@MainActor' to make static property 'smallSieve' part of global actor 'MainActor'
static let smallSieve = BitSieve()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let smallSieve = BitSieve()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ BailliePSW.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/BailliePSW.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776912977455403-swift-frontend-BigInt-BailliePSW.swift-arm64_apple_xros1.0-o-Onone-3206835982.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4082 seconds (4.2573 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0238 ( 12.5%) 0.0854 ( 39.1%) 0.1092 ( 26.7%) 2.0053 ( 47.1%) parse-and-resolve-imports
0.0232 ( 12.2%) 0.0850 ( 39.0%) 0.1083 ( 26.5%) 2.0044 ( 47.1%) Import resolution
0.0019 ( 1.0%) 0.0174 ( 8.0%) 0.0193 ( 4.7%) 0.0751 ( 1.8%) load-stdlib
0.0270 ( 14.2%) 0.0056 ( 2.6%) 0.0326 ( 8.0%) 0.0328 ( 0.8%) perform-sema
0.0270 ( 14.2%) 0.0056 ( 2.6%) 0.0326 ( 8.0%) 0.0327 ( 0.8%) Type checking and Semantic analysis
0.0253 ( 13.3%) 0.0049 ( 2.3%) 0.0302 ( 7.4%) 0.0304 ( 0.7%) typecheck-stmt
0.0195 ( 10.3%) 0.0038 ( 1.7%) 0.0232 ( 5.7%) 0.0234 ( 0.5%) typecheck-expr
0.0111 ( 5.8%) 0.0030 ( 1.4%) 0.0141 ( 3.5%) 0.0142 ( 0.3%) typecheck-decl
0.0111 ( 5.9%) 0.0020 ( 0.9%) 0.0131 ( 3.2%) 0.0132 ( 0.3%) precheck-target
0.0057 ( 3.0%) 0.0016 ( 0.7%) 0.0073 ( 1.8%) 0.0074 ( 0.2%) build-rewrite-system
0.0035 ( 1.8%) 0.0026 ( 1.2%) 0.0061 ( 1.5%) 0.0061 ( 0.1%) IRGen
0.0034 ( 1.8%) 0.0001 ( 0.0%) 0.0034 ( 0.8%) 0.0034 ( 0.1%) SIL optimization
0.0027 ( 1.4%) 0.0004 ( 0.2%) 0.0031 ( 0.8%) 0.0032 ( 0.1%) SILGen
0.0022 ( 1.2%) 0.0004 ( 0.2%) 0.0027 ( 0.7%) 0.0027 ( 0.1%) typecheck-for-each
0.0022 ( 1.1%) 0.0004 ( 0.2%) 0.0025 ( 0.6%) 0.0026 ( 0.1%) SILGen-function
0.0004 ( 0.2%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) import-clang-decl
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.1899 (100.0%) 0.2182 (100.0%) 0.4082 (100.0%) 4.2573 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1981 seconds (2.1508 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0800 (100.0%) 0.1181 (100.0%) 0.1981 (100.0%) 2.1508 (100.0%) Building Target
0.0800 (100.0%) 0.1181 (100.0%) 0.1981 (100.0%) 2.1508 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/BailliePSW.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ BigFrac.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/BigFrac.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776912977457738-swift-frontend-BigInt-BigFrac.swift-arm64_apple_xros1.0-o-Onone-535149100.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.9813 seconds (4.2488 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0235 ( 3.3%) 0.0854 ( 31.4%) 0.1090 ( 11.1%) 1.7125 ( 40.3%) parse-and-resolve-imports
0.0234 ( 3.3%) 0.0850 ( 31.2%) 0.1084 ( 11.0%) 1.7119 ( 40.3%) Import resolution
0.1499 ( 21.1%) 0.0179 ( 6.6%) 0.1678 ( 17.1%) 0.1679 ( 4.0%) perform-sema
0.1498 ( 21.1%) 0.0179 ( 6.6%) 0.1677 ( 17.1%) 0.1678 ( 3.9%) Type checking and Semantic analysis
0.1351 ( 19.1%) 0.0155 ( 5.7%) 0.1507 ( 15.4%) 0.1507 ( 3.5%) typecheck-stmt
0.1006 ( 14.2%) 0.0130 ( 4.8%) 0.1136 ( 11.6%) 0.1137 ( 2.7%) typecheck-expr
0.0019 ( 0.3%) 0.0179 ( 6.6%) 0.0198 ( 2.0%) 0.0798 ( 1.9%) load-stdlib
0.0384 ( 5.4%) 0.0066 ( 2.4%) 0.0450 ( 4.6%) 0.0450 ( 1.1%) typecheck-decl
0.0222 ( 3.1%) 0.0012 ( 0.4%) 0.0233 ( 2.4%) 0.0233 ( 0.5%) precheck-target
0.0156 ( 2.2%) 0.0004 ( 0.1%) 0.0160 ( 1.6%) 0.0160 ( 0.4%) SIL optimization
0.0116 ( 1.6%) 0.0039 ( 1.4%) 0.0155 ( 1.6%) 0.0156 ( 0.4%) IRGen
0.0118 ( 1.7%) 0.0019 ( 0.7%) 0.0137 ( 1.4%) 0.0137 ( 0.3%) SILGen
0.0094 ( 1.3%) 0.0023 ( 0.8%) 0.0117 ( 1.2%) 0.0118 ( 0.3%) build-rewrite-system
0.0099 ( 1.4%) 0.0014 ( 0.5%) 0.0113 ( 1.1%) 0.0112 ( 0.3%) SILGen-function
0.0035 ( 0.5%) 0.0002 ( 0.1%) 0.0037 ( 0.4%) 0.0037 ( 0.1%) typecheck-for-each
0.0016 ( 0.2%) 0.0004 ( 0.1%) 0.0020 ( 0.2%) 0.0020 ( 0.0%) typecheck-expr-pattern
0.0007 ( 0.1%) 0.0013 ( 0.5%) 0.0020 ( 0.2%) 0.0020 ( 0.0%) import-clang-decl
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.7091 (100.0%) 0.2722 (100.0%) 0.9813 (100.0%) 4.2488 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4919 seconds (2.1565 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3471 (100.0%) 0.1447 (100.0%) 0.4919 (100.0%) 2.1565 (100.0%) Building Target
0.3471 (100.0%) 0.1447 (100.0%) 0.4919 (100.0%) 2.1565 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/BigFrac.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ GCD.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/GCD.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776912979369149-swift-frontend-BigInt-GCD.swift-arm64_apple_xros1.0-o-Onone-3676834262.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4125 seconds (0.4126 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0596 ( 17.7%) 0.0079 ( 10.4%) 0.0675 ( 16.4%) 0.0675 ( 16.4%) perform-sema
0.0595 ( 17.7%) 0.0079 ( 10.4%) 0.0674 ( 16.3%) 0.0674 ( 16.3%) Type checking and Semantic analysis
0.0529 ( 15.7%) 0.0062 ( 8.2%) 0.0591 ( 14.3%) 0.0591 ( 14.3%) typecheck-expr
0.0523 ( 15.5%) 0.0059 ( 7.8%) 0.0583 ( 14.1%) 0.0583 ( 14.1%) typecheck-stmt
0.0194 ( 5.8%) 0.0168 ( 22.2%) 0.0363 ( 8.8%) 0.0363 ( 8.8%) parse-and-resolve-imports
0.0190 ( 5.6%) 0.0166 ( 21.9%) 0.0355 ( 8.6%) 0.0355 ( 8.6%) Import resolution
0.0195 ( 5.8%) 0.0019 ( 2.5%) 0.0214 ( 5.2%) 0.0214 ( 5.2%) precheck-target
0.0168 ( 5.0%) 0.0032 ( 4.2%) 0.0200 ( 4.8%) 0.0200 ( 4.9%) typecheck-decl
0.0109 ( 3.2%) 0.0003 ( 0.4%) 0.0112 ( 2.7%) 0.0112 ( 2.7%) SIL optimization
0.0087 ( 2.6%) 0.0024 ( 3.1%) 0.0111 ( 2.7%) 0.0111 ( 2.7%) build-rewrite-system
0.0057 ( 1.7%) 0.0031 ( 4.1%) 0.0088 ( 2.1%) 0.0088 ( 2.1%) IRGen
0.0058 ( 1.7%) 0.0010 ( 1.3%) 0.0068 ( 1.7%) 0.0068 ( 1.6%) SILGen
0.0051 ( 1.5%) 0.0008 ( 1.0%) 0.0059 ( 1.4%) 0.0059 ( 1.4%) SILGen-function
0.0011 ( 0.3%) 0.0017 ( 2.3%) 0.0028 ( 0.7%) 0.0028 ( 0.7%) load-stdlib
0.0004 ( 0.1%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.1%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) import-clang-decl
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3368 (100.0%) 0.0757 (100.0%) 0.4125 (100.0%) 0.4126 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2286 seconds (0.2305 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1841 (100.0%) 0.0444 (100.0%) 0.2286 (100.0%) 0.2305 (100.0%) Building Target
0.1841 (100.0%) 0.0444 (100.0%) 0.2286 (100.0%) 0.2305 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/GCD.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Emitting module for BigInt (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling GCD.swift (in target 'BigInt' from project 'BigInt')
SwiftDriver\ Compilation\ Requirements BigInt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigInt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-xros -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-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/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.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/BigInt.build/Debug-xros/BigInt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt-5144f0e9675c2d48b7df3f6746f8847d-VFS-xros/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Headers/BigInt-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Headers/BigInt-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules/BigInt.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftdoc (in target 'BigInt' from project 'BigInt')
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/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules/BigInt.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules/BigInt.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule (in target 'BigInt' from project 'BigInt')
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/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules/BigInt.swiftmodule/arm64-apple-xros.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling BailliePSW.swift (in target 'BigInt' from project 'BigInt')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules/BigInt.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.abi.json (in target 'BigInt' from project 'BigInt')
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/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules/BigInt.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules/BigInt.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftsourceinfo (in target 'BigInt' from project 'BigInt')
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/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules/BigInt.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
VerifyModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/modules-verifier /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework --clang /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --diagnostic-filename-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-diagnostic-filename-map.json --sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --intermediates-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/VerifyModule --target arm64-apple-xros1.0 --language objective-c --language objective-c++ --standard gnu17 --standard gnu++20
SwiftDriverJobDiscovery normal arm64 Compiling Karatsuba.swift (in target 'BigInt' from project 'BigInt')
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/BigInt_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/BigInt_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.o -index-unit-output-path /BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling Factorial.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling BigFrac.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling BurnikelZiegler.swift, Limbs.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling CRT.swift, BitSieve.swift (in target 'BigInt' from project 'BigInt')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/BigInt_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/BigInt_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.o -index-unit-output-path /BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling ExpMod.swift, FFT.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling ToomCook.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling BigInt.swift (in target 'BigInt' from project 'BigInt')
SwiftDriver\ Compilation BigInt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigInt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-xros -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-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/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.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/BigInt.build/Debug-xros/BigInt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt-5144f0e9675c2d48b7df3f6746f8847d-VFS-xros/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/BigInt normal (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.LinkFileList -install_name @rpath/BigInt.framework/BigInt -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/BigInt
ExtractAppIntentsMetadata (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name BigInt --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier org.zeit.bigint --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/BigInt --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-22 19:56:20.996 appintentsmetadataprocessor[721:4241] Starting appintentsmetadataprocessor export
2026-04-22 19:56:20.998 appintentsmetadataprocessor[721:4241] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros/BigInt.framework/BigInt.tbd (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/BigInt -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros/BigInt.framework/BigInt.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "BigInt",
"name" : "BigInt",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "BigInt",
"targets" : [
"BigInt"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "BigIntTests",
"module_type" : "SwiftTarget",
"name" : "BigIntTests",
"path" : "Tests/BigIntTests",
"sources" : [
"AdditionTest.swift",
"BinomialTest.swift",
"BitTest.swift",
"CRTTest.swift",
"ComparisonTest.swift",
"ConstructorTest.swift",
"DivExactTest.swift",
"DivModBZTest.swift",
"DivModTest.swift",
"ExpModTest.swift",
"FFTTest.swift",
"FactorialTest.swift",
"FibonacciTest.swift",
"FractionTest.swift",
"GcdExtendedTest.swift",
"GcdTest.swift",
"IntMinMaxTest.swift",
"JacobiTest.swift",
"KaratsubaTest.swift",
"KroneckerTest.swift",
"LcmTest.swift",
"LimbTest.swift",
"ModInverseTest.swift",
"MulSquareTest.swift",
"MultiplicationTest.swift",
"PerformanceTest.swift",
"Pow2Test.swift",
"PrimeTest.swift",
"RootTest.swift",
"ShiftTest.swift",
"SubtractionTest.swift",
"ToByteArrayTest.swift",
"ToStringTest.swift",
"ToomCookTest.swift"
],
"target_dependencies" : [
"BigInt"
],
"type" : "test"
},
{
"c99name" : "BigInt",
"module_type" : "SwiftTarget",
"name" : "BigInt",
"path" : "Sources/BigInt",
"product_memberships" : [
"BigInt"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/BigInt/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BailliePSW.swift",
"BigFrac.swift",
"BigInt.swift",
"BitSieve.swift",
"BurnikelZiegler.swift",
"CRT.swift",
"ExpMod.swift",
"FFT.swift",
"Factorial.swift",
"GCD.swift",
"Karatsuba.swift",
"Limbs.swift",
"ToomCook.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:7:17: warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
8 | ],
9 | products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:52: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version
8 | ],
9 | products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:64: warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version
8 | ],
9 | products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:79: warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version
8 | ],
9 | products: [
Done.