Build Information
Successful build of SwiftBase58, reference main (613688), with Swift 6.3 for Android on 17 Apr 2026 02:31:41 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KINGH242/swift-base58.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/KINGH242/swift-base58
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6136881 bump: version 0.1.1 → 0.1.2
Cloned https://github.com/KINGH242/swift-base58.git
Revision (git rev-parse @):
6136881c55edc352450a7cc8088ee8e7d145bea1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/KINGH242/swift-base58.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/KINGH242/swift-base58.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-crypto.git
[1/4878] Fetching bigint
[4879/22252] Fetching bigint, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (1.14s)
[1738/17374] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.52s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (5.11s)
Fetching https://github.com/apple/swift-asn1.git
[1/1803] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.30s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.78s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (2.85s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--4F562202D5529B1.txt
[4/24] Emitting module BigInt
[5/26] Compiling BigInt Strideable.swift
[6/26] Compiling BigInt String Conversion.swift
[7/26] Compiling BigInt Subtraction.swift
[8/26] Compiling BigInt Words and Bits.swift
[9/26] Compiling BigInt Random.swift
[10/26] Compiling BigInt Shifts.swift
[11/26] Compiling BigInt Square Root.swift
[12/26] Compiling BigInt Integer Conversion.swift
[13/26] Compiling BigInt Multiplication.swift
[14/26] Compiling BigInt Prime Test.swift
[15/26] Compiling BigInt Floating Point Conversion.swift
[16/26] Compiling BigInt GCD.swift
[17/26] Compiling BigInt Hashable.swift
[18/26] Compiling BigInt Data Conversion.swift
[19/26] Compiling BigInt Division.swift
[20/26] Compiling BigInt Exponentiation.swift
[21/26] Compiling BigInt Addition.swift
[22/26] Compiling BigInt BigInt.swift
[23/26] Compiling BigInt BigUInt.swift
[24/26] Compiling BigInt Bitwise Ops.swift
[25/26] Compiling BigInt Codable.swift
[26/26] Compiling BigInt Comparable.swift
[28/29] Compiling SwiftBase58 SwiftBase58.swift
[29/29] Emitting module SwiftBase58
Build complete! (40.31s)
Build complete.
{
"dependencies" : [
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.3.0",
"upper_bound" : "5.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.15.1",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "SwiftBase58",
"name" : "SwiftBase58",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SwiftBase58",
"targets" : [
"SwiftBase58"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftBase58Tests",
"module_type" : "SwiftTarget",
"name" : "SwiftBase58Tests",
"path" : "Tests/SwiftBase58Tests",
"sources" : [
"SwiftBase58Tests.swift"
],
"target_dependencies" : [
"SwiftBase58"
],
"type" : "test"
},
{
"c99name" : "SwiftBase58",
"module_type" : "SwiftTarget",
"name" : "SwiftBase58",
"path" : "Sources/SwiftBase58",
"product_dependencies" : [
"BigInt",
"Crypto"
],
"product_memberships" : [
"SwiftBase58"
],
"sources" : [
"SwiftBase58.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.