The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of BigNum, reference 6.0.0 (a56227), with Swift 6.0 for Linux on 3 Sep 2025 22:21:04 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankogai/swift-bignum.git
Reference: 6.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/dankogai/swift-bignum
 * tag               6.0.0      -> FETCH_HEAD
HEAD is now at a562275 Update README.md
Cloned https://github.com/dankogai/swift-bignum.git
Revision (git rev-parse @):
a562275f0a64bc95f6e3f6c45ee652eefa820749
SUCCESS checkout https://github.com/dankogai/swift-bignum.git at 6.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/dankogai/swift-bignum.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:2ffdcefcdb291d9eb78a77ed5e4b4766a710a1cb89004e0bfdb0fefda731df2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/attaswift/BigInt
Fetching https://github.com/apple/swift-numerics
[1/4826] Fetching bigint
[1835/11174] Fetching bigint, swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.47s)
Fetched https://github.com/attaswift/BigInt from cache (0.50s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.0 (0.62s)
Computing version for https://github.com/attaswift/BigInt
Computed https://github.com/attaswift/BigInt at 5.7.0 (0.60s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.0
Creating working copy for https://github.com/attaswift/BigInt
Working copy of https://github.com/attaswift/BigInt resolved at 5.7.0
Building for debugging...
[0/16] Write sources
[6/16] Compiling _NumericsShims _NumericsShims.c
[7/16] Write swift-version-24593BA9C3E375BF.txt
[9/48] Emitting module BigInt
[10/50] Compiling RealModule RealFunctions.swift
[11/51] Compiling BigInt Integer Conversion.swift
[12/51] Compiling BigInt Multiplication.swift
[13/51] Compiling BigInt Prime Test.swift
[14/51] Compiling BigInt Addition.swift
[15/51] Compiling BigInt BigInt.swift
[16/51] Compiling BigInt BigUInt.swift
[17/51] Compiling BigInt Random.swift
[18/51] Compiling BigInt Shifts.swift
[19/51] Compiling BigInt Square Root.swift
[20/51] Compiling BigInt Strideable.swift
[21/51] Compiling BigInt String Conversion.swift
[22/51] Emitting module RealModule
[23/51] Compiling RealModule Real.swift
[24/51] Compiling BigInt Division.swift
[25/51] Compiling BigInt Exponentiation.swift
[26/51] Compiling RealModule Float16+Real.swift
[27/51] Compiling BigInt Comparable.swift
[28/51] Compiling BigInt Data Conversion.swift
[29/51] Compiling BigInt Bitwise Ops.swift
[30/51] Compiling BigInt Codable.swift
[31/51] Compiling RealModule Float80+Real.swift
[32/51] Compiling RealModule RelaxedArithmetic.swift
[33/52] Wrapping AST for RealModule for debugging
[35/52] Compiling BigInt Subtraction.swift
[36/52] Compiling BigInt Words and Bits.swift
[37/63] Compiling ComplexModule Complex+StringConvertible.swift
[38/64] Compiling ComplexModule Polar.swift
[39/64] Compiling ComplexModule Complex+Hashable.swift
[40/64] Compiling ComplexModule Complex+IntegerLiteral.swift
[41/64] Compiling ComplexModule Complex+Numeric.swift
[42/64] Compiling ComplexModule Complex.swift
[43/64] Compiling ComplexModule Scale.swift
[44/64] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[45/64] Compiling ComplexModule Complex+AlgebraicField.swift
[47/64] Compiling BigInt Floating Point Conversion.swift
[48/64] Compiling BigInt GCD.swift
[49/64] Compiling BigInt Hashable.swift
[51/64] Compiling ComplexModule Complex+Codable.swift
[52/64] Compiling ComplexModule Complex+ElementaryFunctions.swift
[57/65] Emitting module ComplexModule
[59/66] Wrapping AST for BigInt for debugging
[60/66] Wrapping AST for ComplexModule for debugging
[62/68] Compiling Numerics Numerics.swift
[63/68] Emitting module Numerics
[64/69] Wrapping AST for Numerics for debugging
[66/74] Compiling BigNum Rational.swift
[67/74] Compiling BigNum BigNum.swift
[68/74] Emitting module BigNum
[69/74] Compiling BigNum BigFloat.swift
[70/74] Compiling BigNum GenericMath.swift
[71/75] Wrapping AST for BigNum for debugging
[73/77] Compiling BigNumRun main.swift
[74/77] Emitting module BigNumRun
[75/78] Wrapping AST for BigNumRun for debugging
[76/78] Write Objects.LinkFileList
[77/78] Linking BigNumRun
Build complete! (20.32s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt"
    }
  ],
  "manifest_display_name" : "BigNum",
  "name" : "BigNum",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BigNum",
      "targets" : [
        "BigNum"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BigNumRun",
      "targets" : [
        "BigNumRun"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BigNumTests",
      "module_type" : "SwiftTarget",
      "name" : "BigNumTests",
      "path" : "Tests/BigNumTests",
      "sources" : [
        "BigNumTests.swift",
        "GenericMathTests.swift",
        "RationalTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "BigNum"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BigNumRun",
      "module_type" : "SwiftTarget",
      "name" : "BigNumRun",
      "path" : "Sources/BigNumRun",
      "product_memberships" : [
        "BigNumRun"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "BigNum"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "BigNum",
      "module_type" : "SwiftTarget",
      "name" : "BigNum",
      "path" : "Sources/BigNum",
      "product_dependencies" : [
        "BigInt",
        "Numerics"
      ],
      "product_memberships" : [
        "BigNum",
        "BigNumRun"
      ],
      "sources" : [
        "BigFloat.swift",
        "BigNum.swift",
        "GenericMath.swift",
        "Rational.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:2ffdcefcdb291d9eb78a77ed5e4b4766a710a1cb89004e0bfdb0fefda731df2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.