Build Information
Successful build of Base58String, reference 0.1.0 (496ad0), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 17:51:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cloutiertyler/base58string.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cloutiertyler/base58string
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 496ad09 Updated README with instructions.
Cloned https://github.com/cloutiertyler/base58string.git
Revision (git rev-parse @):
496ad09a11f2212643a7413570effc16b7c76506
SUCCESS checkout https://github.com/cloutiertyler/base58string.git at 0.1.0
Fetching https://github.com/attaswift/SipHash
Fetching https://github.com/attaswift/BigInt.git
[1/4878] Fetching bigint
[2/5318] Fetching bigint, siphash
Fetched https://github.com/attaswift/SipHash from cache (1.95s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.95s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 3.0.1 (2.64s)
Computing version for https://github.com/attaswift/SipHash
Computed https://github.com/attaswift/SipHash at 1.2.0 (0.66s)
Creating working copy for https://github.com/attaswift/SipHash
Working copy of https://github.com/attaswift/SipHash resolved at 1.2.0
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 3.0.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": "base58string",
"name": "Base58String",
"url": "https://github.com/cloutiertyler/base58string.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/base58string",
"traits": [
"default"
],
"dependencies": [
{
"identity": "bigint",
"name": "BigInt",
"url": "https://github.com/attaswift/BigInt.git",
"version": "3.1.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt",
"traits": [
"default"
],
"dependencies": [
{
"identity": "siphash",
"name": "SipHash",
"url": "https://github.com/attaswift/SipHash",
"version": "1.2.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SipHash",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/cloutiertyler/base58string.git
[1/69] Fetching base58string
Fetched https://github.com/cloutiertyler/base58string.git from cache (0.64s)
Fetching https://github.com/attaswift/BigInt.git from cache
Fetched https://github.com/attaswift/BigInt.git from cache (0.43s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 3.1.0 (1.20s)
Fetching https://github.com/attaswift/SipHash from cache
Fetched https://github.com/attaswift/SipHash from cache (0.43s)
Computing version for https://github.com/attaswift/SipHash
Computed https://github.com/attaswift/SipHash at 1.2.2 (0.50s)
Creating working copy for https://github.com/attaswift/SipHash
Working copy of https://github.com/attaswift/SipHash resolved at 1.2.2
Creating working copy for https://github.com/cloutiertyler/base58string.git
Working copy of https://github.com/cloutiertyler/base58string.git resolved at 0.1.0 (496ad09)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 3.1.0
warning: '.resolve-product-dependencies': dependency 'base58string' is not used by any target
Found 1 product dependencies
- BigInt
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/cloutiertyler/base58string.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[3/8] Write swift-version--6988338F2F200930.txt
[5/13] Compiling SipHash SipHasher.swift
[6/13] Compiling SipHash SipHashable.swift
[7/13] Compiling SipHash RandomUInt64.swift
[8/13] Emitting module SipHash
[9/13] Compiling SipHash Primitive Types.swift
[9/13] Write Objects.LinkFileList
[10/13] Linking libSipHash.dylib
[12/34] Emitting module BigInt
[13/36] Compiling BigInt GCD.swift
[14/36] Compiling BigInt Hashable.swift
[15/36] Compiling BigInt Exponentiation.swift
[16/36] Compiling BigInt Floating Point Conversion.swift
[17/36] Compiling BigInt Data Conversion.swift
[18/36] Compiling BigInt Division.swift
[19/36] Compiling BigInt Addition.swift
[20/36] Compiling BigInt BigInt.swift
[21/36] Compiling BigInt BigUInt.swift
[22/36] Compiling BigInt Prime Test.swift
[23/36] Compiling BigInt Random.swift
[24/36] Compiling BigInt Integer Conversion.swift
[25/36] Compiling BigInt Multiplication.swift
[26/36] Compiling BigInt Strideable.swift
[27/36] Compiling BigInt String Conversion.swift
[28/36] Compiling BigInt Bitwise Ops.swift
[29/36] Compiling BigInt Codable.swift
[30/36] Compiling BigInt Comparable.swift
[31/36] Compiling BigInt Shifts.swift
[32/36] Compiling BigInt Square Root.swift
[33/36] Compiling BigInt Subtraction.swift
[34/36] Compiling BigInt Words and Bits.swift
[34/36] Write Objects.LinkFileList
[35/36] Linking libBigInt.dylib
[37/38] Compiling Base58String Base58String.swift
/Users/admin/builder/spi-builder-workspace/Sources/Base58String/Base58String.swift:11:5: warning: 'public' modifier is redundant for initializer declared in a public extension
9 | public extension String {
10 |
11 | public init(base58Encoding bytes: Data, alphabet: [UInt8] = Base58String.btcAlphabet) {
| `- warning: 'public' modifier is redundant for initializer declared in a public extension
12 | var x = BigUInt(bytes)
13 | let radix = BigUInt(alphabet.count)
/Users/admin/builder/spi-builder-workspace/Sources/Base58String/Base58String.swift:35:5: warning: 'public' modifier is redundant for initializer declared in a public extension
33 | public extension Data {
34 |
35 | public init?(base58Decoding string: String, alphabet: [UInt8] = Base58String.btcAlphabet) {
| `- warning: 'public' modifier is redundant for initializer declared in a public extension
36 | var answer = BigUInt(0)
37 | var j = BigUInt(1)
[38/38] Emitting module Base58String
/Users/admin/builder/spi-builder-workspace/Sources/Base58String/Base58String.swift:11:5: warning: 'public' modifier is redundant for initializer declared in a public extension
9 | public extension String {
10 |
11 | public init(base58Encoding bytes: Data, alphabet: [UInt8] = Base58String.btcAlphabet) {
| `- warning: 'public' modifier is redundant for initializer declared in a public extension
12 | var x = BigUInt(bytes)
13 | let radix = BigUInt(alphabet.count)
/Users/admin/builder/spi-builder-workspace/Sources/Base58String/Base58String.swift:35:5: warning: 'public' modifier is redundant for initializer declared in a public extension
33 | public extension Data {
34 |
35 | public init?(base58Decoding string: String, alphabet: [UInt8] = Base58String.btcAlphabet) {
| `- warning: 'public' modifier is redundant for initializer declared in a public extension
36 | var answer = BigUInt(0)
37 | var j = BigUInt(1)
Build complete! (7.47s)
warning: 'bigint': ignoring duplicate product 'BigInt' (static library)
Build complete.
{
"dependencies" : [
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
}
],
"manifest_display_name" : "Base58String",
"name" : "Base58String",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Base58String",
"targets" : [
"Base58String"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Base58StringTests",
"module_type" : "SwiftTarget",
"name" : "Base58StringTests",
"path" : "Tests/Base58StringTests",
"sources" : [
"Base58StringTests.swift"
],
"target_dependencies" : [
"Base58String"
],
"type" : "test"
},
{
"c99name" : "Base58String",
"module_type" : "SwiftTarget",
"name" : "Base58String",
"path" : "Sources/Base58String",
"product_dependencies" : [
"BigInt"
],
"product_memberships" : [
"Base58String"
],
"sources" : [
"Base58String.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.