The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BigInt, reference 1.23.1 (72fed4), with Swift 6.1 for visionOS using Xcode 16.3 on 23 Apr 2026 02:35:07 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BigInt -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mIwr/BigInt.git
Reference: 1.23.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mIwr/BigInt
 * tag               1.23.1     -> FETCH_HEAD
HEAD is now at 72fed47 Syn with upstream commit https://github.com/leif-ibsen/BigInt/commit/c2f49bee454760e433bafff17bfdc5b96f75d7c8
Cloned https://github.com/mIwr/BigInt.git
Revision (git rev-parse @):
72fed470be7c9ac9470f3470b124751a33928472
SUCCESS checkout https://github.com/mIwr/BigInt.git at 1.23.1
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mIwr/BigInt.git
https://github.com/mIwr/BigInt.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BigInt",
  "name" : "BigInt",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "BigInt",
      "targets" : [
        "BigInt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "BigIntTests",
      "module_type" : "SwiftTarget",
      "name" : "BigIntTests",
      "path" : "Tests/BigIntTests",
      "sources" : [
        "AdditionTest.swift",
        "BinomialTest.swift",
        "BitTest.swift",
        "CRTTest.swift",
        "ComparisonTest.swift",
        "ConstructorTest.swift",
        "DivExactTest.swift",
        "DivModBZTest.swift",
        "DivModTest.swift",
        "ExpModTest.swift",
        "FFTTest.swift",
        "FactorialTest.swift",
        "FibonacciTest.swift",
        "FractionTest.swift",
        "GcdExtendedTest.swift",
        "GcdTest.swift",
        "IntMinMaxTest.swift",
        "JacobiTest.swift",
        "KaratsubaTest.swift",
        "KroneckerTest.swift",
        "LcmTest.swift",
        "LimbTest.swift",
        "ModInverseTest.swift",
        "MulSquareTest.swift",
        "MultiplicationTest.swift",
        "PerformanceTest.swift",
        "Pow2Test.swift",
        "PrimeTest.swift",
        "RootTest.swift",
        "ShiftTest.swift",
        "SubtractionTest.swift",
        "ToByteArrayTest.swift",
        "ToStringTest.swift",
        "ToomCookTest.swift"
      ],
      "target_dependencies" : [
        "BigInt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BigInt",
      "module_type" : "SwiftTarget",
      "name" : "BigInt",
      "path" : "Sources/BigInt",
      "product_memberships" : [
        "BigInt"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/BigInt/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BailliePSW.swift",
        "BigFrac.swift",
        "BigInt.swift",
        "BitSieve.swift",
        "BurnikelZiegler.swift",
        "CRT.swift",
        "ExpMod.swift",
        "FFT.swift",
        "Factorial.swift",
        "GCD.swift",
        "Karatsuba.swift",
        "Limbs.swift",
        "ToomCook.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:7:17: warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                 `- warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
 8 |     ],
 9 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:52: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                    `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version
 8 |     ],
 9 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:64: warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                `- warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version
 8 |     ],
 9 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:79: warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                               `- warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version
 8 |     ],
 9 |     products: [
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BigInt",
  "name" : "BigInt",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "BigInt",
      "targets" : [
        "BigInt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "BigIntTests",
      "module_type" : "SwiftTarget",
      "name" : "BigIntTests",
      "path" : "Tests/BigIntTests",
      "sources" : [
        "AdditionTest.swift",
        "BinomialTest.swift",
        "BitTest.swift",
        "CRTTest.swift",
        "ComparisonTest.swift",
        "ConstructorTest.swift",
        "DivExactTest.swift",
        "DivModBZTest.swift",
        "DivModTest.swift",
        "ExpModTest.swift",
        "FFTTest.swift",
        "FactorialTest.swift",
        "FibonacciTest.swift",
        "FractionTest.swift",
        "GcdExtendedTest.swift",
        "GcdTest.swift",
        "IntMinMaxTest.swift",
        "JacobiTest.swift",
        "KaratsubaTest.swift",
        "KroneckerTest.swift",
        "LcmTest.swift",
        "LimbTest.swift",
        "ModInverseTest.swift",
        "MulSquareTest.swift",
        "MultiplicationTest.swift",
        "PerformanceTest.swift",
        "Pow2Test.swift",
        "PrimeTest.swift",
        "RootTest.swift",
        "ShiftTest.swift",
        "SubtractionTest.swift",
        "ToByteArrayTest.swift",
        "ToStringTest.swift",
        "ToomCookTest.swift"
      ],
      "target_dependencies" : [
        "BigInt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BigInt",
      "module_type" : "SwiftTarget",
      "name" : "BigInt",
      "path" : "Sources/BigInt",
      "product_memberships" : [
        "BigInt"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/BigInt/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BailliePSW.swift",
        "BigFrac.swift",
        "BigInt.swift",
        "BitSieve.swift",
        "BurnikelZiegler.swift",
        "CRT.swift",
        "ExpMod.swift",
        "FFT.swift",
        "Factorial.swift",
        "GCD.swift",
        "Karatsuba.swift",
        "Limbs.swift",
        "ToomCook.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "BigInt",
    "schemes" : [
      "BigInt"
    ],
    "targets" : [
      "BigInt",
      "BigIntTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BigInt -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme BigInt -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'BigInt' in project 'BigInt' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: b6a48f32b46f1d1cbf4d9e044ed36b63
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b6a48f32b46f1d1cbf4d9e044ed36b63.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/BigInt.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
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/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/BigInt.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/BigInt.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/BigInt.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt-5144f0e9675c2d48b7df3f6746f8847d-VFS-xros/all-product-headers.yaml
    cd /Users/admin/builder/spi-builder-workspace/BigInt.xcodeproj
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt-5144f0e9675c2d48b7df3f6746f8847d-VFS-xros/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/module.modulemap (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.hmap (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/BigInt_vers.c (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/BigInt_vers.c
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/empty-BigInt.plist (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/empty-BigInt.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-xros1.0 '-std=gnu17' -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=BigInt' -fpascal-strings -O0 -fno-common '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -g -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt-5144f0e9675c2d48b7df3f6746f8847d-VFS-xros/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftConstValuesFileList (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.LinkFileList (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyStaticMetadataFileList (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyMetadataFileList (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-project-headers.hmap (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-own-target-headers.hmap (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-generated-files.hmap (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-diagnostic-filename-map.json (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-diagnostic-filename-map.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-all-target-headers.hmap (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-all-non-framework-target-headers.hmap (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-all-non-framework-target-headers.hmap
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Headers (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Headers
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/module.modulemap (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/empty-BigInt.plist (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/empty-BigInt.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/BigInt/PrivacyInfo.xcprivacy (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/BigInt/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework
SwiftDriver BigInt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigInt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt-5144f0e9675c2d48b7df3f6746f8847d-VFS-xros/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ 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-1776911689447865-swift-frontend-BigInt-BurnikelZiegler.swift-arm64_apple_xros1.0-o-Onone-635255439.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2353 seconds (4.3183 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0254 (  2.7%)   0.0881 ( 28.5%)   0.1135 (  9.2%)   1.6458 ( 38.1%)  parse-and-resolve-imports
   0.0248 (  2.7%)   0.0879 ( 28.4%)   0.1127 (  9.1%)   1.6450 ( 38.1%)  Import resolution
   0.1886 ( 20.4%)   0.0249 (  8.0%)   0.2134 ( 17.3%)   0.2139 (  5.0%)  perform-sema
   0.1884 ( 20.4%)   0.0248 (  8.0%)   0.2133 ( 17.3%)   0.2138 (  5.0%)  Type checking and Semantic analysis
   0.1793 ( 19.4%)   0.0233 (  7.5%)   0.2025 ( 16.4%)   0.2030 (  4.7%)  typecheck-stmt
   0.1564 ( 16.9%)   0.0195 (  6.3%)   0.1760 ( 14.2%)   0.1763 (  4.1%)  typecheck-expr
   0.0117 (  1.3%)   0.0200 (  6.4%)   0.0317 (  2.6%)   0.0480 (  1.1%)  load-stdlib
   0.0385 (  4.2%)   0.0072 (  2.3%)   0.0456 (  3.7%)   0.0457 (  1.1%)  typecheck-decl
   0.0301 (  3.3%)   0.0026 (  0.8%)   0.0327 (  2.6%)   0.0327 (  0.8%)  precheck-target
   0.0255 (  2.8%)   0.0002 (  0.1%)   0.0257 (  2.1%)   0.0257 (  0.6%)  SIL optimization
   0.0147 (  1.6%)   0.0059 (  1.9%)   0.0206 (  1.7%)   0.0206 (  0.5%)  IRGen
   0.0152 (  1.6%)   0.0011 (  0.3%)   0.0163 (  1.3%)   0.0163 (  0.4%)  SILGen
   0.0137 (  1.5%)   0.0007 (  0.2%)   0.0144 (  1.2%)   0.0144 (  0.3%)  SILGen-function
   0.0087 (  0.9%)   0.0028 (  0.9%)   0.0115 (  0.9%)   0.0115 (  0.3%)  build-rewrite-system
   0.0038 (  0.4%)   0.0003 (  0.1%)   0.0041 (  0.3%)   0.0041 (  0.1%)  typecheck-for-each
   0.0003 (  0.0%)   0.0004 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.0%)  import-clang-decl
   0.0004 (  0.0%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.9256 (100.0%)   0.3097 (100.0%)   1.2353 (100.0%)   4.3183 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6191 seconds (2.1720 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4528 (100.0%)   0.1663 (100.0%)   0.6191 (100.0%)   2.1720 (100.0%)  Building Target
   0.4528 (100.0%)   0.1663 (100.0%)   0.6191 (100.0%)   2.1720 (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-1776911689447043-swift-frontend-BigInt-Factorial.swift-arm64_apple_xros1.0-o-Onone-3247777882.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4353 seconds (3.4355 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0239 ( 11.7%)   0.0876 ( 38.0%)   0.1115 ( 25.6%)   1.5892 ( 46.3%)  parse-and-resolve-imports
   0.0233 ( 11.4%)   0.0873 ( 37.8%)   0.1106 ( 25.4%)   1.5883 ( 46.2%)  Import resolution
   0.0472 ( 23.0%)   0.0162 (  7.0%)   0.0633 ( 14.5%)   0.0633 (  1.8%)  build-rewrite-system
   0.0018 (  0.9%)   0.0145 (  6.3%)   0.0163 (  3.7%)   0.0609 (  1.8%)  load-stdlib
   0.0199 (  9.7%)   0.0044 (  1.9%)   0.0243 (  5.6%)   0.0243 (  0.7%)  perform-sema
   0.0199 (  9.7%)   0.0044 (  1.9%)   0.0242 (  5.6%)   0.0243 (  0.7%)  Type checking and Semantic analysis
   0.0179 (  8.8%)   0.0035 (  1.5%)   0.0214 (  4.9%)   0.0214 (  0.6%)  typecheck-expr
   0.0169 (  8.2%)   0.0032 (  1.4%)   0.0201 (  4.6%)   0.0201 (  0.6%)  typecheck-stmt
   0.0086 (  4.2%)   0.0023 (  1.0%)   0.0109 (  2.5%)   0.0110 (  0.3%)  typecheck-decl
   0.0095 (  4.6%)   0.0015 (  0.6%)   0.0110 (  2.5%)   0.0110 (  0.3%)  precheck-target
   0.0077 (  3.7%)   0.0002 (  0.1%)   0.0078 (  1.8%)   0.0078 (  0.2%)  SIL optimization
   0.0035 (  1.7%)   0.0036 (  1.6%)   0.0071 (  1.6%)   0.0072 (  0.2%)  IRGen
   0.0010 (  0.5%)   0.0013 (  0.5%)   0.0023 (  0.5%)   0.0023 (  0.1%)  import-clang-decl
   0.0019 (  0.9%)   0.0004 (  0.2%)   0.0023 (  0.5%)   0.0023 (  0.1%)  SILGen
   0.0014 (  0.7%)   0.0002 (  0.1%)   0.0016 (  0.4%)   0.0016 (  0.0%)  SILGen-function
   0.0004 (  0.2%)   0.0001 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2047 (100.0%)   0.2306 (100.0%)   0.4353 (100.0%)   3.4355 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5749 seconds (2.1009 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4011 (100.0%)   0.1739 (100.0%)   0.5749 (100.0%)   2.1009 (100.0%)  Building Target
   0.4011 (100.0%)   0.1739 (100.0%)   0.5749 (100.0%)   2.1009 (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\ ToomCook.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/ToomCook.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/ToomCook.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911689452983-swift-frontend-BigInt-ToomCook.swift-arm64_apple_xros1.0-o-Onone-2549213671.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5502 seconds (3.9170 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0239 (  7.6%)   0.0815 ( 34.5%)   0.1054 ( 19.2%)   1.7650 ( 45.1%)  parse-and-resolve-imports
   0.0233 (  7.4%)   0.0811 ( 34.3%)   0.1044 ( 19.0%)   1.7640 ( 45.0%)  Import resolution
   0.0018 (  0.6%)   0.0141 (  6.0%)   0.0159 (  2.9%)   0.0627 (  1.6%)  load-stdlib
   0.0446 ( 14.2%)   0.0150 (  6.3%)   0.0595 ( 10.8%)   0.0597 (  1.5%)  build-rewrite-system
   0.0416 ( 13.2%)   0.0082 (  3.5%)   0.0498 (  9.0%)   0.0500 (  1.3%)  perform-sema
   0.0415 ( 13.2%)   0.0082 (  3.5%)   0.0497 (  9.0%)   0.0499 (  1.3%)  Type checking and Semantic analysis
   0.0380 ( 12.1%)   0.0071 (  3.0%)   0.0451 (  8.2%)   0.0453 (  1.2%)  typecheck-stmt
   0.0345 ( 11.0%)   0.0065 (  2.7%)   0.0410 (  7.4%)   0.0410 (  1.0%)  typecheck-expr
   0.0317 ( 10.1%)   0.0068 (  2.9%)   0.0385 (  7.0%)   0.0387 (  1.0%)  typecheck-decl
   0.0126 (  4.0%)   0.0019 (  0.8%)   0.0145 (  2.6%)   0.0145 (  0.4%)  precheck-target
   0.0042 (  1.4%)   0.0039 (  1.7%)   0.0082 (  1.5%)   0.0082 (  0.2%)  IRGen
   0.0077 (  2.5%)   0.0001 (  0.0%)   0.0078 (  1.4%)   0.0078 (  0.2%)  SIL optimization
   0.0034 (  1.1%)   0.0004 (  0.2%)   0.0039 (  0.7%)   0.0039 (  0.1%)  SILGen
   0.0029 (  0.9%)   0.0004 (  0.2%)   0.0032 (  0.6%)   0.0032 (  0.1%)  SILGen-function
   0.0008 (  0.3%)   0.0010 (  0.4%)   0.0018 (  0.3%)   0.0018 (  0.0%)  import-clang-decl
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  typecheck-for-each
   0.0004 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.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, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.3139 (100.0%)   0.2363 (100.0%)   0.5502 (100.0%)   3.9170 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5269 seconds (2.2353 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3688 (100.0%)   0.1581 (100.0%)   0.5269 (100.0%)   2.2353 (100.0%)  Building Target
   0.3688 (100.0%)   0.1581 (100.0%)   0.5269 (100.0%)   2.2353 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ ExpMod.swift,\ FFT.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/ExpMod.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/FFT.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/ExpMod.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/FFT.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911689471516-swift-frontend-BigInt-ExpMod.swift-arm64_apple_xros1.0-o-Onone-16886164.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8238 seconds (3.8836 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0291 (  5.3%)   0.0898 ( 33.1%)   0.1189 ( 14.4%)   1.6391 ( 42.2%)  parse-and-resolve-imports
   0.0284 (  5.1%)   0.0895 ( 33.0%)   0.1179 ( 14.3%)   1.6381 ( 42.2%)  Import resolution
   0.0931 ( 16.8%)   0.0152 (  5.6%)   0.1083 ( 13.1%)   0.1083 (  2.8%)  perform-sema
   0.0930 ( 16.8%)   0.0152 (  5.6%)   0.1081 ( 13.1%)   0.1082 (  2.8%)  Type checking and Semantic analysis
   0.0847 ( 15.3%)   0.0130 (  4.8%)   0.0977 ( 11.9%)   0.0977 (  2.5%)  typecheck-stmt
   0.0796 ( 14.4%)   0.0123 (  4.6%)   0.0919 ( 11.2%)   0.0919 (  2.4%)  typecheck-expr
   0.0451 (  8.2%)   0.0161 (  5.9%)   0.0612 (  7.4%)   0.0612 (  1.6%)  build-rewrite-system
   0.0263 (  4.8%)   0.0052 (  1.9%)   0.0314 (  3.8%)   0.0314 (  0.8%)  typecheck-decl
   0.0013 (  0.2%)   0.0053 (  2.0%)   0.0067 (  0.8%)   0.0257 (  0.7%)  load-stdlib
   0.0202 (  3.7%)   0.0003 (  0.1%)   0.0204 (  2.5%)   0.0205 (  0.5%)  SIL optimization
   0.0172 (  3.1%)   0.0017 (  0.6%)   0.0189 (  2.3%)   0.0189 (  0.5%)  precheck-target
   0.0116 (  2.1%)   0.0046 (  1.7%)   0.0162 (  2.0%)   0.0163 (  0.4%)  IRGen
   0.0102 (  1.8%)   0.0009 (  0.3%)   0.0111 (  1.3%)   0.0111 (  0.3%)  SILGen
   0.0085 (  1.5%)   0.0006 (  0.2%)   0.0091 (  1.1%)   0.0091 (  0.2%)  SILGen-function
   0.0030 (  0.5%)   0.0003 (  0.1%)   0.0034 (  0.4%)   0.0034 (  0.1%)  typecheck-for-each
   0.0009 (  0.2%)   0.0010 (  0.4%)   0.0018 (  0.2%)   0.0018 (  0.0%)  import-clang-decl
   0.0005 (  0.1%)   0.0000 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.5527 (100.0%)   0.2711 (100.0%)   0.8238 (100.0%)   3.8836 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7105 seconds (2.2536 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5370 (100.0%)   0.1734 (100.0%)   0.7105 (100.0%)   2.2536 (100.0%)  Building Target
   0.5370 (100.0%)   0.1734 (100.0%)   0.7105 (100.0%)   2.2536 (100.0%)  Total
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-1776911689454876-swift-frontend-BigInt-Karatsuba.swift-arm64_apple_xros1.0-o-Onone-4101685293.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8609 seconds (3.3305 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9429 ( 46.4%)   0.3791 ( 45.8%)   1.3220 ( 46.2%)   1.5310 ( 46.0%)  parse-and-resolve-imports
   0.9423 ( 46.3%)   0.3773 ( 45.6%)   1.3197 ( 46.1%)   1.5276 ( 45.9%)  Import resolution
   0.0477 (  2.3%)   0.0105 (  1.3%)   0.0582 (  2.0%)   0.0583 (  1.8%)  build-rewrite-system
   0.0018 (  0.1%)   0.0109 (  1.3%)   0.0126 (  0.4%)   0.0549 (  1.6%)  load-stdlib
   0.0195 (  1.0%)   0.0128 (  1.6%)   0.0323 (  1.1%)   0.0352 (  1.1%)  perform-sema
   0.0194 (  1.0%)   0.0128 (  1.5%)   0.0322 (  1.1%)   0.0351 (  1.1%)  Type checking and Semantic analysis
   0.0166 (  0.8%)   0.0053 (  0.6%)   0.0220 (  0.8%)   0.0226 (  0.7%)  typecheck-stmt
   0.0107 (  0.5%)   0.0083 (  1.0%)   0.0190 (  0.7%)   0.0213 (  0.6%)  typecheck-decl
   0.0110 (  0.5%)   0.0017 (  0.2%)   0.0126 (  0.4%)   0.0126 (  0.4%)  typecheck-expr
   0.0072 (  0.4%)   0.0017 (  0.2%)   0.0089 (  0.3%)   0.0094 (  0.3%)  precheck-target
   0.0061 (  0.3%)   0.0007 (  0.1%)   0.0069 (  0.2%)   0.0069 (  0.2%)  SIL optimization
   0.0025 (  0.1%)   0.0025 (  0.3%)   0.0051 (  0.2%)   0.0051 (  0.2%)  IRGen
   0.0025 (  0.1%)   0.0016 (  0.2%)   0.0041 (  0.1%)   0.0047 (  0.1%)  SILGen
   0.0018 (  0.1%)   0.0009 (  0.1%)   0.0027 (  0.1%)   0.0033 (  0.1%)  SILGen-function
   0.0010 (  0.1%)   0.0012 (  0.1%)   0.0022 (  0.1%)   0.0022 (  0.1%)  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.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   2.0335 (100.0%)   0.8274 (100.0%)   2.8609 (100.0%)   3.3305 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8210 seconds (2.0933 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.3237 (100.0%)   0.4973 (100.0%)   1.8210 (100.0%)   2.0933 (100.0%)  Building Target
   1.3237 (100.0%)   0.4973 (100.0%)   1.8210 (100.0%)   2.0933 (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-1776911689471664-swift-frontend-BigInt-BigInt.swift-arm64_apple_xros1.0-o-Onone-4071680051.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.6665 seconds (5.6575 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0242 (  1.1%)   0.0892 ( 20.3%)   0.1134 (  4.3%)   1.5839 ( 28.0%)  parse-and-resolve-imports
   0.0237 (  1.1%)   0.0889 ( 20.3%)   0.1125 (  4.2%)   1.5830 ( 28.0%)  Import resolution
   0.4917 ( 22.1%)   0.0553 ( 12.6%)   0.5470 ( 20.5%)   0.5505 (  9.7%)  perform-sema
   0.4916 ( 22.1%)   0.0553 ( 12.6%)   0.5469 ( 20.5%)   0.5504 (  9.7%)  Type checking and Semantic analysis
   0.4551 ( 20.4%)   0.0483 ( 11.0%)   0.5034 ( 18.9%)   0.5069 (  9.0%)  typecheck-stmt
   0.3527 ( 15.8%)   0.0407 (  9.3%)   0.3934 ( 14.8%)   0.3965 (  7.0%)  typecheck-expr
   0.1215 (  5.5%)   0.0181 (  4.1%)   0.1397 (  5.2%)   0.1417 (  2.5%)  typecheck-decl
   0.0855 (  3.8%)   0.0031 (  0.7%)   0.0885 (  3.3%)   0.0887 (  1.6%)  precheck-target
   0.0513 (  2.3%)   0.0125 (  2.8%)   0.0638 (  2.4%)   0.0638 (  1.1%)  build-rewrite-system
   0.0014 (  0.1%)   0.0056 (  1.3%)   0.0070 (  0.3%)   0.0415 (  0.7%)  load-stdlib
   0.0306 (  1.4%)   0.0046 (  1.0%)   0.0352 (  1.3%)   0.0352 (  0.6%)  SILGen
   0.0308 (  1.4%)   0.0002 (  0.1%)   0.0310 (  1.2%)   0.0310 (  0.5%)  SIL optimization
   0.0271 (  1.2%)   0.0037 (  0.8%)   0.0308 (  1.2%)   0.0308 (  0.5%)  SILGen-function
   0.0196 (  0.9%)   0.0038 (  0.9%)   0.0234 (  0.9%)   0.0234 (  0.4%)  IRGen
   0.0111 (  0.5%)   0.0081 (  1.9%)   0.0193 (  0.7%)   0.0192 (  0.3%)  import-clang-decl
   0.0077 (  0.3%)   0.0006 (  0.1%)   0.0083 (  0.3%)   0.0083 (  0.1%)  typecheck-for-each
   0.0013 (  0.1%)   0.0002 (  0.0%)   0.0015 (  0.1%)   0.0015 (  0.0%)  typecheck-expr-pattern
   0.0006 (  0.0%)   0.0001 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  load-all-members
   0.0004 (  0.0%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  module-populate-cache
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.2283 (100.0%)   0.4381 (100.0%)   2.6665 (100.0%)   5.6575 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7638 seconds (3.2759 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.3385 (100.0%)   0.4253 (100.0%)   1.7638 (100.0%)   3.2759 (100.0%)  Building Target
   1.3385 (100.0%)   0.4253 (100.0%)   1.7638 (100.0%)   3.2759 (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-1776911689464735-swift-frontend-BigInt-GCD.swift-arm64_apple_xros1.0-o-Onone-962519565.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6280 seconds (3.5802 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0229 (  5.8%)   0.0834 ( 35.9%)   0.1063 ( 16.9%)   1.5637 ( 43.7%)  parse-and-resolve-imports
   0.0224 (  5.7%)   0.0831 ( 35.8%)   0.1055 ( 16.8%)   1.5629 ( 43.7%)  Import resolution
   0.0621 ( 15.7%)   0.0089 (  3.8%)   0.0710 ( 11.3%)   0.0710 (  2.0%)  perform-sema
   0.0620 ( 15.7%)   0.0089 (  3.8%)   0.0709 ( 11.3%)   0.0709 (  2.0%)  Type checking and Semantic analysis
   0.0551 ( 13.9%)   0.0064 (  2.7%)   0.0615 (  9.8%)   0.0615 (  1.7%)  typecheck-expr
   0.0551 ( 13.9%)   0.0063 (  2.7%)   0.0614 (  9.8%)   0.0614 (  1.7%)  typecheck-stmt
   0.0456 ( 11.5%)   0.0152 (  6.5%)   0.0609 (  9.7%)   0.0609 (  1.7%)  build-rewrite-system
   0.0015 (  0.4%)   0.0078 (  3.3%)   0.0093 (  1.5%)   0.0465 (  1.3%)  load-stdlib
   0.0195 (  4.9%)   0.0017 (  0.7%)   0.0212 (  3.4%)   0.0212 (  0.6%)  precheck-target
   0.0169 (  4.3%)   0.0036 (  1.5%)   0.0205 (  3.3%)   0.0205 (  0.6%)  typecheck-decl
   0.0108 (  2.7%)   0.0002 (  0.1%)   0.0111 (  1.8%)   0.0111 (  0.3%)  SIL optimization
   0.0070 (  1.8%)   0.0039 (  1.7%)   0.0109 (  1.7%)   0.0110 (  0.3%)  IRGen
   0.0072 (  1.8%)   0.0013 (  0.5%)   0.0085 (  1.3%)   0.0085 (  0.2%)  SILGen
   0.0063 (  1.6%)   0.0009 (  0.4%)   0.0072 (  1.1%)   0.0072 (  0.2%)  SILGen-function
   0.0006 (  0.2%)   0.0008 (  0.3%)   0.0014 (  0.2%)   0.0014 (  0.0%)  import-clang-decl
   0.0004 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.3955 (100.0%)   0.2324 (100.0%)   0.6280 (100.0%)   3.5802 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6022 seconds (2.0997 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4463 (100.0%)   0.1560 (100.0%)   0.6022 (100.0%)   2.0997 (100.0%)  Building Target
   0.4463 (100.0%)   0.1560 (100.0%)   0.6022 (100.0%)   2.0997 (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\ CRT.swift,\ BitSieve.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/CRT.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911689460471-swift-frontend-BigInt-CRT.swift-arm64_apple_xros1.0-o-Onone-248901546.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6372 seconds (3.7399 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0242 (  6.0%)   0.0772 ( 33.5%)   0.1015 ( 15.9%)   1.6329 ( 43.7%)  parse-and-resolve-imports
   0.0237 (  5.8%)   0.0769 ( 33.3%)   0.1006 ( 15.8%)   1.6321 ( 43.6%)  Import resolution
   0.0687 ( 16.9%)   0.0115 (  5.0%)   0.0802 ( 12.6%)   0.0805 (  2.2%)  perform-sema
   0.0686 ( 16.9%)   0.0115 (  5.0%)   0.0801 ( 12.6%)   0.0804 (  2.2%)  Type checking and Semantic analysis
   0.0647 ( 15.9%)   0.0102 (  4.4%)   0.0748 ( 11.7%)   0.0752 (  2.0%)  typecheck-stmt
   0.0451 ( 11.1%)   0.0148 (  6.4%)   0.0599 (  9.4%)   0.0602 (  1.6%)  build-rewrite-system
   0.0502 ( 12.4%)   0.0079 (  3.4%)   0.0581 (  9.1%)   0.0583 (  1.6%)  typecheck-expr
   0.0016 (  0.4%)   0.0089 (  3.8%)   0.0105 (  1.6%)   0.0487 (  1.3%)  load-stdlib
   0.0133 (  3.3%)   0.0018 (  0.8%)   0.0151 (  2.4%)   0.0152 (  0.4%)  precheck-target
   0.0121 (  3.0%)   0.0030 (  1.3%)   0.0151 (  2.4%)   0.0151 (  0.4%)  typecheck-decl
   0.0108 (  2.7%)   0.0002 (  0.1%)   0.0110 (  1.7%)   0.0110 (  0.3%)  SIL optimization
   0.0065 (  1.6%)   0.0031 (  1.3%)   0.0096 (  1.5%)   0.0096 (  0.3%)  IRGen
   0.0059 (  1.5%)   0.0012 (  0.5%)   0.0071 (  1.1%)   0.0071 (  0.2%)  SILGen
   0.0051 (  1.3%)   0.0010 (  0.4%)   0.0061 (  1.0%)   0.0061 (  0.2%)  SILGen-function
   0.0044 (  1.1%)   0.0005 (  0.2%)   0.0049 (  0.8%)   0.0049 (  0.1%)  typecheck-for-each
   0.0009 (  0.2%)   0.0011 (  0.5%)   0.0020 (  0.3%)   0.0020 (  0.1%)  import-clang-decl
   0.0004 (  0.1%)   0.0001 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  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.4065 (100.0%)   0.2308 (100.0%)   0.6372 (100.0%)   3.7399 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5950 seconds (2.1719 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4286 (100.0%)   0.1664 (100.0%)   0.5950 (100.0%)   2.1719 (100.0%)  Building Target
   0.4286 (100.0%)   0.1664 (100.0%)   0.5950 (100.0%)   2.1719 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/CRT.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift:18:16: warning: static property 'smallSieve' is not concurrency-safe because non-'Sendable' type 'BitSieve' may have shared mutable state; this is an error in the Swift 6 language mode
    static let smallSieve = BitSieve()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift:12:7: note: class 'BitSieve' does not conform to the 'Sendable' protocol
class BitSieve {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift:18:16: note: add '@MainActor' to make static property 'smallSieve' part of global actor 'MainActor'
    static let smallSieve = BitSieve()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let smallSieve = BitSieve()
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ 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-1776911689472698-swift-frontend-BigInt-BailliePSW.swift-arm64_apple_xros1.0-o-Onone-4068445850.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4449 seconds (3.3981 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0239 ( 10.7%)   0.0872 ( 39.2%)   0.1111 ( 25.0%)   1.5709 ( 46.2%)  parse-and-resolve-imports
   0.0234 ( 10.5%)   0.0870 ( 39.1%)   0.1103 ( 24.8%)   1.5702 ( 46.2%)  Import resolution
   0.0466 ( 21.0%)   0.0163 (  7.3%)   0.0630 ( 14.2%)   0.0631 (  1.9%)  build-rewrite-system
   0.0014 (  0.6%)   0.0047 (  2.1%)   0.0061 (  1.4%)   0.0396 (  1.2%)  load-stdlib
   0.0251 ( 11.3%)   0.0048 (  2.1%)   0.0299 (  6.7%)   0.0299 (  0.9%)  perform-sema
   0.0250 ( 11.3%)   0.0048 (  2.1%)   0.0298 (  6.7%)   0.0298 (  0.9%)  Type checking and Semantic analysis
   0.0235 ( 10.5%)   0.0041 (  1.9%)   0.0276 (  6.2%)   0.0276 (  0.8%)  typecheck-stmt
   0.0182 (  8.2%)   0.0032 (  1.4%)   0.0214 (  4.8%)   0.0214 (  0.6%)  typecheck-expr
   0.0104 (  4.7%)   0.0028 (  1.2%)   0.0132 (  3.0%)   0.0132 (  0.4%)  typecheck-decl
   0.0104 (  4.7%)   0.0018 (  0.8%)   0.0122 (  2.7%)   0.0122 (  0.4%)  precheck-target
   0.0041 (  1.9%)   0.0034 (  1.5%)   0.0075 (  1.7%)   0.0075 (  0.2%)  IRGen
   0.0034 (  1.5%)   0.0002 (  0.1%)   0.0035 (  0.8%)   0.0035 (  0.1%)  SIL optimization
   0.0021 (  1.0%)   0.0003 (  0.1%)   0.0024 (  0.5%)   0.0024 (  0.1%)  SILGen
   0.0020 (  0.9%)   0.0004 (  0.2%)   0.0024 (  0.5%)   0.0024 (  0.1%)  typecheck-for-each
   0.0010 (  0.5%)   0.0011 (  0.5%)   0.0022 (  0.5%)   0.0022 (  0.1%)  import-clang-decl
   0.0017 (  0.7%)   0.0002 (  0.1%)   0.0019 (  0.4%)   0.0019 (  0.1%)  SILGen-function
   0.0003 (  0.2%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.2226 (100.0%)   0.2223 (100.0%)   0.4449 (100.0%)   3.3981 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5703 seconds (2.0758 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3936 (100.0%)   0.1767 (100.0%)   0.5703 (100.0%)   2.0758 (100.0%)  Building Target
   0.3936 (100.0%)   0.1767 (100.0%)   0.5703 (100.0%)   2.0758 (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

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-1776911689471216-swift-frontend-BigInt-all-arm64_apple_xros1.0-swiftmodule-Onone-1599270040.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5537 seconds (3.5028 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0225 (  7.1%)   0.0822 ( 34.4%)   0.1047 ( 18.9%)   1.5594 ( 44.5%)  parse-and-resolve-imports
   0.0219 (  7.0%)   0.0817 ( 34.3%)   0.1036 ( 18.7%)   1.5584 ( 44.5%)  Import resolution
   0.0605 ( 19.2%)   0.0142 (  5.9%)   0.0747 ( 13.5%)   0.0750 (  2.1%)  perform-sema
   0.0604 ( 19.2%)   0.0141 (  5.9%)   0.0745 ( 13.5%)   0.0748 (  2.1%)  Type checking and Semantic analysis
   0.0341 ( 10.8%)   0.0095 (  4.0%)   0.0436 (  7.9%)   0.0439 (  1.3%)  typecheck-decl
   0.0013 (  0.4%)   0.0057 (  2.4%)   0.0070 (  1.3%)   0.0437 (  1.2%)  load-stdlib
   0.0366 ( 11.6%)   0.0071 (  3.0%)   0.0437 (  7.9%)   0.0437 (  1.2%)  typecheck-expr
   0.0284 (  9.0%)   0.0048 (  2.0%)   0.0333 (  6.0%)   0.0333 (  0.9%)  typecheck-stmt
   0.0145 (  4.6%)   0.0062 (  2.6%)   0.0207 (  3.7%)   0.0217 (  0.6%)  SIL optimization
   0.0084 (  2.7%)   0.0026 (  1.1%)   0.0109 (  2.0%)   0.0110 (  0.3%)  SILGen
   0.0058 (  1.8%)   0.0016 (  0.7%)   0.0074 (  1.3%)   0.0074 (  0.2%)  build-rewrite-system
   0.0053 (  1.7%)   0.0017 (  0.7%)   0.0070 (  1.3%)   0.0070 (  0.2%)  SILGen-function
   0.0025 (  0.8%)   0.0030 (  1.3%)   0.0055 (  1.0%)   0.0062 (  0.2%)  Serialization, swiftmodule
   0.0051 (  1.6%)   0.0006 (  0.2%)   0.0057 (  1.0%)   0.0057 (  0.2%)  precheck-target
   0.0024 (  0.8%)   0.0010 (  0.4%)   0.0034 (  0.6%)   0.0037 (  0.1%)  Serialization, swiftdoc
   0.0015 (  0.5%)   0.0020 (  0.9%)   0.0035 (  0.6%)   0.0035 (  0.1%)  import-clang-decl
   0.0020 (  0.6%)   0.0004 (  0.2%)   0.0024 (  0.4%)   0.0024 (  0.1%)  typecheck-expr-pattern
   0.0013 (  0.4%)   0.0001 (  0.1%)   0.0014 (  0.3%)   0.0014 (  0.0%)  Serialization, swiftsourceinfo
   0.0003 (  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.0002 (  0.0%)   0.0002 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  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.3152 (100.0%)   0.2385 (100.0%)   0.5537 (100.0%)   3.5028 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2415 seconds (1.7361 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1241 (100.0%)   0.1174 (100.0%)   0.2415 (100.0%)   1.7361 (100.0%)  Building Target
   0.1241 (100.0%)   0.1174 (100.0%)   0.2415 (100.0%)   1.7361 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift:18:16: warning: static property 'smallSieve' is not concurrency-safe because non-'Sendable' type 'BitSieve' may have shared mutable state; this is an error in the Swift 6 language mode
    static let smallSieve = BitSieve()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift:12:7: note: class 'BitSieve' does not conform to the 'Sendable' protocol
class BitSieve {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift:18:16: note: add '@MainActor' to make static property 'smallSieve' part of global actor 'MainActor'
    static let smallSieve = BitSieve()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigInt/BitSieve.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let smallSieve = BitSieve()
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ BigFrac.swift /Users/admin/builder/spi-builder-workspace/Sources/BigInt/BigFrac.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911691271344-swift-frontend-BigInt-BigFrac.swift-arm64_apple_xros1.0-o-Onone-339439645.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8917 seconds (0.8940 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1600 ( 21.3%)   0.0214 ( 15.2%)   0.1814 ( 20.3%)   0.1818 ( 20.3%)  perform-sema
   0.1600 ( 21.3%)   0.0214 ( 15.2%)   0.1813 ( 20.3%)   0.1817 ( 20.3%)  Type checking and Semantic analysis
   0.1446 ( 19.3%)   0.0187 ( 13.3%)   0.1633 ( 18.3%)   0.1636 ( 18.3%)  typecheck-stmt
   0.1059 ( 14.1%)   0.0142 ( 10.1%)   0.1201 ( 13.5%)   0.1203 ( 13.5%)  typecheck-expr
   0.0402 (  5.4%)   0.0070 (  5.0%)   0.0472 (  5.3%)   0.0473 (  5.3%)  typecheck-decl
   0.0222 (  3.0%)   0.0201 ( 14.3%)   0.0423 (  4.7%)   0.0424 (  4.7%)  parse-and-resolve-imports
   0.0221 (  2.9%)   0.0198 ( 14.1%)   0.0419 (  4.7%)   0.0420 (  4.7%)  Import resolution
   0.0237 (  3.2%)   0.0018 (  1.3%)   0.0255 (  2.9%)   0.0255 (  2.8%)  precheck-target
   0.0150 (  2.0%)   0.0028 (  2.0%)   0.0177 (  2.0%)   0.0180 (  2.0%)  SILGen
   0.0162 (  2.2%)   0.0006 (  0.4%)   0.0168 (  1.9%)   0.0169 (  1.9%)  SIL optimization
   0.0118 (  1.6%)   0.0041 (  2.9%)   0.0159 (  1.8%)   0.0159 (  1.8%)  IRGen
   0.0125 (  1.7%)   0.0021 (  1.5%)   0.0146 (  1.6%)   0.0148 (  1.7%)  SILGen-function
   0.0091 (  1.2%)   0.0028 (  2.0%)   0.0119 (  1.3%)   0.0119 (  1.3%)  build-rewrite-system
   0.0039 (  0.5%)   0.0005 (  0.4%)   0.0044 (  0.5%)   0.0044 (  0.5%)  typecheck-for-each
   0.0011 (  0.1%)   0.0018 (  1.3%)   0.0029 (  0.3%)   0.0032 (  0.4%)  load-stdlib
   0.0019 (  0.2%)   0.0004 (  0.3%)   0.0022 (  0.3%)   0.0022 (  0.2%)  typecheck-expr-pattern
   0.0007 (  0.1%)   0.0013 (  0.9%)   0.0020 (  0.2%)   0.0020 (  0.2%)  import-clang-decl
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  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%)  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%)  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%)  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.7510 (100.0%)   0.1407 (100.0%)   0.8917 (100.0%)   0.8940 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4043 seconds (0.4064 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3399 (100.0%)   0.0644 (100.0%)   0.4043 (100.0%)   0.4064 (100.0%)  Building Target
   0.3399 (100.0%)   0.0644 (100.0%)   0.4043 (100.0%)   0.4064 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigInt/BigFrac.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for BigInt (in target 'BigInt' from project 'BigInt')
SwiftDriver\ Compilation\ Requirements BigInt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigInt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt-5144f0e9675c2d48b7df3f6746f8847d-VFS-xros/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Karatsuba.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling BailliePSW.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling Factorial.swift (in target 'BigInt' from project 'BigInt')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Headers/BigInt-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Headers/BigInt-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules/BigInt.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftdoc (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules/BigInt.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules/BigInt.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules/BigInt.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules/BigInt.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.abi.json (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules/BigInt.swiftmodule/arm64-apple-xros.abi.json
VerifyModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/modules-verifier /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework --clang /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --diagnostic-filename-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-diagnostic-filename-map.json --sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --intermediates-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/VerifyModule --target arm64-apple-xros1.0 --language objective-c --language objective-c++ --standard gnu17 --standard gnu++20
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules/BigInt.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftsourceinfo (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/Modules/BigInt.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/BigInt_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/BigInt_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.o -index-unit-output-path /BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling GCD.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling BurnikelZiegler.swift, Limbs.swift (in target 'BigInt' from project 'BigInt')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/BigInt_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/BigInt_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.o -index-unit-output-path /BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling CRT.swift, BitSieve.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling BigFrac.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling ToomCook.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 BigInt.swift (in target 'BigInt' from project 'BigInt')
SwiftDriver\ Compilation BigInt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigInt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt-5144f0e9675c2d48b7df3f6746f8847d-VFS-xros/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/BigInt normal (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.LinkFileList -install_name @rpath/BigInt.framework/BigInt -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/BigInt
ExtractAppIntentsMetadata (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name BigInt --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier org.zeit.bigint --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/BigInt --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-22 19:34:52.958 appintentsmetadataprocessor[722:4255] Starting appintentsmetadataprocessor export
2026-04-22 19:34:52.961 appintentsmetadataprocessor[722:4255] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros/BigInt.framework/BigInt.tbd (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework/BigInt -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros/BigInt.framework/BigInt.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.framework
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BigInt",
  "name" : "BigInt",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "BigInt",
      "targets" : [
        "BigInt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "BigIntTests",
      "module_type" : "SwiftTarget",
      "name" : "BigIntTests",
      "path" : "Tests/BigIntTests",
      "sources" : [
        "AdditionTest.swift",
        "BinomialTest.swift",
        "BitTest.swift",
        "CRTTest.swift",
        "ComparisonTest.swift",
        "ConstructorTest.swift",
        "DivExactTest.swift",
        "DivModBZTest.swift",
        "DivModTest.swift",
        "ExpModTest.swift",
        "FFTTest.swift",
        "FactorialTest.swift",
        "FibonacciTest.swift",
        "FractionTest.swift",
        "GcdExtendedTest.swift",
        "GcdTest.swift",
        "IntMinMaxTest.swift",
        "JacobiTest.swift",
        "KaratsubaTest.swift",
        "KroneckerTest.swift",
        "LcmTest.swift",
        "LimbTest.swift",
        "ModInverseTest.swift",
        "MulSquareTest.swift",
        "MultiplicationTest.swift",
        "PerformanceTest.swift",
        "Pow2Test.swift",
        "PrimeTest.swift",
        "RootTest.swift",
        "ShiftTest.swift",
        "SubtractionTest.swift",
        "ToByteArrayTest.swift",
        "ToStringTest.swift",
        "ToomCookTest.swift"
      ],
      "target_dependencies" : [
        "BigInt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BigInt",
      "module_type" : "SwiftTarget",
      "name" : "BigInt",
      "path" : "Sources/BigInt",
      "product_memberships" : [
        "BigInt"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/BigInt/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BailliePSW.swift",
        "BigFrac.swift",
        "BigInt.swift",
        "BitSieve.swift",
        "BurnikelZiegler.swift",
        "CRT.swift",
        "ExpMod.swift",
        "FFT.swift",
        "Factorial.swift",
        "GCD.swift",
        "Karatsuba.swift",
        "Limbs.swift",
        "ToomCook.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:7:17: warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                 `- warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
 8 |     ],
 9 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:52: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                    `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version
 8 |     ],
 9 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:64: warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                `- warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version
 8 |     ],
 9 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:79: warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                               `- warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version
 8 |     ],
 9 |     products: [
Done.