Build Information
Successful build of Base58Swift 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/keefertaylor/Base58Swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/keefertaylor/Base58Swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 1a7fe53 Update README.md
Cloned https://github.com/keefertaylor/Base58Swift.git
Revision (git rev-parse @):
1a7fe530e5198b81a1b9ddb5629b341116aa8c49
SUCCESS checkout https://github.com/keefertaylor/Base58Swift.git at master
Fetching https://github.com/attaswift/SipHash from cache
Fetching https://github.com/attaswift/BigInt.git from cache
Fetched https://github.com/attaswift/BigInt.git (0.21s)
Fetched https://github.com/attaswift/SipHash (0.21s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.46s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "base58swift",
"name": "Base58Swift",
"url": "https://github.com/keefertaylor/Base58Swift.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Base58Swift",
"dependencies": [
{
"identity": "bigint",
"name": "BigInt",
"url": "https://github.com/attaswift/BigInt.git",
"version": "5.3.0",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/keefertaylor/Base58Swift.git
[1/508] Fetching base58swift
Fetched https://github.com/keefertaylor/Base58Swift.git (0.38s)
Fetching https://github.com/attaswift/BigInt.git from cache
Fetched https://github.com/attaswift/BigInt.git (0.19s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.03s)
Creating working copy for https://github.com/keefertaylor/Base58Swift.git
Working copy of https://github.com/keefertaylor/Base58Swift.git resolved at master
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
warning: '.resolve-product-dependencies': dependency 'base58swift' is not used by any target
Found 1 product dependencies
- 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...
[1/21] Emitting module BigInt
[2/23] Compiling BigInt Addition.swift
[3/23] Compiling BigInt BigInt.swift
[4/23] Compiling BigInt BigUInt.swift
[5/23] Compiling BigInt Strideable.swift
[6/23] Compiling BigInt String Conversion.swift
[7/23] Compiling BigInt Random.swift
[8/23] Compiling BigInt Shifts.swift
[9/23] Compiling BigInt Square Root.swift
[10/23] Compiling BigInt Integer Conversion.swift
[11/23] Compiling BigInt Multiplication.swift
[12/23] Compiling BigInt Prime Test.swift
[13/23] Compiling BigInt Floating Point Conversion.swift
[14/23] Compiling BigInt GCD.swift
[15/23] Compiling BigInt Hashable.swift
[16/23] Compiling BigInt Subtraction.swift
[17/23] Compiling BigInt Words and Bits.swift
[18/23] Compiling BigInt Bitwise Ops.swift
[19/23] Compiling BigInt Codable.swift
[20/23] Compiling BigInt Comparable.swift
[21/23] Compiling BigInt Data Conversion.swift
[22/23] Compiling BigInt Division.swift
[23/23] Compiling BigInt Exponentiation.swift
[24/25] Emitting module Base58Swift
[25/25] Compiling Base58Swift Base58.swift
Build complete! (8.45s)
Build complete.
Done.