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 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.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankogai/swift-bignum.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dankogai/swift-bignum
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7905f4e add pull_request:
Cloned https://github.com/dankogai/swift-bignum.git
Revision (git rev-parse @):
7905f4e520bb601ed02a163d3c7410aa20f39c71
SUCCESS checkout https://github.com/dankogai/swift-bignum.git at main
========================================
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 BigInt Random.swift
[4/31] Compiling BigInt Shifts.swift
[5/31] Compiling BigInt Integer Conversion.swift
[6/31] Compiling BigInt Multiplication.swift
[7/31] Compiling BigInt Prime Test.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 Differentiable.swift
[14/36] Compiling ComplexModule Arithmetic.swift
[15/36] Compiling ComplexModule Complex.swift
[16/36] Emitting module ComplexModule
[17/36] Compiling ComplexModule ElementaryFunctions.swift
[18/38] Emitting module Numerics
[19/38] Compiling Numerics Numerics.swift
[20/38] Emitting module BigInt
[21/43] Compiling BigInt Square Root.swift
[22/43] Compiling BigInt Strideable.swift
[23/43] Compiling BigInt String Conversion.swift
[24/43] Compiling BigInt Subtraction.swift
[25/43] Compiling BigInt Words and Bits.swift
[31/43] Compiling BigInt Data Conversion.swift
[32/43] Compiling BigInt Division.swift
[33/43] Compiling BigInt Exponentiation.swift
[34/43] Compiling BigInt Floating Point Conversion.swift
[35/43] Compiling BigInt GCD.swift
[36/43] Compiling BigInt Hashable.swift
[42/43] Compiling BigInt Comparable.swift
[43/47] Compiling BigNum BigNum.swift
[44/47] Compiling BigNum BigFloat.swift
[45/47] Emitting module BigNum
[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! (13.69s)
Fetching https://github.com/attaswift/BigInt from cache
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/attaswift/BigInt (0.24s)
Fetched https://github.com/apple/swift-numerics (0.26s)
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.