The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BigNum, reference 6.0.0 (a56227), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 21:55:02 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankogai/swift-bignum.git
Reference: 6.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/attaswift/BigInt
[1/4878] Fetching bigint
[2/11294] Fetching bigint, swift-numerics
Fetched https://github.com/attaswift/BigInt from cache (1.26s)
Fetched https://github.com/apple/swift-numerics from cache (1.26s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.86s)
Computing version for https://github.com/attaswift/BigInt
Computed https://github.com/attaswift/BigInt at 5.7.0 (0.55s)
Creating working copy for https://github.com/attaswift/BigInt
Working copy of https://github.com/attaswift/BigInt resolved at 5.7.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-bignum",
      "name": "BigNum",
      "url": "https://github.com/dankogai/swift-bignum.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-bignum",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-numerics",
          "name": "swift-numerics",
          "url": "https://github.com/apple/swift-numerics",
          "version": "1.1.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "bigint",
          "name": "BigInt",
          "url": "https://github.com/attaswift/BigInt",
          "version": "5.7.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dankogai/swift-bignum.git
[1/1313] Fetching swift-bignum
Fetched https://github.com/dankogai/swift-bignum.git from cache (1.08s)
Fetching https://github.com/attaswift/BigInt from cache
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.55s)
Fetched https://github.com/attaswift/BigInt from cache (0.55s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.62s)
Computing version for https://github.com/attaswift/BigInt
Computed https://github.com/attaswift/BigInt at 5.7.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.1.1
Creating working copy for https://github.com/dankogai/swift-bignum.git
Working copy of https://github.com/dankogai/swift-bignum.git resolved at 6.0.0 (a562275)
Creating working copy for https://github.com/attaswift/BigInt
Working copy of https://github.com/attaswift/BigInt resolved at 5.7.0
warning: '.resolve-product-dependencies': dependency 'swift-bignum' is not used by any target
Found 2 product dependencies
  - swift-numerics
  - BigInt
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/dankogai/swift-bignum.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[4/12] Write BigNumRun-entitlement.plist
[7/12] Compiling _NumericsShims _NumericsShims.c
[8/12] Write swift-version--6988338F2F200930.txt
[10/44] Compiling RealModule Float80+Real.swift
[11/44] Compiling RealModule Real.swift
[12/44] Compiling RealModule Float16+Real.swift
[13/44] Compiling RealModule RealFunctions.swift
[14/45] Compiling RealModule ElementaryFunctions.swift
[15/45] Compiling RealModule Float+Real.swift
[16/45] Compiling BigInt Addition.swift
[17/45] Compiling BigInt BigInt.swift
[18/45] Emitting module RealModule
[19/45] Compiling RealModule Double+Real.swift
[20/45] Compiling RealModule AugmentedArithmetic.swift
[21/45] Compiling RealModule RelaxedArithmetic.swift
[22/56] Compiling ComplexModule Polar.swift
[23/57] Compiling ComplexModule Complex+StringConvertible.swift
[24/57] Compiling ComplexModule Complex.swift
[25/57] Compiling ComplexModule Complex+Numeric.swift
[26/57] Compiling ComplexModule Complex+Hashable.swift
[27/57] Compiling ComplexModule Complex+IntegerLiteral.swift
[28/57] Compiling ComplexModule Scale.swift
[29/57] Compiling ComplexModule Complex+Codable.swift
[30/57] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[31/57] Compiling ComplexModule Complex+AlgebraicField.swift
[32/57] Compiling ComplexModule Complex+ElementaryFunctions.swift
[33/57] Emitting module ComplexModule
[34/59] Compiling Numerics Numerics.swift
[35/59] Emitting module Numerics
[36/59] Emitting module BigInt
[37/61] Compiling BigInt Strideable.swift
[38/61] Compiling BigInt String Conversion.swift
[39/61] Compiling BigInt Prime Test.swift
[40/61] Compiling BigInt Random.swift
[41/61] Compiling BigInt GCD.swift
[42/61] Compiling BigInt Hashable.swift
[43/61] Compiling BigInt Integer Conversion.swift
[44/61] Compiling BigInt Multiplication.swift
[45/61] Compiling BigInt Shifts.swift
[46/61] Compiling BigInt Square Root.swift
[47/61] Compiling BigInt Subtraction.swift
[48/61] Compiling BigInt Words and Bits.swift
[49/61] Compiling BigInt Data Conversion.swift
[50/61] Compiling BigInt Division.swift
[51/61] Compiling BigInt Exponentiation.swift
[52/61] Compiling BigInt Floating Point Conversion.swift
[55/61] Compiling BigInt BigUInt.swift
[56/61] Compiling BigInt Bitwise Ops.swift
[57/61] Compiling BigInt Codable.swift
[58/61] Compiling BigInt Comparable.swift
[59/66] Compiling BigNum BigNum.swift
[60/66] Compiling BigNum BigFloat.swift
[61/66] Emitting module BigNum
[62/66] Compiling BigNum Rational.swift
[63/66] Compiling BigNum GenericMath.swift
[64/68] Emitting module BigNumRun
[65/68] Compiling BigNumRun main.swift
[65/68] Write Objects.LinkFileList
[66/68] Linking BigNumRun
[67/68] Applying BigNumRun
Build complete! (7.07s)
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" : "/Users/admin/builder/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"
}
Done.