Build Information
Failed to build SwiftNcal, reference 0.2.1 (e42fbe), with Swift 6.1 for Android on 4 Oct 2025 19:19:27 UTC.
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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kingpin-Apps/swift-ncal.git
Reference: 0.2.1
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/Kingpin-Apps/swift-ncal
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at e42fbe3 bump: version 0.2.0 → 0.2.1
Cloned https://github.com/Kingpin-Apps/swift-ncal.git
Revision (git rev-parse @):
e42fbe3c3d45a159ac626c956c83466373927722
SUCCESS checkout https://github.com/Kingpin-Apps/swift-ncal.git at 0.2.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Kingpin-Apps/swift-ncal.git
https://github.com/Kingpin-Apps/swift-ncal.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "base32",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/norio-nomura/Base32.git"
},
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.3.0",
"upper_bound" : "5.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
}
],
"manifest_display_name" : "SwiftNcal",
"name" : "SwiftNcal",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Clibsodium",
"targets" : [
"Clibsodium"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftNcal",
"targets" : [
"SwiftNcal"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftNcalTests",
"module_type" : "SwiftTarget",
"name" : "SwiftNcalTests",
"path" : "Tests/SwiftNcalTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/SwiftNcalTests/data",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"EncodingTests.swift",
"ErrorsTests.swift",
"HashTests.swift",
"HashlibTests.swift",
"PublicTests.swift",
"SecretTests.swift",
"SigningTests.swift",
"Utils.swift",
"UtilsTests.swift",
"VRFTests.swift",
"bindings/CryptoAeadTests.swift",
"bindings/CryptoBoxTests.swift",
"bindings/CryptoCoreTests.swift",
"bindings/CryptoGenericHashTests.swift",
"bindings/CryptoHashTests.swift",
"bindings/CryptoKxTests.swift",
"bindings/CryptoPwHashTests.swift",
"bindings/CryptoScalarmultTests.swift",
"bindings/CryptoSecretBoxTests.swift",
"bindings/CryptoSecretStreamTests.swift",
"bindings/CryptoShortHashTests.swift",
"bindings/CryptoSignTests.swift",
"bindings/CryptoUtilsTests.swift",
"bindings/RandomBytesTests.swift",
"bindings/SodiumTests.swift",
"pwhash/Argon2Tests.swift",
"pwhash/Argon2iTests.swift",
"pwhash/Argon2idTests.swift",
"pwhash/PwHashTests.swift",
"pwhash/ScryptTests.swift"
],
"target_dependencies" : [
"SwiftNcal"
],
"type" : "test"
},
{
"c99name" : "SwiftNcal",
"module_type" : "SwiftTarget",
"name" : "SwiftNcal",
"path" : "Sources/SwiftNcal",
"product_dependencies" : [
"Base32",
"BigInt"
],
"product_memberships" : [
"SwiftNcal"
],
"sources" : [
"Encoding.swift",
"Errors.swift",
"Hash.swift",
"Hashlib.swift",
"Public.swift",
"Secret.swift",
"Signing.swift",
"Utils.swift",
"VRF.swift",
"bindings/CryptoAead.swift",
"bindings/CryptoBox.swift",
"bindings/CryptoCore.swift",
"bindings/CryptoGenericHash.swift",
"bindings/CryptoHash.swift",
"bindings/CryptoKx.swift",
"bindings/CryptoPwHash.swift",
"bindings/CryptoScalarmult.swift",
"bindings/CryptoSecretBox.swift",
"bindings/CryptoSecretStream.swift",
"bindings/CryptoShortHash.swift",
"bindings/CryptoSign.swift",
"bindings/CryptoUtils.swift",
"bindings/RandomBytes.swift",
"bindings/Sodium.swift",
"bindings/Version.swift",
"pwhash/Argon2.swift",
"pwhash/Argon2i.swift",
"pwhash/Argon2id.swift",
"pwhash/PwHash.swift",
"pwhash/Scrypt.swift"
],
"target_dependencies" : [
"Clibsodium"
],
"type" : "library"
},
{
"c99name" : "Clibsodium",
"module_type" : "BinaryTarget",
"name" : "Clibsodium",
"path" : "Clibsodium.artifactbundle",
"product_memberships" : [
"Clibsodium",
"SwiftNcal"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "6.2"
}
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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 android