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.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.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/builder/builds/TDmZkXJm/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.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/23] Compiling _NumericsShims _NumericsShims.c
[2/33] Compiling RealModule Float+Real.swift
[3/33] Compiling RealModule AlgebraicField.swift
[4/33] Compiling RealModule ApproximateEquality.swift
[5/33] Compiling RealModule Real.swift
[6/33] Compiling RealModule Float16+Real.swift
[7/33] Compiling RealModule Float80+Real.swift
[8/33] Emitting module RealModule
[9/33] Compiling RealModule AugmentedArithmetic.swift
[10/33] Compiling RealModule Double+Real.swift
[11/33] Compiling RealModule ElementaryFunctions.swift
[12/34] Compiling RealModule RealFunctions.swift
[13/39] Compiling ComplexModule Complex.swift
[14/39] Compiling ComplexModule Arithmetic.swift
[15/39] Compiling ComplexModule ElementaryFunctions.swift
[16/39] Emitting module ComplexModule
[17/39] Compiling ComplexModule Differentiable.swift
[18/41] Compiling Numerics Numerics.swift
[19/41] Emitting module Numerics
[20/41] Compiling BigInt Strideable.swift
[21/41] Compiling BigInt String Conversion.swift
[25/41] Compiling BigInt Random.swift
[26/41] Compiling BigInt Shifts.swift
[27/41] Compiling BigInt Square Root.swift
[28/41] Emitting module BigInt
[29/41] Compiling BigInt Data Conversion.swift
[30/41] Compiling BigInt Division.swift
[31/41] Compiling BigInt Exponentiation.swift
[33/41] Compiling BigInt Codable.swift
[34/41] Compiling BigInt Comparable.swift
[35/41] Compiling BigInt Addition.swift
[36/41] Compiling BigInt BigInt.swift
[37/41] Compiling BigInt BigUInt.swift
[38/41] Compiling BigInt Floating Point Conversion.swift
[39/41] Compiling BigInt GCD.swift
[40/41] Compiling BigInt Hashable.swift
[41/43] Compiling BigInt Subtraction.swift
[42/43] Compiling BigInt Words and Bits.swift
[43/48] Compiling BigNum BigFloat.swift
[44/48] Compiling BigNum BigNum.swift
[45/48] Compiling BigNum Rational.swift
[46/48] Emitting module BigNum
[47/48] Compiling BigNum GenericMath.swift
[48/50] Compiling BigNumRun main.swift
[49/50] Emitting module BigNumRun
[49/50] Linking BigNumRun
Build complete! (12.24s)
Fetching https://github.com/attaswift/BigInt from cache
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/attaswift/BigInt (0.27s)
Fetched https://github.com/apple/swift-numerics (0.43s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.02s)
Computing version for https://github.com/attaswift/BigInt
Computed https://github.com/attaswift/BigInt at 5.3.0 (0.02s)
Creating working copy for https://github.com/attaswift/BigInt
Working copy of https://github.com/attaswift/BigInt resolved at 5.3.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-bignum",
      "name": "BigNum",
      "url": "https://github.com/dankogai/swift-bignum.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-bignum",
      "dependencies": [
        {
          "identity": "swift-numerics",
          "name": "swift-numerics",
          "url": "https://github.com/apple/swift-numerics",
          "version": "1.0.2",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
          "dependencies": [
          ]
        },
        {
          "identity": "bigint",
          "name": "BigInt",
          "url": "https://github.com/attaswift/BigInt",
          "version": "5.3.0",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dankogai/swift-bignum.git from cache
Fetched https://github.com/dankogai/swift-bignum.git (0.34s)
Fetching https://github.com/apple/swift-numerics from cache
Fetching https://github.com/attaswift/BigInt from cache
Fetched https://github.com/attaswift/BigInt (0.24s)
Fetched https://github.com/apple/swift-numerics (0.34s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.02s)
Computing version for https://github.com/attaswift/BigInt
Computed https://github.com/attaswift/BigInt at 5.3.0 (0.02s)
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
Creating working copy for https://github.com/dankogai/swift-bignum.git
Working copy of https://github.com/dankogai/swift-bignum.git resolved at 5.4.1
warning: '.resolve-product-dependencies': dependency 'swift-bignum' is not used by any target
Found 2 product dependencies
  - swift-numerics
  - BigInt
Done.