The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of BigDecimal, reference 3.0.2 (4414e0), with Swift 5.10 for macOS (SPM) on 12 Oct 2024 18:48:21 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mgriebling/BigDecimal.git
Reference: 3.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mgriebling/BigDecimal
 * tag               3.0.2      -> FETCH_HEAD
HEAD is now at 4414e0e Added more tests and added minimum requirements for OSes.
Cloned https://github.com/mgriebling/BigDecimal.git
Revision (git rev-parse @):
4414e0e82bb859cf5a2883f9401e7d7cb030f5b1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mgriebling/BigDecimal.git at 3.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/mgriebling/BigDecimal.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[6/8] Write swift-version-33747A42983211AE.txt
[7/8] Compiling _NumericsShims _NumericsShims.c
[9/33] Compiling RealModule AugmentedArithmetic.swift
[10/33] Emitting module RealModule
[11/33] Compiling RealModule AlgebraicField.swift
[12/33] Compiling RealModule ApproximateEquality.swift
[13/33] Compiling RealModule Float80+Real.swift
[14/33] Compiling RealModule Real.swift
[15/34] Compiling RealModule Float16+Real.swift
[16/34] Compiling RealModule Float+Real.swift
[17/34] Compiling RealModule ElementaryFunctions.swift
[18/34] Compiling RealModule Double+Real.swift
[19/34] Compiling RealModule RealFunctions.swift
[20/39] Compiling ComplexModule Differentiable.swift
[21/39] Emitting module UInt128
[22/39] Compiling UInt128 UInt128.swift
[23/39] Compiling ComplexModule Complex.swift
[24/39] Compiling ComplexModule ElementaryFunctions.swift
[25/39] Compiling ComplexModule Arithmetic.swift
[26/39] Emitting module ComplexModule
[27/41] Emitting module Numerics
[28/41] Compiling Numerics Numerics.swift
[29/41] Compiling BigInt FFT.swift
[30/41] Compiling BigInt ExpMod.swift
[31/41] Compiling BigInt BigFrac.swift
[32/41] Compiling BigInt BigInt-Extensions.swift
[33/42] Compiling BigInt BurnikelZiegler.swift
[34/42] Compiling BigInt CRT.swift
[35/42] Compiling BigInt Factorial.swift
[36/42] Compiling BigInt Karatsuba.swift
[37/42] Compiling BigInt Limbs.swift
[38/42] Compiling BigInt GCD.swift
[39/42] Compiling BigInt ToomCook.swift
[40/42] Compiling BigInt BigInt.swift
[41/42] Compiling BigInt BitSieve.swift
[42/42] Emitting module BigInt
[43/61] Compiling BigDecimal Decimal32.swift
[44/61] Compiling BigDecimal Decimal64.swift
[45/62] Compiling BigDecimal AsinCalculator.swift
[46/62] Compiling BigDecimal CosCalculator.swift
[47/62] Emitting module BigDecimal
[48/62] Compiling BigDecimal CoshCalculator.swift
[49/62] Compiling BigDecimal DecimalMath-Simple.swift
[50/62] Compiling BigDecimal DecimalMath.swift
[51/62] Compiling BigDecimal ExponentCalculator.swift
[52/62] Compiling BigDecimal Rounding.swift
[53/62] Compiling BigDecimal SinhCalculator.swift
[54/62] Compiling BigDecimal DecimalFloatingPoint.swift
[55/62] Compiling BigDecimal DecimalLogic.swift
[56/62] Compiling BigDecimal Extensions.swift
[57/62] Compiling BigDecimal SeriesCalculator.swift
[58/62] Compiling BigDecimal SinCalculator.swift
[59/62] Compiling BigDecimal Decimal.swift
[60/62] Compiling BigDecimal Decimal128.swift
[61/62] Compiling BigDecimal BigDecimal.swift
[62/62] Compiling BigDecimal CBDecimal.swift
Build complete! (23.87s)
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/mgriebling/UInt128.git
Fetching https://github.com/mgriebling/BigInt.git
[1/6274] Fetching bigint
[2/11850] Fetching bigint, swift-numerics
[114/12618] Fetching bigint, swift-numerics, uint128
Fetched https://github.com/mgriebling/UInt128.git from cache (11.68s)
Fetched https://github.com/apple/swift-numerics from cache (11.68s)
Fetched https://github.com/mgriebling/BigInt.git from cache (11.68s)
Computing version for https://github.com/mgriebling/UInt128.git
Computed https://github.com/mgriebling/UInt128.git at 3.1.5 (2.53s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.57s)
Computing version for https://github.com/mgriebling/BigInt.git
Computed https://github.com/mgriebling/BigInt.git at 2.2.4 (0.43s)
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/mgriebling/BigInt.git
Working copy of https://github.com/mgriebling/BigInt.git resolved at 2.2.4
Creating working copy for https://github.com/mgriebling/UInt128.git
Working copy of https://github.com/mgriebling/UInt128.git resolved at 3.1.5
Build complete.
Done.