Build Information
Failed to build web3.swift, reference develop (a7b1b9), with Swift 6.1 for Android on 24 Sep 2025 22:19:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/argentlabs/web3.swift.git
Reference: develop
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/argentlabs/web3.swift
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at a7b1b94 Merge pull request #385 from argentlabs/fix/sendable-abi-event
Cloned https://github.com/argentlabs/web3.swift.git
Revision (git rev-parse @):
a7b1b9411186c82feae8be1d7c364bc4c74c2fb0
SUCCESS checkout https://github.com/argentlabs/web3.swift.git at develop
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/argentlabs/web3.swift.git
https://github.com/argentlabs/web3.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.3.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt"
},
{
"identity" : "generic-json-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/iwill/generic-json-swift"
},
{
"identity" : "secp256k1.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/GigaBitcoin/secp256k1.swift.git"
},
{
"identity" : "websocket-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.16.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/websocket-kit.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "web3.swift",
"name" : "web3.swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "web3.swift",
"targets" : [
"web3"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "web3-zksync.swift",
"targets" : [
"web3-zksync"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "web3swiftTests",
"module_type" : "SwiftTarget",
"name" : "web3swiftTests",
"path" : "web3sTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/web3sTests/Account/cryptofights_712.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/web3sTests/Account/ethermail_signTypedDataV4.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/web3sTests/Account/real_word_opensea_signTypedDataV4.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/web3sTests/Resources/ABITests.sol",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/web3sTests/Resources/DummyOffchainResolver.sol",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/web3sTests/Resources/ERC1271Checker.sol",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/web3sTests/Resources/ERC1271CheckerBool.sol",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/web3sTests/Resources/ERC165Sample.sol",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/web3sTests/Resources/ERC721Metadata.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/web3sTests/Resources/Multicall2.sol",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/web3sTests/Resources/TestERC721.sol",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/web3sTests/Resources/rlptests.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Account/EthereumAccount+SignTransactionTests.swift",
"Account/EthereumAccount+SignTypedTests.swift",
"Account/EthereumAccountTests.swift",
"Account/EthereumKeyStorageTests.swift",
"Address/EthereumAddressTests.swift",
"Client/EthereumClientTests.swift",
"Contract/ABIDecoderTests.swift",
"Contract/ABIEncoderTests.swift",
"Contract/ABIEventTests.swift",
"Contract/ABIFunctionEncoderTests.swift",
"Contract/ABIFunctionTests.swift",
"ENS/ENSOffchainTests.swift",
"ENS/ENSTests.swift",
"ERC1271/ERC1271Tests.swift",
"ERC165/ERC165Tests.swift",
"ERC20/ERC20Tests.swift",
"ERC721/ERC721Tests.swift",
"Extensions/ByteExtensionsTests.swift",
"Extensions/Data+RandomTests.swift",
"Extensions/HexExtensionsTests.swift",
"Extensions/KeccakExtensionsTests.swift",
"Extensions/String+NumericTests.swift",
"Mocks/TestEthereumKeyStorage.swift",
"Multicall/MulticallTests.swift",
"OffchainLookup/OffchainLookupTests.swift",
"SIWE/SIWETests.swift",
"SIWE/SiweMessageTests.swift",
"SIWE/SiweVerifierTests.swift",
"TestConfig.swift",
"Transaction/TransactionTests.swift",
"Utils/AesUtilTests.swift",
"Utils/HexUtilTests.swift",
"Utils/KeyDerivationTests.swift",
"Utils/KeyUtilTests.swift",
"Utils/KeystoreUtilTests.swift",
"Utils/RLPTests.swift",
"ZKSync/EthereumClient+ZKSyncTests.swift",
"ZKSync/ZKSyncTransactionTests.swift"
],
"target_dependencies" : [
"web3",
"web3-zksync"
],
"type" : "test"
},
{
"c99name" : "web3_zksync",
"module_type" : "SwiftTarget",
"name" : "web3-zksync",
"path" : "web3swift/src/ZKSync",
"product_memberships" : [
"web3-zksync.swift"
],
"sources" : [
"ABIFunction+ZKSync.swift",
"EthereumAccount+ZKSync.swift",
"ZKSyncProvider.swift",
"ZKSyncTransaction.swift"
],
"target_dependencies" : [
"web3"
],
"type" : "library"
},
{
"c99name" : "web3",
"module_type" : "SwiftTarget",
"name" : "web3",
"path" : "web3swift/src",
"product_dependencies" : [
"BigInt",
"GenericJSON",
"secp256k1",
"WebSocketKit",
"Logging"
],
"product_memberships" : [
"web3.swift",
"web3-zksync.swift"
],
"sources" : [
"Account/EthereumAccount+SignTransaction.swift",
"Account/EthereumAccount.swift",
"Account/EthereumKeyStorage+Password.swift",
"Account/EthereumKeyStorage.swift",
"Account/Signature.swift",
"Account/TypedData.swift",
"Client/BaseEthereumClient+Call.swift",
"Client/BaseEthereumClient.swift",
"Client/HTTP/EthereumHttpClient.swift",
"Client/Models/EthereumAddress.swift",
"Client/Models/EthereumBlock.swift",
"Client/Models/EthereumBlockInfo.swift",
"Client/Models/EthereumHeader.swift",
"Client/Models/EthereumLog.swift",
"Client/Models/EthereumNetwork.swift",
"Client/Models/EthereumSubscription.swift",
"Client/Models/EthereumSyncStatus.swift",
"Client/Models/EthereumTransaction.swift",
"Client/Models/EthereumTransactionReceipt.swift",
"Client/NetworkProviders/EventLoopGroupProvider.swift",
"Client/NetworkProviders/HttpNetworkProvider.swift",
"Client/NetworkProviders/JSONRPC.swift",
"Client/NetworkProviders/NetworkProviderProtocol.swift",
"Client/NetworkProviders/WebSocketConfiguration.swift",
"Client/NetworkProviders/WebSocketNetworkProvider.swift",
"Client/Protocols/EthereumClientProtocol.swift",
"Client/Protocols/EthereumProvider.swift",
"Client/RecursiveLogCollector.swift",
"Client/WSS/EthereumWebSocketClient.swift",
"Contract/ABIDecoder.swift",
"Contract/ABIEncoder.swift",
"Contract/ABIRawType.swift",
"Contract/Statically Typed/ABIDecoder+Static.swift",
"Contract/Statically Typed/ABIEncoder+Static.swift",
"Contract/Statically Typed/ABIEvent.swift",
"Contract/Statically Typed/ABIFunction.swift",
"Contract/Statically Typed/ABIFunctionEncodable.swift",
"Contract/Statically Typed/ABIFunctionEncoder.swift",
"Contract/Statically Typed/ABIRawType+Static.swift",
"Contract/Statically Typed/ABIRevertError.swift",
"Contract/Statically Typed/ABITuple.swift",
"Contract/Statically Typed/EthereumClient+Static.swift",
"ENS/ENSContracts.swift",
"ENS/ENSMultiResolver.swift",
"ENS/ENSResolver.swift",
"ENS/ENSResponses.swift",
"ENS/EthereumNameService.swift",
"ERC1271/ERC1271.swift",
"ERC1271/ERC1271Error.swift",
"ERC1271/ERC1271Functions.swift",
"ERC1271/ERC1271Responses.swift",
"ERC165/ERC165.swift",
"ERC20/ERC20.swift",
"ERC20/ERC20Events.swift",
"ERC20/ERC20Functions.swift",
"ERC20/ERC20Responses.swift",
"ERC721/ERC721.swift",
"ERC721/ERC721Events.swift",
"ERC721/ERC721Functions.swift",
"ERC721/ERC721Responses.swift",
"Extensions/ByteExtensions.swift",
"Extensions/Data+Random.swift",
"Extensions/Extensions.swift",
"Extensions/HexExtensions.swift",
"Extensions/KeccakExtensions.swift",
"Extensions/ResultExtensions.swift",
"Extensions/String+Numeric.swift",
"Extensions/URLSessionExtensions.swift",
"Multicall/Multicall.swift",
"Multicall/MulticallContract.swift",
"OffchainLookup/OffchainLookup.swift",
"SIWE/EthereumAccount+SignSIWERequest.swift",
"SIWE/SiweMessage+Codable.swift",
"SIWE/SiweMessage+RegEx.swift",
"SIWE/SiweMessage+String.swift",
"SIWE/SiweMessage+Validation.swift",
"SIWE/SiweMessage.swift",
"SIWE/SiweVerifier.swift",
"Utils/AesUtil.swift",
"Utils/HexUtil.swift",
"Utils/KeyDerivation.swift",
"Utils/KeyUtil.swift",
"Utils/KeystoreUtil.swift",
"Utils/PropertyWrappers.swift",
"Utils/RLP.swift",
"Utils/ThreadSafeBox.swift"
],
"target_dependencies" : [
"keccaktiny",
"aes",
"Internal_CryptoSwift_PBDKF2"
],
"type" : "library"
},
{
"c99name" : "keccaktiny",
"module_type" : "ClangTarget",
"name" : "keccaktiny",
"path" : "web3swift/lib/keccak-tiny",
"product_memberships" : [
"web3.swift",
"web3-zksync.swift"
],
"sources" : [
"keccak-tiny.c"
],
"type" : "library"
},
{
"c99name" : "aes",
"module_type" : "ClangTarget",
"name" : "aes",
"path" : "web3swift/lib/aes",
"product_memberships" : [
"web3.swift",
"web3-zksync.swift"
],
"sources" : [
"aes.c"
],
"type" : "library"
},
{
"c99name" : "Internal_CryptoSwift_PBDKF2",
"module_type" : "SwiftTarget",
"name" : "Internal_CryptoSwift_PBDKF2",
"path" : "web3swift/lib/CryptoSwift",
"product_memberships" : [
"web3.swift",
"web3-zksync.swift"
],
"sources" : [
"Array+Extensions.swift",
"BatchedCollection.swift",
"Generics.swift",
"HMAC.swift",
"Int+Extensions.swift",
"PBKDF2.swift",
"SHA2.swift",
"UInt32+Extensions.swift",
"UInt64+Extensions.swift",
"Utils.swift",
"ZeroPadding.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/attaswift/BigInt
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/iwill/generic-json-swift
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
[1/4826] Fetching bigint
[339/5482] Fetching bigint, generic-json-swift
[2298/9392] Fetching bigint, generic-json-swift, swift-log
[4874/14711] Fetching bigint, generic-json-swift, swift-log, secp256k1.swift
Fetched https://github.com/apple/swift-log.git from cache (0.35s)
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (0.38s)
Fetched https://github.com/iwill/generic-json-swift from cache (0.44s)
Fetched https://github.com/attaswift/BigInt from cache (0.44s)
[1/2609] Fetching websocket-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.84s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.28s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.42s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
[1/1814] Fetching swift-atomics
[600/4584] Fetching swift-atomics, swift-nio-transport-services
[4585/10754] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.36s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.37s)
[1/15120] Fetching swift-nio-ssl
[1665/93664] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.65s)
[58908/78544] Fetching swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.92s)
Fetched https://github.com/apple/swift-nio.git from cache (4.01s)
Computing version for https://github.com/iwill/generic-json-swift
Computed https://github.com/iwill/generic-json-swift at 2.0.2 (5.78s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.42s)
Computing version for https://github.com/attaswift/BigInt
Computed https://github.com/attaswift/BigInt at 5.7.0 (0.40s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (0.69s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/5008] Fetching swift-system
[5009/22536] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.04s)
Fetched https://github.com/apple/swift-collections.git from cache (1.06s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.56s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.43s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.1 (0.50s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.50s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/2505] Fetching swift-service-lifecycle
[27/3695] Fetching swift-service-lifecycle, swift-http-structured-headers
[125/5340] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-asn1
[1087/10768] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-async-algorithms
[9087/16754] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-algorithms
[10255/23346] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.37s)
[19988/21701] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-algorithms, swift-certificates
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.38s)
[18801/19196] Fetching swift-http-structured-headers, swift-async-algorithms, swift-algorithms, swift-certificates
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.48s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.50s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.50s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.50s)
[1/931] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.26s)
[1/11683] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.89s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.70s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.50s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.45s)
Fetching https://github.com/apple/swift-numerics.git
[1/6359] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.88s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.42s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.42s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.42s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.14.0 (0.49s)
Fetching https://github.com/apple/swift-crypto.git
[1/17142] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.75s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (3.17s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.44s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.21.1 (0.45s)
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/iwill/generic-json-swift
Working copy of https://github.com/iwill/generic-json-swift resolved at 2.0.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
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/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.2
Creating working copy for https://github.com/GigaBitcoin/secp256k1.swift.git
Working copy of https://github.com/GigaBitcoin/secp256k1.swift.git resolved at 0.21.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.14.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/attaswift/BigInt
Working copy of https://github.com/attaswift/BigInt resolved at 5.7.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
error: 'spi-builder-workspace': product 'secp256k1' required by package 'spi-builder-workspace' target 'web3' not found in package 'secp256k1.swift'. Did you mean 'libsecp256k1'?
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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': product 'secp256k1' required by package 'spi-builder-workspace' target 'web3' not found in package 'secp256k1.swift'. Did you mean 'libsecp256k1'?
BUILD FAILURE 6.1 android