Build Information
Successful build of BigInt with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bytehubio/BigInt.git
Reference: v5.3.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bytehubio/BigInt
* tag v5.3.0 -> FETCH_HEAD
HEAD is now at 0ed110f Update jazzy.yml
Cloned https://github.com/bytehubio/BigInt.git
Revision (git rev-parse @):
0ed110f7555c34ff468e72e1686e59721f2b0da6
SUCCESS checkout https://github.com/bytehubio/BigInt.git at v5.3.0
========================================
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": "bigint",
"name": "BigInt",
"url": "https://github.com/bytehubio/BigInt.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt",
"dependencies": [
]
}
]
}
Fetching https://github.com/bytehubio/BigInt.git
[1/2715] Fetching bigint
Fetched https://github.com/bytehubio/BigInt.git (0.59s)
Creating working copy for https://github.com/bytehubio/BigInt.git
Working copy of https://github.com/bytehubio/BigInt.git resolved at v5.3.0
warning: '.resolve-product-dependencies': dependency 'bigint' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
https://github.com/bytehubio/BigInt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[1/21] Compiling BigInt Strideable.swift
[2/21] Compiling BigInt String Conversion.swift
[3/23] Compiling BigInt Subtraction.swift
[4/23] Compiling BigInt Words and Bits.swift
[5/23] Compiling BigInt Data Conversion.swift
[6/23] Compiling BigInt Division.swift
[7/23] Compiling BigInt Exponentiation.swift
[8/23] Compiling BigInt Addition.swift
[9/23] Compiling BigInt BigInt.swift
[10/23] Compiling BigInt BigUInt.swift
[11/23] Compiling BigInt Random.swift
[12/23] Compiling BigInt Shifts.swift
[13/23] Compiling BigInt Square Root.swift
[14/23] Compiling BigInt Integer Conversion.swift
[15/23] Compiling BigInt Multiplication.swift
[16/23] Compiling BigInt Prime Test.swift
[17/23] Emitting module BigInt
[18/23] Compiling BigInt Bitwise Ops.swift
[19/23] Compiling BigInt Codable.swift
[20/23] Compiling BigInt Comparable.swift
[21/23] Compiling BigInt Floating Point Conversion.swift
[22/23] Compiling BigInt GCD.swift
[23/23] Compiling BigInt Hashable.swift
Build complete! (4.30s)
Build complete.
Done.