The Swift Package Index logo.Swift Package Index

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.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankogai/swift-bignum.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/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
Fetching https://github.com/attaswift/BigInt from cache
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/attaswift/BigInt (0.19s)
Fetched https://github.com/apple/swift-numerics (0.35s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/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/0/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/0/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/0/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.23s)
Fetching https://github.com/attaswift/BigInt from cache
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/attaswift/BigInt (0.23s)
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/dankogai/swift-bignum.git
Working copy of https://github.com/dankogai/swift-bignum.git resolved at main
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
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:             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/2] Compiling _NumericsShims _NumericsShims.c
[2/33] Compiling RealModule Float16+Real.swift
[3/34] Compiling RealModule Real.swift
[4/34] Compiling RealModule Float80+Real.swift
[5/34] Compiling RealModule Float+Real.swift
[6/34] Compiling RealModule RealFunctions.swift
[7/34] Compiling RealModule ElementaryFunctions.swift
[8/34] Emitting module RealModule
[9/34] Compiling BigInt Addition.swift
[10/34] Compiling BigInt BigInt.swift
[11/34] Compiling BigInt BigUInt.swift
[12/34] Compiling BigInt Floating Point Conversion.swift
[13/39] Compiling ComplexModule Arithmetic.swift
[14/39] Compiling ComplexModule Differentiable.swift
[15/39] Emitting module ComplexModule
[16/39] Compiling ComplexModule ElementaryFunctions.swift
[17/39] Compiling ComplexModule Complex.swift
[18/41] Compiling Numerics Numerics.swift
[19/41] Emitting module Numerics
[20/41] Emitting module BigInt
[22/43] Compiling BigInt GCD.swift
[23/43] Compiling BigInt Hashable.swift
[24/43] Compiling BigInt Integer Conversion.swift
[25/43] Compiling BigInt Multiplication.swift
[26/43] Compiling BigInt Prime Test.swift
[27/43] Compiling BigInt Strideable.swift
[28/43] Compiling BigInt String Conversion.swift
[29/43] Compiling BigInt Random.swift
[30/43] Compiling BigInt Shifts.swift
[31/43] Compiling BigInt Square Root.swift
[32/43] Compiling BigInt Subtraction.swift
[33/43] Compiling BigInt Words and Bits.swift
[37/43] Compiling BigInt Bitwise Ops.swift
[38/43] Compiling BigInt Codable.swift
[39/43] Compiling BigInt Comparable.swift
[40/43] Compiling BigInt Data Conversion.swift
[41/43] Compiling BigInt Division.swift
[42/43] Compiling BigInt Exponentiation.swift
[43/48] Compiling BigNum BigFloat.swift
[44/48] Compiling BigNum Rational.swift
[45/48] Compiling BigNum BigNum.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! (10.32s)
Build complete.
Done.