Build Information
Successful build of BigInt, reference master (72fed4), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 23 Apr 2026 02:34: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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mIwr/BigInt
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 72fed47 Syn with upstream commit https://github.com/leif-ibsen/BigInt/commit/c2f49bee454760e433bafff17bfdc5b96f75d7c8
Cloned https://github.com/mIwr/BigInt.git
Revision (git rev-parse @):
72fed470be7c9ac9470f3470b124751a33928472
SUCCESS checkout https://github.com/mIwr/BigInt.git at master
========================================
Build
========================================
Selected platform: 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/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/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/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.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_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/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/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/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.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.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-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-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-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-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-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-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
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
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
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/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
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
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\ 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-1776911644895512-swift-frontend-BigInt-CRT.swift-arm64_apple_macos10.12-o-Onone-2514444517.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6264 seconds (5.6518 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0298 ( 7.5%) 0.0808 ( 35.1%) 0.1106 ( 17.7%) 2.6221 ( 46.4%) parse-and-resolve-imports
0.0293 ( 7.4%) 0.0806 ( 35.0%) 0.1099 ( 17.5%) 2.6214 ( 46.4%) Import resolution
0.0610 ( 15.4%) 0.0089 ( 3.9%) 0.0698 ( 11.1%) 0.0698 ( 1.2%) perform-sema
0.0609 ( 15.4%) 0.0089 ( 3.8%) 0.0698 ( 11.1%) 0.0698 ( 1.2%) Type checking and Semantic analysis
0.0572 ( 14.4%) 0.0074 ( 3.2%) 0.0646 ( 10.3%) 0.0646 ( 1.1%) typecheck-stmt
0.0435 ( 11.0%) 0.0149 ( 6.5%) 0.0584 ( 9.3%) 0.0584 ( 1.0%) build-rewrite-system
0.0446 ( 11.3%) 0.0058 ( 2.5%) 0.0504 ( 8.0%) 0.0504 ( 0.9%) typecheck-expr
0.0118 ( 3.0%) 0.0119 ( 5.2%) 0.0237 ( 3.8%) 0.0262 ( 0.5%) load-stdlib
0.0115 ( 2.9%) 0.0030 ( 1.3%) 0.0145 ( 2.3%) 0.0145 ( 0.3%) typecheck-decl
0.0115 ( 2.9%) 0.0011 ( 0.5%) 0.0126 ( 2.0%) 0.0126 ( 0.2%) precheck-target
0.0109 ( 2.8%) 0.0001 ( 0.1%) 0.0110 ( 1.8%) 0.0111 ( 0.2%) SIL optimization
0.0071 ( 1.8%) 0.0035 ( 1.5%) 0.0107 ( 1.7%) 0.0107 ( 0.2%) IRGen
0.0062 ( 1.6%) 0.0010 ( 0.4%) 0.0072 ( 1.2%) 0.0072 ( 0.1%) SILGen
0.0054 ( 1.4%) 0.0008 ( 0.4%) 0.0062 ( 1.0%) 0.0062 ( 0.1%) SILGen-function
0.0040 ( 1.0%) 0.0005 ( 0.2%) 0.0045 ( 0.7%) 0.0045 ( 0.1%) typecheck-for-each
0.0008 ( 0.2%) 0.0010 ( 0.4%) 0.0019 ( 0.3%) 0.0019 ( 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.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3959 (100.0%) 0.2304 (100.0%) 0.6264 (100.0%) 5.6518 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6712 seconds (3.1914 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4934 (100.0%) 0.1779 (100.0%) 0.6712 (100.0%) 3.1914 (100.0%) Building Target
0.4934 (100.0%) 0.1779 (100.0%) 0.6712 (100.0%) 3.1914 (100.0%) Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ BigInt (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911644912568-swift-frontend-BigInt-all-arm64_apple_macos10.12-swiftmodule-Onone-408506196.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5794 seconds (6.0358 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0310 ( 9.2%) 0.0829 ( 34.3%) 0.1138 ( 19.6%) 2.8331 ( 46.9%) parse-and-resolve-imports
0.0304 ( 9.0%) 0.0826 ( 34.2%) 0.1130 ( 19.5%) 2.8323 ( 46.9%) Import resolution
0.0627 ( 18.6%) 0.0150 ( 6.2%) 0.0777 ( 13.4%) 0.0782 ( 1.3%) perform-sema
0.0626 ( 18.5%) 0.0149 ( 6.2%) 0.0774 ( 13.4%) 0.0780 ( 1.3%) Type checking and Semantic analysis
0.0384 ( 11.4%) 0.0100 ( 4.1%) 0.0484 ( 8.4%) 0.0489 ( 0.8%) typecheck-decl
0.0360 ( 10.6%) 0.0078 ( 3.2%) 0.0438 ( 7.6%) 0.0438 ( 0.7%) typecheck-expr
0.0262 ( 7.8%) 0.0049 ( 2.0%) 0.0311 ( 5.4%) 0.0311 ( 0.5%) typecheck-stmt
0.0144 ( 4.3%) 0.0060 ( 2.5%) 0.0204 ( 3.5%) 0.0217 ( 0.4%) SIL optimization
0.0014 ( 0.4%) 0.0048 ( 2.0%) 0.0062 ( 1.1%) 0.0199 ( 0.3%) load-stdlib
0.0080 ( 2.4%) 0.0016 ( 0.7%) 0.0096 ( 1.7%) 0.0096 ( 0.2%) SILGen
0.0062 ( 1.8%) 0.0019 ( 0.8%) 0.0081 ( 1.4%) 0.0081 ( 0.1%) build-rewrite-system
0.0054 ( 1.6%) 0.0008 ( 0.3%) 0.0062 ( 1.1%) 0.0062 ( 0.1%) precheck-target
0.0051 ( 1.5%) 0.0010 ( 0.4%) 0.0061 ( 1.0%) 0.0060 ( 0.1%) SILGen-function
0.0025 ( 0.7%) 0.0027 ( 1.1%) 0.0051 ( 0.9%) 0.0059 ( 0.1%) Serialization, swiftmodule
0.0018 ( 0.5%) 0.0028 ( 1.2%) 0.0046 ( 0.8%) 0.0047 ( 0.1%) import-clang-decl
0.0025 ( 0.7%) 0.0012 ( 0.5%) 0.0037 ( 0.6%) 0.0040 ( 0.1%) Serialization, swiftdoc
0.0017 ( 0.5%) 0.0003 ( 0.1%) 0.0020 ( 0.3%) 0.0020 ( 0.0%) typecheck-expr-pattern
0.0012 ( 0.4%) 0.0002 ( 0.1%) 0.0014 ( 0.2%) 0.0015 ( 0.0%) Serialization, swiftsourceinfo
0.0004 ( 0.1%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) module-populate-cache
0.0002 ( 0.1%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) typecheck-for-each
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
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%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3379 (100.0%) 0.2415 (100.0%) 0.5794 (100.0%) 6.0358 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2500 seconds (2.9851 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1341 (100.0%) 0.1159 (100.0%) 0.2500 (100.0%) 2.9851 (100.0%) Building Target
0.1341 (100.0%) 0.1159 (100.0%) 0.2500 (100.0%) 2.9851 (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')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911644913302-swift-frontend-BigInt-BigFrac.swift-arm64_apple_macos10.12-o-Onone-246674142.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.0244 seconds (6.1533 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0302 ( 3.9%) 0.0706 ( 28.4%) 0.1009 ( 9.8%) 2.6589 ( 43.2%) parse-and-resolve-imports
0.0301 ( 3.9%) 0.0704 ( 28.3%) 0.1004 ( 9.8%) 2.6584 ( 43.2%) Import resolution
0.1533 ( 19.8%) 0.0190 ( 7.6%) 0.1724 ( 16.8%) 0.1725 ( 2.8%) perform-sema
0.1532 ( 19.8%) 0.0190 ( 7.6%) 0.1723 ( 16.8%) 0.1724 ( 2.8%) Type checking and Semantic analysis
0.1377 ( 17.8%) 0.0162 ( 6.5%) 0.1539 ( 15.0%) 0.1540 ( 2.5%) typecheck-stmt
0.1006 ( 13.0%) 0.0130 ( 5.2%) 0.1137 ( 11.1%) 0.1137 ( 1.8%) typecheck-expr
0.0441 ( 5.7%) 0.0138 ( 5.6%) 0.0579 ( 5.7%) 0.0579 ( 0.9%) build-rewrite-system
0.0382 ( 4.9%) 0.0062 ( 2.5%) 0.0444 ( 4.3%) 0.0444 ( 0.7%) typecheck-decl
0.0231 ( 3.0%) 0.0013 ( 0.5%) 0.0244 ( 2.4%) 0.0244 ( 0.4%) precheck-target
0.0142 ( 1.8%) 0.0058 ( 2.3%) 0.0200 ( 2.0%) 0.0200 ( 0.3%) IRGen
0.0143 ( 1.8%) 0.0035 ( 1.4%) 0.0179 ( 1.7%) 0.0179 ( 0.3%) SILGen
0.0012 ( 0.2%) 0.0040 ( 1.6%) 0.0052 ( 0.5%) 0.0177 ( 0.3%) load-stdlib
0.0161 ( 2.1%) 0.0001 ( 0.1%) 0.0162 ( 1.6%) 0.0162 ( 0.3%) SIL optimization
0.0118 ( 1.5%) 0.0028 ( 1.1%) 0.0146 ( 1.4%) 0.0146 ( 0.2%) SILGen-function
0.0018 ( 0.2%) 0.0026 ( 1.0%) 0.0044 ( 0.4%) 0.0044 ( 0.1%) import-clang-decl
0.0035 ( 0.5%) 0.0001 ( 0.1%) 0.0037 ( 0.4%) 0.0036 ( 0.1%) typecheck-for-each
0.0017 ( 0.2%) 0.0004 ( 0.2%) 0.0021 ( 0.2%) 0.0021 ( 0.0%) 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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.7754 (100.0%) 0.2491 (100.0%) 1.0244 (100.0%) 6.1533 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.7391 seconds (3.3116 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.5855 (100.0%) 0.1536 (100.0%) 0.7391 (100.0%) 3.3116 (100.0%) Building Target
0.5855 (100.0%) 0.1536 (100.0%) 0.7391 (100.0%) 3.3116 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Factorial.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/Factorial.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911644912647-swift-frontend-BigInt-Factorial.swift-arm64_apple_macos10.12-o-Onone-3994769188.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4334 seconds (5.7613 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0305 ( 13.7%) 0.0820 ( 38.8%) 0.1124 ( 25.9%) 2.7696 ( 48.1%) parse-and-resolve-imports
0.0300 ( 13.5%) 0.0816 ( 38.7%) 0.1116 ( 25.8%) 2.7688 ( 48.1%) Import resolution
0.0455 ( 20.5%) 0.0156 ( 7.4%) 0.0611 ( 14.1%) 0.0612 ( 1.1%) build-rewrite-system
0.0213 ( 9.6%) 0.0048 ( 2.3%) 0.0261 ( 6.0%) 0.0261 ( 0.5%) perform-sema
0.0212 ( 9.6%) 0.0048 ( 2.3%) 0.0260 ( 6.0%) 0.0260 ( 0.5%) Type checking and Semantic analysis
0.0192 ( 8.6%) 0.0039 ( 1.8%) 0.0231 ( 5.3%) 0.0231 ( 0.4%) typecheck-expr
0.0178 ( 8.0%) 0.0035 ( 1.7%) 0.0213 ( 4.9%) 0.0213 ( 0.4%) typecheck-stmt
0.0015 ( 0.7%) 0.0052 ( 2.5%) 0.0067 ( 1.6%) 0.0203 ( 0.4%) load-stdlib
0.0093 ( 4.2%) 0.0027 ( 1.3%) 0.0120 ( 2.8%) 0.0120 ( 0.2%) typecheck-decl
0.0098 ( 4.4%) 0.0017 ( 0.8%) 0.0115 ( 2.7%) 0.0115 ( 0.2%) precheck-target
0.0039 ( 1.7%) 0.0040 ( 1.9%) 0.0078 ( 1.8%) 0.0078 ( 0.1%) IRGen
0.0073 ( 3.3%) 0.0000 ( 0.0%) 0.0073 ( 1.7%) 0.0073 ( 0.1%) SIL optimization
0.0022 ( 1.0%) 0.0003 ( 0.2%) 0.0025 ( 0.6%) 0.0025 ( 0.0%) SILGen
0.0016 ( 0.7%) 0.0002 ( 0.1%) 0.0018 ( 0.4%) 0.0018 ( 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.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.2222 (100.0%) 0.2112 (100.0%) 0.4334 (100.0%) 5.7613 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4910 seconds (3.1632 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3461 (100.0%) 0.1449 (100.0%) 0.4910 (100.0%) 3.1632 (100.0%) Building Target
0.3461 (100.0%) 0.1449 (100.0%) 0.4910 (100.0%) 3.1632 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/Factorial.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ 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')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911644912321-swift-frontend-BigInt-BurnikelZiegler.swift-arm64_apple_macos10.12-o-Onone-2171331261.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.2199 seconds (7.0437 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0322 ( 3.4%) 0.0807 ( 29.7%) 0.1129 ( 9.3%) 3.0156 ( 42.8%) parse-and-resolve-imports
0.0315 ( 3.3%) 0.0804 ( 29.5%) 0.1119 ( 9.2%) 3.0145 ( 42.8%) Import resolution
0.1934 ( 20.4%) 0.0236 ( 8.7%) 0.2169 ( 17.8%) 0.2179 ( 3.1%) perform-sema
0.1932 ( 20.4%) 0.0235 ( 8.6%) 0.2168 ( 17.8%) 0.2178 ( 3.1%) Type checking and Semantic analysis
0.1835 ( 19.4%) 0.0219 ( 8.0%) 0.2053 ( 16.8%) 0.2063 ( 2.9%) typecheck-stmt
0.1598 ( 16.9%) 0.0183 ( 6.7%) 0.1781 ( 14.6%) 0.1790 ( 2.5%) typecheck-expr
0.0385 ( 4.1%) 0.0066 ( 2.4%) 0.0451 ( 3.7%) 0.0451 ( 0.6%) typecheck-decl
0.0303 ( 3.2%) 0.0026 ( 0.9%) 0.0329 ( 2.7%) 0.0329 ( 0.5%) precheck-target
0.0250 ( 2.6%) 0.0001 ( 0.0%) 0.0251 ( 2.1%) 0.0251 ( 0.4%) SIL optimization
0.0013 ( 0.1%) 0.0046 ( 1.7%) 0.0059 ( 0.5%) 0.0202 ( 0.3%) load-stdlib
0.0148 ( 1.6%) 0.0042 ( 1.5%) 0.0190 ( 1.6%) 0.0190 ( 0.3%) IRGen
0.0166 ( 1.8%) 0.0013 ( 0.5%) 0.0179 ( 1.5%) 0.0179 ( 0.3%) SILGen
0.0149 ( 1.6%) 0.0010 ( 0.4%) 0.0159 ( 1.3%) 0.0159 ( 0.2%) SILGen-function
0.0083 ( 0.9%) 0.0026 ( 1.0%) 0.0110 ( 0.9%) 0.0109 ( 0.2%) build-rewrite-system
0.0036 ( 0.4%) 0.0004 ( 0.1%) 0.0039 ( 0.3%) 0.0040 ( 0.1%) typecheck-for-each
0.0003 ( 0.0%) 0.0004 ( 0.1%) 0.0007 ( 0.1%) 0.0007 ( 0.0%) import-clang-decl
0.0004 ( 0.0%) 0.0001 ( 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.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.9477 (100.0%) 0.2722 (100.0%) 1.2199 (100.0%) 7.0437 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5812 seconds (3.5015 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4452 (100.0%) 0.1361 (100.0%) 0.5812 (100.0%) 3.5015 (100.0%) Building Target
0.4452 (100.0%) 0.1361 (100.0%) 0.5812 (100.0%) 3.5015 (100.0%) Total
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-1776911644918399-swift-frontend-BigInt-GCD.swift-arm64_apple_macos10.12-o-Onone-695186368.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.7128 seconds (5.5463 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8537 ( 41.9%) 0.3079 ( 45.4%) 1.1615 ( 42.8%) 2.5745 ( 46.4%) parse-and-resolve-imports
0.8531 ( 41.9%) 0.3077 ( 45.4%) 1.1608 ( 42.8%) 2.5738 ( 46.4%) Import resolution
0.0572 ( 2.8%) 0.0110 ( 1.6%) 0.0682 ( 2.5%) 0.0700 ( 1.3%) perform-sema
0.0572 ( 2.8%) 0.0109 ( 1.6%) 0.0681 ( 2.5%) 0.0699 ( 1.3%) Type checking and Semantic analysis
0.0508 ( 2.5%) 0.0082 ( 1.2%) 0.0590 ( 2.2%) 0.0608 ( 1.1%) typecheck-expr
0.0465 ( 2.3%) 0.0073 ( 1.1%) 0.0539 ( 2.0%) 0.0538 ( 1.0%) build-rewrite-system
0.0496 ( 2.4%) 0.0042 ( 0.6%) 0.0538 ( 2.0%) 0.0538 ( 1.0%) typecheck-stmt
0.0169 ( 0.8%) 0.0079 ( 1.2%) 0.0248 ( 0.9%) 0.0266 ( 0.5%) typecheck-decl
0.0184 ( 0.9%) 0.0006 ( 0.1%) 0.0190 ( 0.7%) 0.0190 ( 0.3%) precheck-target
0.0079 ( 0.4%) 0.0065 ( 1.0%) 0.0144 ( 0.5%) 0.0145 ( 0.3%) IRGen
0.0105 ( 0.5%) 0.0004 ( 0.1%) 0.0109 ( 0.4%) 0.0109 ( 0.2%) SIL optimization
0.0058 ( 0.3%) 0.0009 ( 0.1%) 0.0067 ( 0.2%) 0.0067 ( 0.1%) SILGen
0.0050 ( 0.2%) 0.0006 ( 0.1%) 0.0056 ( 0.2%) 0.0056 ( 0.1%) SILGen-function
0.0011 ( 0.1%) 0.0029 ( 0.4%) 0.0040 ( 0.1%) 0.0040 ( 0.1%) load-stdlib
0.0008 ( 0.0%) 0.0008 ( 0.1%) 0.0017 ( 0.1%) 0.0017 ( 0.0%) import-clang-decl
0.0004 ( 0.0%) 0.0000 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
2.0350 (100.0%) 0.6778 (100.0%) 2.7128 (100.0%) 5.5463 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7131 seconds (3.1310 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.3301 (100.0%) 0.3830 (100.0%) 1.7131 (100.0%) 3.1310 (100.0%) Building Target
1.3301 (100.0%) 0.3830 (100.0%) 1.7131 (100.0%) 3.1310 (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
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-1776911644922834-swift-frontend-BigInt-BailliePSW.swift-arm64_apple_macos10.12-o-Onone-2905499403.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4514 seconds (5.5104 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0297 ( 12.5%) 0.0832 ( 38.8%) 0.1129 ( 25.0%) 2.6424 ( 48.0%) parse-and-resolve-imports
0.0290 ( 12.2%) 0.0828 ( 38.6%) 0.1118 ( 24.8%) 2.6411 ( 47.9%) Import resolution
0.0473 ( 20.0%) 0.0160 ( 7.5%) 0.0633 ( 14.0%) 0.0633 ( 1.1%) build-rewrite-system
0.0252 ( 10.7%) 0.0050 ( 2.3%) 0.0302 ( 6.7%) 0.0303 ( 0.5%) perform-sema
0.0252 ( 10.6%) 0.0050 ( 2.3%) 0.0302 ( 6.7%) 0.0302 ( 0.5%) Type checking and Semantic analysis
0.0236 ( 10.0%) 0.0042 ( 1.9%) 0.0278 ( 6.1%) 0.0278 ( 0.5%) typecheck-stmt
0.0184 ( 7.8%) 0.0031 ( 1.5%) 0.0215 ( 4.8%) 0.0215 ( 0.4%) typecheck-expr
0.0107 ( 4.5%) 0.0028 ( 1.3%) 0.0134 ( 3.0%) 0.0134 ( 0.2%) typecheck-decl
0.0107 ( 4.5%) 0.0018 ( 0.8%) 0.0126 ( 2.8%) 0.0125 ( 0.2%) precheck-target
0.0050 ( 2.1%) 0.0058 ( 2.7%) 0.0108 ( 2.4%) 0.0108 ( 0.2%) IRGen
0.0011 ( 0.5%) 0.0028 ( 1.3%) 0.0040 ( 0.9%) 0.0040 ( 0.1%) load-stdlib
0.0033 ( 1.4%) 0.0000 ( 0.0%) 0.0034 ( 0.7%) 0.0034 ( 0.1%) SIL optimization
0.0024 ( 1.0%) 0.0003 ( 0.1%) 0.0027 ( 0.6%) 0.0027 ( 0.0%) SILGen
0.0020 ( 0.8%) 0.0004 ( 0.2%) 0.0024 ( 0.5%) 0.0024 ( 0.0%) typecheck-for-each
0.0019 ( 0.8%) 0.0002 ( 0.1%) 0.0022 ( 0.5%) 0.0022 ( 0.0%) SILGen-function
0.0009 ( 0.4%) 0.0010 ( 0.5%) 0.0018 ( 0.4%) 0.0018 ( 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.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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.2369 (100.0%) 0.2145 (100.0%) 0.4514 (100.0%) 5.5104 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5859 seconds (3.1289 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4216 (100.0%) 0.1643 (100.0%) 0.5859 (100.0%) 3.1289 (100.0%) Building Target
0.4216 (100.0%) 0.1643 (100.0%) 0.5859 (100.0%) 3.1289 (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\ 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-1776911644923247-swift-frontend-BigInt-ToomCook.swift-arm64_apple_macos10.12-o-Onone-2097407074.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.7297 seconds (5.4715 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8406 ( 43.8%) 0.3796 ( 46.8%) 1.2202 ( 44.7%) 2.5892 ( 47.3%) parse-and-resolve-imports
0.8401 ( 43.8%) 0.3793 ( 46.8%) 1.2194 ( 44.7%) 2.5883 ( 47.3%) Import resolution
0.0465 ( 2.4%) 0.0099 ( 1.2%) 0.0565 ( 2.1%) 0.0565 ( 1.0%) build-rewrite-system
0.0356 ( 1.9%) 0.0072 ( 0.9%) 0.0428 ( 1.6%) 0.0428 ( 0.8%) perform-sema
0.0355 ( 1.9%) 0.0072 ( 0.9%) 0.0427 ( 1.6%) 0.0427 ( 0.8%) Type checking and Semantic analysis
0.0320 ( 1.7%) 0.0052 ( 0.6%) 0.0372 ( 1.4%) 0.0372 ( 0.7%) typecheck-stmt
0.0293 ( 1.5%) 0.0043 ( 0.5%) 0.0337 ( 1.2%) 0.0337 ( 0.6%) typecheck-expr
0.0270 ( 1.4%) 0.0055 ( 0.7%) 0.0324 ( 1.2%) 0.0324 ( 0.6%) typecheck-decl
0.0112 ( 0.6%) 0.0011 ( 0.1%) 0.0123 ( 0.5%) 0.0123 ( 0.2%) precheck-target
0.0045 ( 0.2%) 0.0039 ( 0.5%) 0.0084 ( 0.3%) 0.0084 ( 0.2%) IRGen
0.0073 ( 0.4%) 0.0003 ( 0.0%) 0.0076 ( 0.3%) 0.0076 ( 0.1%) SIL optimization
0.0035 ( 0.2%) 0.0014 ( 0.2%) 0.0049 ( 0.2%) 0.0068 ( 0.1%) SILGen
0.0029 ( 0.2%) 0.0013 ( 0.2%) 0.0043 ( 0.2%) 0.0062 ( 0.1%) SILGen-function
0.0010 ( 0.1%) 0.0030 ( 0.4%) 0.0040 ( 0.1%) 0.0040 ( 0.1%) load-stdlib
0.0009 ( 0.0%) 0.0011 ( 0.1%) 0.0020 ( 0.1%) 0.0020 ( 0.0%) import-clang-decl
0.0006 ( 0.0%) 0.0004 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) typecheck-for-each
0.0004 ( 0.0%) 0.0000 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 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
1.9191 (100.0%) 0.8106 (100.0%) 2.7297 (100.0%) 5.4715 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7344 seconds (3.1248 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.2605 (100.0%) 0.4739 (100.0%) 1.7344 (100.0%) 3.1248 (100.0%) Building Target
1.2605 (100.0%) 0.4739 (100.0%) 1.7344 (100.0%) 3.1248 (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\ 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-1776911644923566-swift-frontend-BigInt-ExpMod.swift-arm64_apple_macos10.12-o-Onone-2156077535.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7593 seconds (5.7156 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0299 ( 5.7%) 0.0800 ( 34.2%) 0.1099 ( 14.5%) 2.5881 ( 45.3%) parse-and-resolve-imports
0.0294 ( 5.6%) 0.0798 ( 34.1%) 0.1091 ( 14.4%) 2.5873 ( 45.3%) Import resolution
0.0866 ( 16.5%) 0.0122 ( 5.2%) 0.0988 ( 13.0%) 0.0988 ( 1.7%) perform-sema
0.0865 ( 16.5%) 0.0121 ( 5.2%) 0.0987 ( 13.0%) 0.0987 ( 1.7%) Type checking and Semantic analysis
0.0794 ( 15.1%) 0.0107 ( 4.6%) 0.0901 ( 11.9%) 0.0901 ( 1.6%) typecheck-stmt
0.0748 ( 14.2%) 0.0099 ( 4.2%) 0.0847 ( 11.2%) 0.0847 ( 1.5%) typecheck-expr
0.0434 ( 8.3%) 0.0138 ( 5.9%) 0.0571 ( 7.5%) 0.0571 ( 1.0%) build-rewrite-system
0.0243 ( 4.6%) 0.0038 ( 1.6%) 0.0281 ( 3.7%) 0.0281 ( 0.5%) typecheck-decl
0.0188 ( 3.6%) 0.0001 ( 0.0%) 0.0189 ( 2.5%) 0.0189 ( 0.3%) SIL optimization
0.0162 ( 3.1%) 0.0011 ( 0.5%) 0.0173 ( 2.3%) 0.0173 ( 0.3%) precheck-target
0.0118 ( 2.2%) 0.0048 ( 2.1%) 0.0166 ( 2.2%) 0.0166 ( 0.3%) IRGen
0.0105 ( 2.0%) 0.0010 ( 0.4%) 0.0114 ( 1.5%) 0.0114 ( 0.2%) SILGen
0.0088 ( 1.7%) 0.0007 ( 0.3%) 0.0095 ( 1.2%) 0.0095 ( 0.2%) SILGen-function
0.0010 ( 0.2%) 0.0027 ( 1.2%) 0.0037 ( 0.5%) 0.0037 ( 0.1%) load-stdlib
0.0026 ( 0.5%) 0.0003 ( 0.1%) 0.0029 ( 0.4%) 0.0029 ( 0.1%) typecheck-for-each
0.0009 ( 0.2%) 0.0011 ( 0.5%) 0.0019 ( 0.3%) 0.0019 ( 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.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.5254 (100.0%) 0.2339 (100.0%) 0.7593 (100.0%) 5.7156 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6805 seconds (3.1608 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.5245 (100.0%) 0.1560 (100.0%) 0.6805 (100.0%) 3.1608 (100.0%) Building Target
0.5245 (100.0%) 0.1560 (100.0%) 0.6805 (100.0%) 3.1608 (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\ 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-1776911644923267-swift-frontend-BigInt-Karatsuba.swift-arm64_apple_macos10.12-o-Onone-228615491.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4198 seconds (5.4907 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0305 ( 14.2%) 0.0800 ( 39.0%) 0.1105 ( 26.3%) 2.6459 ( 48.2%) parse-and-resolve-imports
0.0300 ( 14.0%) 0.0797 ( 38.8%) 0.1097 ( 26.1%) 2.6451 ( 48.2%) Import resolution
0.0478 ( 22.3%) 0.0155 ( 7.6%) 0.0634 ( 15.1%) 0.0633 ( 1.2%) build-rewrite-system
0.0205 ( 9.6%) 0.0051 ( 2.5%) 0.0256 ( 6.1%) 0.0256 ( 0.5%) perform-sema
0.0205 ( 9.5%) 0.0050 ( 2.5%) 0.0255 ( 6.1%) 0.0255 ( 0.5%) Type checking and Semantic analysis
0.0179 ( 8.3%) 0.0043 ( 2.1%) 0.0221 ( 5.3%) 0.0221 ( 0.4%) typecheck-stmt
0.0120 ( 5.6%) 0.0028 ( 1.4%) 0.0148 ( 3.5%) 0.0148 ( 0.3%) typecheck-expr
0.0116 ( 5.4%) 0.0029 ( 1.4%) 0.0145 ( 3.4%) 0.0145 ( 0.3%) typecheck-decl
0.0078 ( 3.6%) 0.0016 ( 0.8%) 0.0093 ( 2.2%) 0.0093 ( 0.2%) precheck-target
0.0032 ( 1.5%) 0.0040 ( 2.0%) 0.0073 ( 1.7%) 0.0073 ( 0.1%) IRGen
0.0065 ( 3.0%) 0.0001 ( 0.0%) 0.0066 ( 1.6%) 0.0066 ( 0.1%) SIL optimization
0.0010 ( 0.5%) 0.0028 ( 1.4%) 0.0039 ( 0.9%) 0.0039 ( 0.1%) load-stdlib
0.0021 ( 1.0%) 0.0002 ( 0.1%) 0.0023 ( 0.6%) 0.0023 ( 0.0%) SILGen
0.0010 ( 0.5%) 0.0011 ( 0.5%) 0.0021 ( 0.5%) 0.0021 ( 0.0%) import-clang-decl
0.0017 ( 0.8%) 0.0001 ( 0.1%) 0.0018 ( 0.4%) 0.0018 ( 0.0%) SILGen-function
0.0004 ( 0.2%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.2146 (100.0%) 0.2053 (100.0%) 0.4198 (100.0%) 5.4907 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5868 seconds (3.1312 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4269 (100.0%) 0.1599 (100.0%) 0.5868 (100.0%) 3.1312 (100.0%) Building Target
0.4269 (100.0%) 0.1599 (100.0%) 0.5868 (100.0%) 3.1312 (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\ 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-1776911647962647-swift-frontend-BigInt-BigInt.swift-arm64_apple_macos10.12-o-Onone-300382090.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.3693 seconds (2.3737 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4580 ( 21.9%) 0.0485 ( 17.6%) 0.5065 ( 21.4%) 0.5074 ( 21.4%) perform-sema
0.4579 ( 21.9%) 0.0484 ( 17.6%) 0.5063 ( 21.4%) 0.5072 ( 21.4%) Type checking and Semantic analysis
0.4193 ( 20.0%) 0.0400 ( 14.5%) 0.4593 ( 19.4%) 0.4601 ( 19.4%) typecheck-stmt
0.3275 ( 15.6%) 0.0357 ( 13.0%) 0.3631 ( 15.3%) 0.3639 ( 15.3%) typecheck-expr
0.1152 ( 5.5%) 0.0175 ( 6.4%) 0.1326 ( 5.6%) 0.1332 ( 5.6%) typecheck-decl
0.0833 ( 4.0%) 0.0034 ( 1.2%) 0.0867 ( 3.7%) 0.0867 ( 3.7%) precheck-target
0.0506 ( 2.4%) 0.0135 ( 4.9%) 0.0641 ( 2.7%) 0.0641 ( 2.7%) build-rewrite-system
0.0276 ( 1.3%) 0.0229 ( 8.3%) 0.0505 ( 2.1%) 0.0507 ( 2.1%) parse-and-resolve-imports
0.0270 ( 1.3%) 0.0226 ( 8.2%) 0.0496 ( 2.1%) 0.0498 ( 2.1%) Import resolution
0.0287 ( 1.4%) 0.0040 ( 1.4%) 0.0327 ( 1.4%) 0.0327 ( 1.4%) SILGen
0.0305 ( 1.5%) 0.0002 ( 0.1%) 0.0307 ( 1.3%) 0.0307 ( 1.3%) SIL optimization
0.0254 ( 1.2%) 0.0031 ( 1.1%) 0.0285 ( 1.2%) 0.0285 ( 1.2%) SILGen-function
0.0208 ( 1.0%) 0.0040 ( 1.5%) 0.0249 ( 1.0%) 0.0249 ( 1.0%) IRGen
0.0124 ( 0.6%) 0.0086 ( 3.1%) 0.0211 ( 0.9%) 0.0211 ( 0.9%) import-clang-decl
0.0068 ( 0.3%) 0.0003 ( 0.1%) 0.0072 ( 0.3%) 0.0072 ( 0.3%) typecheck-for-each
0.0010 ( 0.0%) 0.0017 ( 0.6%) 0.0027 ( 0.1%) 0.0028 ( 0.1%) load-stdlib
0.0011 ( 0.1%) 0.0001 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) typecheck-expr-pattern
0.0006 ( 0.0%) 0.0002 ( 0.1%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) load-all-members
0.0004 ( 0.0%) 0.0001 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
2.0945 (100.0%) 0.2749 (100.0%) 2.3693 (100.0%) 2.3737 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.0329 seconds (2.0382 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.5613 (100.0%) 0.4715 (100.0%) 2.0329 (100.0%) 2.0382 (100.0%) Building Target
1.5613 (100.0%) 0.4715 (100.0%) 2.0329 (100.0%) 2.0382 (100.0%) Total
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')
SwiftDriverJobDiscovery normal arm64 Compiling GCD.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling BailliePSW.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling Karatsuba.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.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/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/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
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 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 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:34:10.232 appintentsmetadataprocessor[714:4295] Starting appintentsmetadataprocessor export
2026-04-22 19:34:10.234 appintentsmetadataprocessor[714:4295] 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:88a75e2c1b1e9277d9775b465c662d0682a20574, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:88a75e2c1b1e9277d9775b465c662d0682a20574, 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.