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 BigInt, reference master (19716c), with Swift 5.10 for macOS (SPM) on 28 Aug 2024 19:44:12 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.52.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 19716cd Tag for latest release
Cloned https://github.com/mgriebling/BigInt.git
Revision (git rev-parse @):
19716cd6f6f24aa3ca21c6f2927a62b19f702a0c
SUCCESS checkout https://github.com/mgriebling/BigInt.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "bigint",
      "name": "BigInt",
      "url": "https://github.com/mgriebling/BigInt.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mgriebling/BigInt.git
[1/1225] Fetching bigint
Fetched https://github.com/mgriebling/BigInt.git from cache (1.59s)
Creating working copy for https://github.com/mgriebling/BigInt.git
Working copy of https://github.com/mgriebling/BigInt.git resolved at master (19716cd)
warning: '.resolve-product-dependencies': dependency 'bigint' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/mgriebling/BigInt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/15] Compiling BigInt Factorial.swift
[4/16] Compiling BigInt GCD.swift
[5/16] Compiling BigInt FFT.swift
[6/16] Compiling BigInt ExpMod.swift
[7/16] Compiling BigInt Karatsuba.swift
[8/16] Compiling BigInt Limbs.swift
[9/16] Compiling BigInt ToomCook.swift
[10/16] Compiling BigInt BigInt.swift
[11/16] Compiling BigInt BitSieve.swift
[12/16] Compiling BigInt BurnikelZiegler.swift
[13/16] Compiling BigInt CRT.swift
[14/16] Emitting module BigInt
[15/16] Compiling BigInt BigFrac.swift
[16/16] Compiling BigInt BigInt-Extensions.swift
Build complete! (5.35s)
Build complete.
Done.