Build Information
Successful build of BigInt, reference 1.23.1 (72fed4), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 23 Apr 2026 02:48:25 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 platform=macOS,arch=arm64 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: 1.23.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mIwr/BigInt
* tag 1.23.1 -> FETCH_HEAD
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 1.23.1
========================================
Build
========================================
Selected platform: macosXcodebuild
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 platform=macOS,arch=arm64 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 platform=macOS,arch=arm64 "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/MacOSX.platform/Developer/SDKs/MacOSX15.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/MacOSX.platform/Developer/SDKs/MacOSX15.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: 2eae0d4b6854ac648a61845d3add53f1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2eae0d4b6854ac648a61845d3add53f1.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
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
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/BigInt.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
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
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt-5144f0e9675c2d48b7df3f6746f8847d-VFS/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/BigInt-5144f0e9675c2d48b7df3f6746f8847d-VFS/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/empty-BigInt.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-macos10.12 '-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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -g -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/BigInt-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/BigInt-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/BigInt-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt-5144f0e9675c2d48b7df3f6746f8847d-VFS/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/BigInt-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/DerivedSources/BigInt_vers.c
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/BigInt.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/BigInt.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/BigInt.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/BigInt-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/BigInt-diagnostic-filename-map.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/BigInt-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/BigInt-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/BigInt-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/BigInt-all-non-framework-target-headers.hmap
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/Current A (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/Current
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Resources Versions/Current/Resources (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Modules Versions/Current/Modules (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Headers Versions/Current/Headers (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Headers
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/BigInt Versions/Current/BigInt (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/BigInt /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/BigInt
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/Modules
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/Resources (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/BigInt.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A (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/BigInt.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions (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/BigInt.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/BigInt.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/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/BigInt.framework/Versions/A/Headers
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/empty-BigInt.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/Resources/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/Resources/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/BigInt.framework/Versions/A/Resources
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.12 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/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/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/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/BigInt.build/BigInt-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/BigInt-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt-5144f0e9675c2d48b7df3f6746f8847d-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/BigInt-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/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\ Factorial.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/Factorial.swift (in target 'BigInt' from project 'BigInt')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776912483677336-swift-frontend-BigInt-Factorial.swift-arm64_apple_macos10.12-o-Onone-1823923001.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4085 seconds (5.4137 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0296 ( 13.9%) 0.0780 ( 39.8%) 0.1076 ( 26.3%) 2.6039 ( 48.1%) parse-and-resolve-imports
0.0290 ( 13.7%) 0.0777 ( 39.7%) 0.1068 ( 26.1%) 2.6031 ( 48.1%) Import resolution
0.0439 ( 20.6%) 0.0150 ( 7.6%) 0.0588 ( 14.4%) 0.0588 ( 1.1%) build-rewrite-system
0.0201 ( 9.5%) 0.0041 ( 2.1%) 0.0242 ( 5.9%) 0.0242 ( 0.4%) perform-sema
0.0201 ( 9.4%) 0.0041 ( 2.1%) 0.0241 ( 5.9%) 0.0241 ( 0.4%) Type checking and Semantic analysis
0.0179 ( 8.4%) 0.0032 ( 1.6%) 0.0211 ( 5.2%) 0.0211 ( 0.4%) typecheck-expr
0.0163 ( 7.7%) 0.0029 ( 1.5%) 0.0192 ( 4.7%) 0.0192 ( 0.4%) typecheck-stmt
0.0011 ( 0.5%) 0.0029 ( 1.5%) 0.0039 ( 1.0%) 0.0165 ( 0.3%) load-stdlib
0.0093 ( 4.4%) 0.0023 ( 1.2%) 0.0116 ( 2.9%) 0.0116 ( 0.2%) typecheck-decl
0.0093 ( 4.4%) 0.0015 ( 0.7%) 0.0107 ( 2.6%) 0.0107 ( 0.2%) precheck-target
0.0076 ( 3.6%) 0.0001 ( 0.0%) 0.0077 ( 1.9%) 0.0077 ( 0.1%) SIL optimization
0.0036 ( 1.7%) 0.0030 ( 1.5%) 0.0066 ( 1.6%) 0.0066 ( 0.1%) IRGen
0.0021 ( 1.0%) 0.0003 ( 0.2%) 0.0024 ( 0.6%) 0.0024 ( 0.0%) SILGen
0.0015 ( 0.7%) 0.0002 ( 0.1%) 0.0017 ( 0.4%) 0.0017 ( 0.0%) SILGen-function
0.0007 ( 0.3%) 0.0008 ( 0.4%) 0.0015 ( 0.4%) 0.0015 ( 0.0%) import-clang-decl
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.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%) 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.2124 (100.0%) 0.1960 (100.0%) 0.4085 (100.0%) 5.4137 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4823 seconds (2.9932 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3459 (100.0%) 0.1364 (100.0%) 0.4823 (100.0%) 2.9932 (100.0%) Building Target
0.3459 (100.0%) 0.1364 (100.0%) 0.4823 (100.0%) 2.9932 (100.0%) Total
SwiftCompile normal arm64 Compiling\ ToomCook.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/ToomCook.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776912483657204-swift-frontend-BigInt-ToomCook.swift-arm64_apple_macos10.12-o-Onone-90487863.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5334 seconds (5.8856 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0347 ( 11.2%) 0.0835 ( 37.5%) 0.1182 ( 22.2%) 2.7892 ( 47.4%) parse-and-resolve-imports
0.0340 ( 10.9%) 0.0832 ( 37.4%) 0.1172 ( 22.0%) 2.7882 ( 47.4%) Import resolution
0.0416 ( 13.4%) 0.0075 ( 3.4%) 0.0491 ( 9.2%) 0.0503 ( 0.9%) perform-sema
0.0416 ( 13.4%) 0.0075 ( 3.4%) 0.0491 ( 9.2%) 0.0502 ( 0.9%) Type checking and Semantic analysis
0.0375 ( 12.1%) 0.0062 ( 2.8%) 0.0437 ( 8.2%) 0.0448 ( 0.8%) typecheck-stmt
0.0344 ( 11.1%) 0.0056 ( 2.5%) 0.0400 ( 7.5%) 0.0411 ( 0.7%) typecheck-expr
0.0322 ( 10.3%) 0.0063 ( 2.9%) 0.0385 ( 7.2%) 0.0396 ( 0.7%) typecheck-decl
0.0131 ( 4.2%) 0.0134 ( 6.0%) 0.0264 ( 5.0%) 0.0287 ( 0.5%) load-stdlib
0.0129 ( 4.1%) 0.0017 ( 0.8%) 0.0146 ( 2.7%) 0.0156 ( 0.3%) precheck-target
0.0078 ( 2.5%) 0.0021 ( 1.0%) 0.0100 ( 1.9%) 0.0115 ( 0.2%) build-rewrite-system
0.0051 ( 1.6%) 0.0042 ( 1.9%) 0.0093 ( 1.7%) 0.0093 ( 0.2%) IRGen
0.0080 ( 2.6%) 0.0002 ( 0.1%) 0.0082 ( 1.5%) 0.0082 ( 0.1%) SIL optimization
0.0037 ( 1.2%) 0.0005 ( 0.2%) 0.0042 ( 0.8%) 0.0042 ( 0.1%) SILGen
0.0031 ( 1.0%) 0.0004 ( 0.2%) 0.0035 ( 0.7%) 0.0035 ( 0.1%) SILGen-function
0.0006 ( 0.2%) 0.0001 ( 0.0%) 0.0007 ( 0.1%) 0.0007 ( 0.0%) typecheck-for-each
0.0005 ( 0.2%) 0.0000 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 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%) 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, 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.3109 (100.0%) 0.2225 (100.0%) 0.5334 (100.0%) 5.8856 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3313 seconds (3.0073 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2047 (100.0%) 0.1266 (100.0%) 0.3313 (100.0%) 3.0073 (100.0%) Building Target
0.2047 (100.0%) 0.1266 (100.0%) 0.3313 (100.0%) 3.0073 (100.0%) Total
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
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')
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776912483668594-swift-frontend-BigInt-CRT.swift-arm64_apple_macos10.12-o-Onone-1843474981.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5849 seconds (5.8651 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0311 ( 8.3%) 0.0788 ( 37.3%) 0.1100 ( 18.8%) 2.7423 ( 46.8%) parse-and-resolve-imports
0.0306 ( 8.2%) 0.0785 ( 37.2%) 0.1091 ( 18.6%) 2.7414 ( 46.7%) Import resolution
0.0655 ( 17.5%) 0.0103 ( 4.9%) 0.0758 ( 13.0%) 0.0759 ( 1.3%) perform-sema
0.0654 ( 17.5%) 0.0103 ( 4.9%) 0.0757 ( 12.9%) 0.0758 ( 1.3%) Type checking and Semantic analysis
0.0613 ( 16.4%) 0.0090 ( 4.3%) 0.0703 ( 12.0%) 0.0704 ( 1.2%) typecheck-stmt
0.0490 ( 13.1%) 0.0073 ( 3.5%) 0.0563 ( 9.6%) 0.0563 ( 1.0%) typecheck-expr
0.0011 ( 0.3%) 0.0023 ( 1.1%) 0.0034 ( 0.6%) 0.0186 ( 0.3%) load-stdlib
0.0125 ( 3.3%) 0.0030 ( 1.4%) 0.0155 ( 2.6%) 0.0155 ( 0.3%) typecheck-decl
0.0128 ( 3.4%) 0.0016 ( 0.7%) 0.0144 ( 2.5%) 0.0144 ( 0.2%) precheck-target
0.0089 ( 2.4%) 0.0030 ( 1.4%) 0.0119 ( 2.0%) 0.0119 ( 0.2%) build-rewrite-system
0.0114 ( 3.0%) 0.0002 ( 0.1%) 0.0116 ( 2.0%) 0.0116 ( 0.2%) SIL optimization
0.0077 ( 2.1%) 0.0037 ( 1.7%) 0.0114 ( 1.9%) 0.0114 ( 0.2%) IRGen
0.0062 ( 1.7%) 0.0012 ( 0.6%) 0.0074 ( 1.3%) 0.0074 ( 0.1%) SILGen
0.0054 ( 1.4%) 0.0010 ( 0.5%) 0.0064 ( 1.1%) 0.0064 ( 0.1%) SILGen-function
0.0043 ( 1.2%) 0.0005 ( 0.2%) 0.0048 ( 0.8%) 0.0048 ( 0.1%) typecheck-for-each
0.0003 ( 0.1%) 0.0003 ( 0.2%) 0.0006 ( 0.1%) 0.0006 ( 0.0%) import-clang-decl
0.0004 ( 0.1%) 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%) 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%) 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.3738 (100.0%) 0.2111 (100.0%) 0.5849 (100.0%) 5.8651 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3842 seconds (3.0384 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2495 (100.0%) 0.1347 (100.0%) 0.3842 (100.0%) 3.0384 (100.0%) Building Target
0.2495 (100.0%) 0.1347 (100.0%) 0.3842 (100.0%) 3.0384 (100.0%) Total
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-1776912483669181-swift-frontend-BigInt-BailliePSW.swift-arm64_apple_macos10.12-o-Onone-327037983.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 4.5818 seconds (5.2249 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.6360 ( 47.6%) 0.5488 ( 47.9%) 2.1849 ( 47.7%) 2.4948 ( 47.7%) parse-and-resolve-imports
1.6355 ( 47.6%) 0.5486 ( 47.9%) 2.1841 ( 47.7%) 2.4941 ( 47.7%) Import resolution
0.0453 ( 1.3%) 0.0063 ( 0.5%) 0.0516 ( 1.1%) 0.0515 ( 1.0%) build-rewrite-system
0.0233 ( 0.7%) 0.0078 ( 0.7%) 0.0311 ( 0.7%) 0.0335 ( 0.6%) perform-sema
0.0233 ( 0.7%) 0.0078 ( 0.7%) 0.0311 ( 0.7%) 0.0335 ( 0.6%) Type checking and Semantic analysis
0.0213 ( 0.6%) 0.0049 ( 0.4%) 0.0262 ( 0.6%) 0.0274 ( 0.5%) typecheck-stmt
0.0166 ( 0.5%) 0.0037 ( 0.3%) 0.0203 ( 0.4%) 0.0215 ( 0.4%) typecheck-expr
0.0102 ( 0.3%) 0.0059 ( 0.5%) 0.0161 ( 0.4%) 0.0185 ( 0.4%) typecheck-decl
0.0013 ( 0.0%) 0.0038 ( 0.3%) 0.0052 ( 0.1%) 0.0179 ( 0.3%) load-stdlib
0.0094 ( 0.3%) 0.0008 ( 0.1%) 0.0102 ( 0.2%) 0.0102 ( 0.2%) precheck-target
0.0039 ( 0.1%) 0.0028 ( 0.2%) 0.0067 ( 0.1%) 0.0067 ( 0.1%) IRGen
0.0025 ( 0.1%) 0.0011 ( 0.1%) 0.0035 ( 0.1%) 0.0040 ( 0.1%) SILGen
0.0020 ( 0.1%) 0.0010 ( 0.1%) 0.0029 ( 0.1%) 0.0034 ( 0.1%) SILGen-function
0.0030 ( 0.1%) 0.0000 ( 0.0%) 0.0030 ( 0.1%) 0.0030 ( 0.1%) SIL optimization
0.0019 ( 0.1%) 0.0009 ( 0.1%) 0.0028 ( 0.1%) 0.0028 ( 0.1%) typecheck-for-each
0.0009 ( 0.0%) 0.0008 ( 0.1%) 0.0017 ( 0.0%) 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.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%) 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%) 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
3.4367 (100.0%) 1.1451 (100.0%) 4.5818 (100.0%) 5.2249 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.6592 seconds (2.9936 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.0270 (100.0%) 0.6321 (100.0%) 2.6592 (100.0%) 2.9936 (100.0%) Building Target
2.0270 (100.0%) 0.6321 (100.0%) 2.6592 (100.0%) 2.9936 (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\ 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-1776912483676462-swift-frontend-BigInt-BigInt.swift-arm64_apple_macos10.12-o-Onone-816444427.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.5797 seconds (7.9325 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0317 ( 1.4%) 0.0795 ( 20.3%) 0.1112 ( 4.3%) 2.7799 ( 35.0%) parse-and-resolve-imports
0.0311 ( 1.4%) 0.0791 ( 20.1%) 0.1101 ( 4.3%) 2.7788 ( 35.0%) Import resolution
0.4777 ( 21.8%) 0.0490 ( 12.5%) 0.5267 ( 20.4%) 0.5274 ( 6.6%) perform-sema
0.4776 ( 21.8%) 0.0489 ( 12.5%) 0.5265 ( 20.4%) 0.5272 ( 6.6%) Type checking and Semantic analysis
0.4365 ( 20.0%) 0.0401 ( 10.2%) 0.4765 ( 18.5%) 0.4769 ( 6.0%) typecheck-stmt
0.3410 ( 15.6%) 0.0360 ( 9.2%) 0.3770 ( 14.6%) 0.3776 ( 4.8%) typecheck-expr
0.1211 ( 5.5%) 0.0187 ( 4.8%) 0.1397 ( 5.4%) 0.1399 ( 1.8%) typecheck-decl
0.0862 ( 3.9%) 0.0032 ( 0.8%) 0.0894 ( 3.5%) 0.0893 ( 1.1%) precheck-target
0.0522 ( 2.4%) 0.0128 ( 3.3%) 0.0650 ( 2.5%) 0.0650 ( 0.8%) build-rewrite-system
0.0294 ( 1.3%) 0.0040 ( 1.0%) 0.0334 ( 1.3%) 0.0334 ( 0.4%) SILGen
0.0309 ( 1.4%) 0.0002 ( 0.1%) 0.0311 ( 1.2%) 0.0311 ( 0.4%) SIL optimization
0.0260 ( 1.2%) 0.0033 ( 0.8%) 0.0293 ( 1.1%) 0.0292 ( 0.4%) SILGen-function
0.0213 ( 1.0%) 0.0045 ( 1.1%) 0.0258 ( 1.0%) 0.0258 ( 0.3%) IRGen
0.0128 ( 0.6%) 0.0096 ( 2.4%) 0.0225 ( 0.9%) 0.0224 ( 0.3%) import-clang-decl
0.0011 ( 0.1%) 0.0031 ( 0.8%) 0.0042 ( 0.2%) 0.0172 ( 0.2%) load-stdlib
0.0080 ( 0.4%) 0.0003 ( 0.1%) 0.0083 ( 0.3%) 0.0083 ( 0.1%) typecheck-for-each
0.0012 ( 0.1%) 0.0001 ( 0.0%) 0.0013 ( 0.1%) 0.0013 ( 0.0%) typecheck-expr-pattern
0.0007 ( 0.0%) 0.0003 ( 0.1%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) load-all-members
0.0004 ( 0.0%) 0.0000 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) module-populate-cache
0.0002 ( 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%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
2.1870 (100.0%) 0.3927 (100.0%) 2.5797 (100.0%) 7.9325 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.1523 seconds (4.8383 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.5916 (100.0%) 0.5606 (100.0%) 2.1523 (100.0%) 4.8383 (100.0%) Building Target
1.5916 (100.0%) 0.5606 (100.0%) 2.1523 (100.0%) 4.8383 (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-1776912483679989-swift-frontend-BigInt-BurnikelZiegler.swift-arm64_apple_macos10.12-o-Onone-3345741699.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.2227 seconds (6.6238 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0306 ( 3.2%) 0.0807 ( 30.1%) 0.1113 ( 9.1%) 2.8040 ( 42.3%) parse-and-resolve-imports
0.0300 ( 3.1%) 0.0803 ( 30.0%) 0.1103 ( 9.0%) 2.8030 ( 42.3%) Import resolution
0.1961 ( 20.5%) 0.0233 ( 8.7%) 0.2193 ( 17.9%) 0.2201 ( 3.3%) perform-sema
0.1959 ( 20.5%) 0.0232 ( 8.7%) 0.2192 ( 17.9%) 0.2200 ( 3.3%) Type checking and Semantic analysis
0.1859 ( 19.5%) 0.0210 ( 7.8%) 0.2069 ( 16.9%) 0.2076 ( 3.1%) typecheck-stmt
0.1611 ( 16.9%) 0.0174 ( 6.5%) 0.1786 ( 14.6%) 0.1792 ( 2.7%) typecheck-expr
0.0410 ( 4.3%) 0.0072 ( 2.7%) 0.0481 ( 3.9%) 0.0482 ( 0.7%) typecheck-decl
0.0312 ( 3.3%) 0.0022 ( 0.8%) 0.0334 ( 2.7%) 0.0335 ( 0.5%) precheck-target
0.0249 ( 2.6%) 0.0002 ( 0.1%) 0.0252 ( 2.1%) 0.0252 ( 0.4%) SIL optimization
0.0148 ( 1.6%) 0.0062 ( 2.3%) 0.0210 ( 1.7%) 0.0210 ( 0.3%) IRGen
0.0157 ( 1.6%) 0.0009 ( 0.3%) 0.0166 ( 1.4%) 0.0166 ( 0.3%) SILGen
0.0010 ( 0.1%) 0.0015 ( 0.6%) 0.0025 ( 0.2%) 0.0151 ( 0.2%) load-stdlib
0.0141 ( 1.5%) 0.0007 ( 0.3%) 0.0148 ( 1.2%) 0.0148 ( 0.2%) SILGen-function
0.0082 ( 0.9%) 0.0022 ( 0.8%) 0.0104 ( 0.9%) 0.0104 ( 0.2%) build-rewrite-system
0.0034 ( 0.4%) 0.0003 ( 0.1%) 0.0038 ( 0.3%) 0.0038 ( 0.1%) typecheck-for-each
0.0004 ( 0.0%) 0.0004 ( 0.2%) 0.0008 ( 0.1%) 0.0008 ( 0.0%) import-clang-decl
0.0004 ( 0.0%) 0.0000 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) module-populate-cache
0.0000 ( 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%) 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.9549 (100.0%) 0.2678 (100.0%) 1.2227 (100.0%) 6.6238 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5836 seconds (3.2913 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4483 (100.0%) 0.1354 (100.0%) 0.5836 (100.0%) 3.2913 (100.0%) Building Target
0.4483 (100.0%) 0.1354 (100.0%) 0.5836 (100.0%) 3.2913 (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\ 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-1776912483675379-swift-frontend-BigInt-Karatsuba.swift-arm64_apple_macos10.12-o-Onone-1393911462.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4123 seconds (5.5275 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0299 ( 14.0%) 0.0779 ( 39.0%) 0.1078 ( 26.1%) 2.6586 ( 48.1%) parse-and-resolve-imports
0.0294 ( 13.8%) 0.0776 ( 38.9%) 0.1069 ( 25.9%) 2.6578 ( 48.1%) Import resolution
0.0457 ( 21.5%) 0.0151 ( 7.6%) 0.0608 ( 14.7%) 0.0609 ( 1.1%) build-rewrite-system
0.0211 ( 9.9%) 0.0049 ( 2.5%) 0.0261 ( 6.3%) 0.0261 ( 0.5%) perform-sema
0.0211 ( 9.9%) 0.0049 ( 2.5%) 0.0260 ( 6.3%) 0.0260 ( 0.5%) Type checking and Semantic analysis
0.0187 ( 8.8%) 0.0042 ( 2.1%) 0.0228 ( 5.5%) 0.0229 ( 0.4%) typecheck-stmt
0.0012 ( 0.6%) 0.0038 ( 1.9%) 0.0050 ( 1.2%) 0.0184 ( 0.3%) load-stdlib
0.0124 ( 5.8%) 0.0026 ( 1.3%) 0.0150 ( 3.6%) 0.0150 ( 0.3%) typecheck-expr
0.0115 ( 5.4%) 0.0028 ( 1.4%) 0.0143 ( 3.5%) 0.0143 ( 0.3%) typecheck-decl
0.0077 ( 3.6%) 0.0015 ( 0.7%) 0.0091 ( 2.2%) 0.0091 ( 0.2%) precheck-target
0.0063 ( 3.0%) 0.0001 ( 0.0%) 0.0064 ( 1.5%) 0.0064 ( 0.1%) SIL optimization
0.0029 ( 1.4%) 0.0025 ( 1.3%) 0.0054 ( 1.3%) 0.0054 ( 0.1%) IRGen
0.0020 ( 1.0%) 0.0002 ( 0.1%) 0.0022 ( 0.5%) 0.0022 ( 0.0%) SILGen
0.0010 ( 0.5%) 0.0012 ( 0.6%) 0.0022 ( 0.5%) 0.0022 ( 0.0%) import-clang-decl
0.0016 ( 0.7%) 0.0002 ( 0.1%) 0.0017 ( 0.4%) 0.0017 ( 0.0%) SILGen-function
0.0004 ( 0.2%) 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%) 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%) 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.2129 (100.0%) 0.1994 (100.0%) 0.4123 (100.0%) 5.5275 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4939 seconds (3.0597 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3548 (100.0%) 0.1391 (100.0%) 0.4939 (100.0%) 3.0597 (100.0%) Building Target
0.3548 (100.0%) 0.1391 (100.0%) 0.4939 (100.0%) 3.0597 (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\ 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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776912483674712-swift-frontend-BigInt-ExpMod.swift-arm64_apple_macos10.12-o-Onone-3521154902.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7437 seconds (5.9120 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0298 ( 5.7%) 0.0737 ( 33.9%) 0.1035 ( 13.9%) 2.6806 ( 45.3%) parse-and-resolve-imports
0.0293 ( 5.6%) 0.0735 ( 33.8%) 0.1028 ( 13.8%) 2.6798 ( 45.3%) Import resolution
0.0950 ( 18.1%) 0.0132 ( 6.1%) 0.1082 ( 14.5%) 0.1082 ( 1.8%) perform-sema
0.0949 ( 18.0%) 0.0132 ( 6.1%) 0.1081 ( 14.5%) 0.1081 ( 1.8%) Type checking and Semantic analysis
0.0871 ( 16.5%) 0.0115 ( 5.3%) 0.0986 ( 13.3%) 0.0986 ( 1.7%) typecheck-stmt
0.0822 ( 15.6%) 0.0107 ( 4.9%) 0.0928 ( 12.5%) 0.0929 ( 1.6%) typecheck-expr
0.0257 ( 4.9%) 0.0044 ( 2.0%) 0.0301 ( 4.0%) 0.0301 ( 0.5%) typecheck-decl
0.0139 ( 2.6%) 0.0077 ( 3.5%) 0.0216 ( 2.9%) 0.0219 ( 0.4%) IRGen
0.0197 ( 3.7%) 0.0001 ( 0.1%) 0.0198 ( 2.7%) 0.0199 ( 0.3%) SIL optimization
0.0174 ( 3.3%) 0.0014 ( 0.6%) 0.0188 ( 2.5%) 0.0187 ( 0.3%) precheck-target
0.0011 ( 0.2%) 0.0031 ( 1.4%) 0.0042 ( 0.6%) 0.0180 ( 0.3%) load-stdlib
0.0102 ( 1.9%) 0.0012 ( 0.5%) 0.0114 ( 1.5%) 0.0114 ( 0.2%) SILGen
0.0080 ( 1.5%) 0.0024 ( 1.1%) 0.0103 ( 1.4%) 0.0103 ( 0.2%) build-rewrite-system
0.0085 ( 1.6%) 0.0008 ( 0.4%) 0.0094 ( 1.3%) 0.0094 ( 0.2%) SILGen-function
0.0029 ( 0.5%) 0.0003 ( 0.2%) 0.0032 ( 0.4%) 0.0032 ( 0.1%) typecheck-for-each
0.0004 ( 0.1%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) module-populate-cache
0.0002 ( 0.0%) 0.0001 ( 0.1%) 0.0003 ( 0.0%) 0.0003 ( 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.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%) 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.5264 (100.0%) 0.2173 (100.0%) 0.7437 (100.0%) 5.9120 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4124 seconds (3.0071 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2910 (100.0%) 0.1215 (100.0%) 0.4124 (100.0%) 3.0071 (100.0%) Building Target
0.2910 (100.0%) 0.1215 (100.0%) 0.4124 (100.0%) 3.0071 (100.0%) Total
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
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-1776912483674106-swift-frontend-BigInt-GCD.swift-arm64_apple_macos10.12-o-Onone-1745663123.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5919 seconds (5.3988 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0294 ( 7.7%) 0.0756 ( 36.0%) 0.1050 ( 17.7%) 2.4994 ( 46.3%) parse-and-resolve-imports
0.0289 ( 7.6%) 0.0754 ( 35.9%) 0.1043 ( 17.6%) 2.4987 ( 46.3%) Import resolution
0.0568 ( 14.9%) 0.0090 ( 4.3%) 0.0658 ( 11.1%) 0.0670 ( 1.2%) perform-sema
0.0568 ( 14.9%) 0.0089 ( 4.3%) 0.0657 ( 11.1%) 0.0669 ( 1.2%) Type checking and Semantic analysis
0.0456 ( 11.9%) 0.0143 ( 6.8%) 0.0599 ( 10.1%) 0.0600 ( 1.1%) build-rewrite-system
0.0503 ( 13.2%) 0.0057 ( 2.7%) 0.0560 ( 9.5%) 0.0572 ( 1.1%) typecheck-expr
0.0493 ( 12.9%) 0.0055 ( 2.6%) 0.0548 ( 9.3%) 0.0548 ( 1.0%) typecheck-stmt
0.0166 ( 4.3%) 0.0043 ( 2.1%) 0.0209 ( 3.5%) 0.0221 ( 0.4%) typecheck-decl
0.0182 ( 4.8%) 0.0014 ( 0.7%) 0.0197 ( 3.3%) 0.0196 ( 0.4%) precheck-target
0.0011 ( 0.3%) 0.0028 ( 1.3%) 0.0039 ( 0.7%) 0.0172 ( 0.3%) load-stdlib
0.0106 ( 2.8%) 0.0006 ( 0.3%) 0.0113 ( 1.9%) 0.0113 ( 0.2%) SIL optimization
0.0070 ( 1.8%) 0.0043 ( 2.0%) 0.0112 ( 1.9%) 0.0112 ( 0.2%) IRGen
0.0054 ( 1.4%) 0.0009 ( 0.4%) 0.0062 ( 1.0%) 0.0062 ( 0.1%) SILGen
0.0046 ( 1.2%) 0.0006 ( 0.3%) 0.0052 ( 0.9%) 0.0052 ( 0.1%) SILGen-function
0.0007 ( 0.2%) 0.0007 ( 0.3%) 0.0014 ( 0.2%) 0.0014 ( 0.0%) import-clang-decl
0.0003 ( 0.1%) 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%) populate-source-file-class-member-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%) AST verification
0.3817 (100.0%) 0.2102 (100.0%) 0.5919 (100.0%) 5.3988 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6009 seconds (3.0138 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4496 (100.0%) 0.1513 (100.0%) 0.6009 (100.0%) 3.0138 (100.0%) Building Target
0.4496 (100.0%) 0.1513 (100.0%) 0.6009 (100.0%) 3.0138 (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
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-1776912483676751-swift-frontend-BigInt-all-arm64_apple_macos10.12-swiftmodule-Onone-2995090453.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5607 seconds (5.6522 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0295 ( 8.9%) 0.0784 ( 34.1%) 0.1080 ( 19.3%) 2.6453 ( 46.8%) parse-and-resolve-imports
0.0290 ( 8.8%) 0.0781 ( 33.9%) 0.1071 ( 19.1%) 2.6445 ( 46.8%) Import resolution
0.0607 ( 18.4%) 0.0143 ( 6.2%) 0.0750 ( 13.4%) 0.0754 ( 1.3%) perform-sema
0.0606 ( 18.3%) 0.0142 ( 6.2%) 0.0748 ( 13.3%) 0.0752 ( 1.3%) Type checking and Semantic analysis
0.0361 ( 10.9%) 0.0096 ( 4.2%) 0.0456 ( 8.1%) 0.0460 ( 0.8%) typecheck-decl
0.0357 ( 10.8%) 0.0069 ( 3.0%) 0.0426 ( 7.6%) 0.0426 ( 0.8%) typecheck-expr
0.0270 ( 8.2%) 0.0048 ( 2.1%) 0.0318 ( 5.7%) 0.0318 ( 0.6%) typecheck-stmt
0.0151 ( 4.6%) 0.0067 ( 2.9%) 0.0217 ( 3.9%) 0.0226 ( 0.4%) SIL optimization
0.0012 ( 0.4%) 0.0033 ( 1.4%) 0.0044 ( 0.8%) 0.0184 ( 0.3%) load-stdlib
0.0080 ( 2.4%) 0.0023 ( 1.0%) 0.0103 ( 1.8%) 0.0103 ( 0.2%) SILGen
0.0062 ( 1.9%) 0.0017 ( 0.7%) 0.0079 ( 1.4%) 0.0079 ( 0.1%) build-rewrite-system
0.0052 ( 1.6%) 0.0015 ( 0.7%) 0.0067 ( 1.2%) 0.0067 ( 0.1%) SILGen-function
0.0055 ( 1.7%) 0.0007 ( 0.3%) 0.0061 ( 1.1%) 0.0061 ( 0.1%) precheck-target
0.0025 ( 0.8%) 0.0029 ( 1.3%) 0.0055 ( 1.0%) 0.0060 ( 0.1%) Serialization, swiftmodule
0.0019 ( 0.6%) 0.0029 ( 1.2%) 0.0047 ( 0.8%) 0.0047 ( 0.1%) import-clang-decl
0.0025 ( 0.8%) 0.0013 ( 0.5%) 0.0038 ( 0.7%) 0.0041 ( 0.1%) Serialization, swiftdoc
0.0016 ( 0.5%) 0.0003 ( 0.1%) 0.0020 ( 0.4%) 0.0020 ( 0.0%) typecheck-expr-pattern
0.0015 ( 0.5%) 0.0003 ( 0.1%) 0.0018 ( 0.3%) 0.0018 ( 0.0%) Serialization, swiftsourceinfo
0.0004 ( 0.1%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) module-populate-cache
0.0003 ( 0.1%) 0.0001 ( 0.0%) 0.0003 ( 0.1%) 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.3305 (100.0%) 0.2302 (100.0%) 0.5607 (100.0%) 5.6522 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2434 seconds (2.7979 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1320 (100.0%) 0.1114 (100.0%) 0.2434 (100.0%) 2.7979 (100.0%) Building Target
0.1320 (100.0%) 0.1114 (100.0%) 0.2434 (100.0%) 2.7979 (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\ 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-1776912486544535-swift-frontend-BigInt-BigFrac.swift-arm64_apple_macos10.12-o-Onone-913271258.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.9240 seconds (0.9313 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1637 ( 21.1%) 0.0211 ( 14.2%) 0.1848 ( 20.0%) 0.1863 ( 20.0%) perform-sema
0.1636 ( 21.1%) 0.0211 ( 14.2%) 0.1847 ( 20.0%) 0.1862 ( 20.0%) Type checking and Semantic analysis
0.1475 ( 19.0%) 0.0185 ( 12.5%) 0.1660 ( 18.0%) 0.1674 ( 18.0%) typecheck-stmt
0.1089 ( 14.0%) 0.0154 ( 10.4%) 0.1243 ( 13.4%) 0.1253 ( 13.5%) typecheck-expr
0.0281 ( 3.6%) 0.0243 ( 16.4%) 0.0524 ( 5.7%) 0.0529 ( 5.7%) parse-and-resolve-imports
0.0279 ( 3.6%) 0.0240 ( 16.2%) 0.0519 ( 5.6%) 0.0524 ( 5.6%) Import resolution
0.0431 ( 5.6%) 0.0075 ( 5.1%) 0.0506 ( 5.5%) 0.0511 ( 5.5%) typecheck-decl
0.0247 ( 3.2%) 0.0015 ( 1.0%) 0.0261 ( 2.8%) 0.0262 ( 2.8%) precheck-target
0.0135 ( 1.7%) 0.0021 ( 1.4%) 0.0156 ( 1.7%) 0.0156 ( 1.7%) SILGen
0.0154 ( 2.0%) 0.0001 ( 0.1%) 0.0155 ( 1.7%) 0.0155 ( 1.7%) SIL optimization
0.0115 ( 1.5%) 0.0037 ( 2.5%) 0.0153 ( 1.7%) 0.0153 ( 1.6%) IRGen
0.0109 ( 1.4%) 0.0016 ( 1.1%) 0.0125 ( 1.4%) 0.0125 ( 1.3%) SILGen-function
0.0087 ( 1.1%) 0.0025 ( 1.7%) 0.0112 ( 1.2%) 0.0112 ( 1.2%) build-rewrite-system
0.0039 ( 0.5%) 0.0002 ( 0.2%) 0.0041 ( 0.4%) 0.0041 ( 0.4%) typecheck-for-each
0.0011 ( 0.1%) 0.0023 ( 1.5%) 0.0033 ( 0.4%) 0.0033 ( 0.4%) load-stdlib
0.0011 ( 0.1%) 0.0021 ( 1.4%) 0.0032 ( 0.3%) 0.0032 ( 0.3%) import-clang-decl
0.0020 ( 0.3%) 0.0004 ( 0.3%) 0.0024 ( 0.3%) 0.0025 ( 0.3%) typecheck-expr-pattern
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%) 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.7757 (100.0%) 0.1484 (100.0%) 0.9240 (100.0%) 0.9313 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4028 seconds (0.4048 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3393 (100.0%) 0.0635 (100.0%) 0.4028 (100.0%) 0.4048 (100.0%) Building Target
0.3393 (100.0%) 0.0635 (100.0%) 0.4028 (100.0%) 0.4048 (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
SwiftDriverJobDiscovery normal arm64 Emitting module for BigInt (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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.12 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/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/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/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/BigInt.build/BigInt-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/BigInt-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt-5144f0e9675c2d48b7df3f6746f8847d-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/BigInt-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ToomCook.swift (in target 'BigInt' from project 'BigInt')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/Headers/BigInt-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/Headers/BigInt-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/Modules/BigInt.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/Modules/BigInt.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/Modules/BigInt.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/Modules/BigInt.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/Modules/BigInt.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/Modules/BigInt.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/Modules/BigInt.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/Modules/BigInt.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling BailliePSW.swift (in target 'BigInt' from project 'BigInt')
VerifyModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/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/BigInt.build/BigInt-diagnostic-filename-map.json --sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --intermediates-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/VerifyModule --target arm64-apple-macos10.12 --language objective-c --language objective-c++ --standard gnu17 --standard gnu++20
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/Objects-normal/arm64/BigInt_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/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/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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/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/BigInt.build/Objects-normal/arm64/BigInt_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/Objects-normal/arm64/BigInt_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/DerivedSources/BigInt_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/Objects-normal/arm64/BigInt_vers.o -index-unit-output-path /BigInt.build/Debug/BigInt.build/Objects-normal/arm64/BigInt_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling Factorial.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling ExpMod.swift, FFT.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling GCD.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/BigInt.build/Objects-normal/arm64/BigInt_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/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/BigInt.build/Objects-normal/arm64/BigInt_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/Objects-normal/arm64/BigInt_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/DerivedSources/BigInt_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/Objects-normal/arm64/BigInt_vers.o -index-unit-output-path /BigInt.build/Debug/BigInt.build/Objects-normal/arm64/BigInt_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling Karatsuba.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 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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.12 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/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/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/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/BigInt.build/BigInt-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/BigInt-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt-5144f0e9675c2d48b7df3f6746f8847d-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/BigInt-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/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/BigInt.framework/Versions/A/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-macos10.12 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/Objects-normal/arm64/BigInt.LinkFileList -install_name @rpath/BigInt.framework/Versions/A/BigInt -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/../Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -Xlinker -no_adhoc_codesign -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.12 --bundle-identifier org.zeit.bigint --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/Resources --target-triple arm64-apple-macos10.12 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/BigInt --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/Objects-normal/arm64/BigInt_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/BigInt.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/BigInt.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/Objects-normal/arm64/BigInt.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-22 19:48:08.758 appintentsmetadataprocessor[713:4291] Starting appintentsmetadataprocessor export
2026-04-22 19:48:08.760 appintentsmetadataprocessor[713:4291] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/BigInt.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A/BigInt -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/BigInt.framework/Versions/A/BigInt.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
Signing Identity: "Sign to Run Locally"
/usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/BigInt.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/BigInt.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/BigInt.framework/BigInt.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/BigInt.framework/Versions/A/BigInt.tbd (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/BigInt.framework/Versions/A/BigInt.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/BigInt.framework/BigInt.tbd
/Users/admin/builder/spi-builder-workspace/BigInt.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 15.4.99. (in target 'BigInt' from project 'BigInt')
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:93622f208d4c62c957fa6e42b45aa3df2b9fc1a9, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:93622f208d4c62c957fa6e42b45aa3df2b9fc1a9, name:My Mac }
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.