Build Information
Successful build of BigInt, reference master (f4c0c4
), with Swift 5.9 for macOS (SPM) on 17 Nov 2024 16:16:32 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mgriebling/BigInt.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mgriebling/BigInt
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f4c0c41 Update to add leif-ibsen fixes from latest 1.21.0 release.
Cloned https://github.com/mgriebling/BigInt.git
Revision (git rev-parse @):
f4c0c41dd681b2c3d770b9a83cb5e0e3e30ee708
SUCCESS checkout https://github.com/mgriebling/BigInt.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/mgriebling/BigInt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/13] Compiling BigInt Karatsuba.swift
[2/13] Compiling BigInt FFT.swift
[3/13] Compiling BigInt GCD.swift
[4/13] Compiling BigInt ExpMod.swift
[5/13] Compiling BigInt Factorial.swift
[6/13] Compiling BigInt BurnikelZiegler.swift
[7/13] Compiling BigInt CRT.swift
[8/13] Compiling BigInt Limbs.swift
[9/14] Compiling BigInt ToomCook.swift
[10/14] Compiling BigInt BigInt.swift
[11/14] Compiling BigInt BitSieve.swift
[12/14] Emitting module BigInt
[13/14] Compiling BigInt BigFrac.swift
[14/14] Compiling BigInt BigInt-Extensions.swift
Build complete! (6.31s)
Build complete.
Done.