The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BigNum with Swift 5.8 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.25.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankogai/swift-bignum.git
Reference: 5.4.1
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dankogai/swift-bignum
 * tag               5.4.1      -> FETCH_HEAD
HEAD is now at 3200f6b switch trigger to on:push:tags
Cloned https://github.com/dankogai/swift-bignum.git
Revision (git rev-parse @):
3200f6ba76308beaf2c6ebc3d2919ec80324f7f4
SUCCESS checkout https://github.com/dankogai/swift-bignum.git at 5.4.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling _NumericsShims _NumericsShims.c
[2/29] Emitting module RealModule
[3/31] Compiling RealModule Float16+Real.swift
[4/31] Compiling RealModule Float80+Real.swift
[5/31] Compiling RealModule AlgebraicField.swift
[6/31] Compiling RealModule ApproximateEquality.swift
[7/31] Compiling RealModule AugmentedArithmetic.swift
[8/31] Compiling RealModule Double+Real.swift
[9/31] Compiling RealModule ElementaryFunctions.swift
[10/31] Compiling RealModule Float+Real.swift
[11/31] Compiling RealModule Real.swift
[12/31] Compiling RealModule RealFunctions.swift
[13/35] Compiling ComplexModule Complex.swift
[14/35] Compiling ComplexModule Differentiable.swift
[15/36] Emitting module ComplexModule
[16/36] Compiling ComplexModule Arithmetic.swift
[17/36] Compiling ComplexModule ElementaryFunctions.swift
[18/38] Compiling Numerics Numerics.swift
[19/38] Emitting module Numerics
[20/38] Compiling BigInt Integer Conversion.swift
[21/38] Compiling BigInt Multiplication.swift
[22/38] Compiling BigInt Prime Test.swift
[23/38] Compiling BigInt Random.swift
[24/38] Compiling BigInt Shifts.swift
[25/43] Compiling BigInt Square Root.swift
[26/43] Compiling BigInt Strideable.swift
[27/43] Compiling BigInt String Conversion.swift
[28/43] Compiling BigInt Subtraction.swift
[29/43] Compiling BigInt Words and Bits.swift
[30/43] Emitting module BigInt
[41/43] Compiling BigInt GCD.swift
[42/43] Compiling BigInt Hashable.swift
[43/47] Compiling BigNum BigNum.swift
[44/47] Emitting module BigNum
[45/47] Compiling BigNum BigFloat.swift
[46/47] Compiling BigNum GenericMath.swift
[47/48] Compiling BigNum Rational.swift
[48/50] Emitting module BigNumRun
[49/50] Compiling BigNumRun main.swift
[49/50] Linking BigNumRun
Build complete! (10.58s)
Fetching https://github.com/apple/swift-numerics from cache
Fetching https://github.com/attaswift/BigInt from cache
Fetched https://github.com/attaswift/BigInt (0.28s)
Fetched https://github.com/apple/swift-numerics (0.30s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.04s)
Computing version for https://github.com/attaswift/BigInt
Computed https://github.com/attaswift/BigInt at 5.3.0 (0.04s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
Creating working copy for https://github.com/attaswift/BigInt
Working copy of https://github.com/attaswift/BigInt resolved at 5.3.0
Build complete.
Done.