Build Information
Failed to build SubVTData, reference 0.21.0 (04c8c6
), with Swift 6.2 (beta) for Android on 22 Jun 2025 14:01:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/helikon-labs/subvt-data-swift.git
Reference: 0.21.0
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/helikon-labs/subvt-data-swift
* tag 0.21.0 -> FETCH_HEAD
HEAD is now at 04c8c60 Set max message size for ws connections.
Cloned https://github.com/helikon-labs/subvt-data-swift.git
Revision (git rev-parse @):
04c8c600b3268673dc783ebf09181b20db38cb85
SUCCESS checkout https://github.com/helikon-labs/subvt-data-swift.git at 0.21.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/helikon-labs/subvt-data-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/keefertaylor/Base58Swift.git
Fetching https://github.com/tesseract-one/Blake2.swift.git
Fetching https://github.com/SwiftyBeaver/SwiftyBeaver.git
Fetching https://github.com/attaswift/BigInt.git
[1/534] Fetching base58swift
[103/5341] Fetching base58swift, bigint
[1257/9398] Fetching base58swift, bigint, swiftybeaver
[1866/9539] Fetching base58swift, bigint, swiftybeaver, blake2.swift
Fetched https://github.com/keefertaylor/Base58Swift.git from cache (0.53s)
[2520/9005] Fetching bigint, swiftybeaver, blake2.swift
Fetching https://github.com/konkab/AlamofireNetworkActivityLogger.git
[9006/9325] Fetching bigint, swiftybeaver, blake2.swift, alamofirenetworkactivitylogger
Fetched https://github.com/konkab/AlamofireNetworkActivityLogger.git from cache (0.60s)
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (1.18s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
Fetched https://github.com/tesseract-one/Blake2.swift.git from cache (1.33s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.34s)
[1/4913] Fetching secp256k1.swift
[2851/9299] Fetching secp256k1.swift, keychainaccess
Fetching https://github.com/Alamofire/Alamofire.git
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (0.81s)
[3597/4386] Fetching keychainaccess
[4387/34527] Fetching keychainaccess, alamofire
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.19s)
[2110/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (4.30s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.15.0 (6.91s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (1.78s)
Computing version for https://github.com/tesseract-one/Blake2.swift.git
Computed https://github.com/tesseract-one/Blake2.swift.git at 0.2.0 (0.74s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.48s)
Computing version for https://github.com/konkab/AlamofireNetworkActivityLogger.git
Computed https://github.com/konkab/AlamofireNetworkActivityLogger.git at 3.4.0 (0.68s)
Computing version for https://github.com/Alamofire/Alamofire.git
warning: 'alamofire': /Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
28 | let package = Package(name: "Alamofire",
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
31 | .tvOS(.v11),
32 | .watchOS(.v4)],
/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
31 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
32 | .watchOS(.v4)],
33 | products: [.library(name: "Alamofire",
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/Alamofire/Alamofire.git at 5.8.1 (0.42s)
Computing version for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Computed https://github.com/SwiftyBeaver/SwiftyBeaver.git at 2.1.1 (0.81s)
Computing version for https://github.com/keefertaylor/Base58Swift.git
Computed https://github.com/keefertaylor/Base58Swift.git at 2.1.14 (0.64s)
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Creating working copy for https://github.com/konkab/AlamofireNetworkActivityLogger.git
Working copy of https://github.com/konkab/AlamofireNetworkActivityLogger.git resolved at 3.4.0
Creating working copy for https://github.com/keefertaylor/Base58Swift.git
Working copy of https://github.com/keefertaylor/Base58Swift.git resolved at 2.1.14
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.8.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/SwiftyBeaver/SwiftyBeaver.git
Working copy of https://github.com/SwiftyBeaver/SwiftyBeaver.git resolved at 2.1.1
Creating working copy for https://github.com/tesseract-one/Blake2.swift.git
Working copy of https://github.com/tesseract-one/Blake2.swift.git resolved at 0.2.0
Creating working copy for https://github.com/GigaBitcoin/secp256k1.swift.git
Working copy of https://github.com/GigaBitcoin/secp256k1.swift.git resolved at 0.15.0
warning: 'alamofire': /host/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
28 | let package = Package(name: "Alamofire",
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
31 | .tvOS(.v11),
32 | .watchOS(.v4)],
/host/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
31 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
32 | .watchOS(.v4)],
33 | products: [.library(name: "Alamofire",
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: 'spi-builder-workspace': Invalid Resource 'Resources/data-env.json': File not found.
Building for debugging...
[0/21] Write sources
[4/21] Copying data-env-example.json
[5/21] Compiling CBlake2 blake2xs-ref.c
[6/21] Compiling CBlake2 blake2xb-ref.c
[7/21] Compiling Utility.c
[8/21] Compiling CBlake2 blake2sp-ref.c
[9/21] Write sources
[14/21] Compiling CBlake2 blake2bp-ref.c
[15/21] Compiling CBlake2 blake2b-ref.c
[16/21] Compiling CBlake2 blake2s-ref.c
[17/21] Compiling precomputed_ecmult_gen.c
[18/21] Write swift-version-8C5A4AE7A8CE2BA.txt
[19/21] Compiling secp256k1.c
[20/95] Compiling precomputed_ecmult.c
[22/132] Compiling secp256k1 Combine.swift
[23/132] Compiling secp256k1 Context.swift
[24/132] Compiling secp256k1 ASN1Integer.swift
[25/132] Compiling secp256k1 SubjectPublicKeyInfo.swift
[26/132] Compiling secp256k1 Asymmetric.swift
[27/134] Compiling secp256k1 ASN1BitString.swift
[28/134] Compiling secp256k1 ASN1Boolean.swift
[29/134] Compiling secp256k1 ASN1Identifier.swift
[30/134] Compiling secp256k1 ASN1OctetString.swift
[31/134] Compiling secp256k1 ASN1Strings.swift
[32/134] Compiling secp256k1 ArraySliceBigint.swift
[33/134] Compiling BigInt Subtraction.swift
[34/134] Compiling BigInt Words and Bits.swift
[35/134] Compiling Blake2 Blake2xb.swift
[36/134] Compiling Blake2 Blake2xs.swift
[37/135] Compiling secp256k1 PrettyBytes.swift
[38/135] Compiling secp256k1 RNG_boring.swift
[39/135] Compiling secp256k1 Recovery.swift
[40/135] Compiling secp256k1 SHA256.swift
[41/139] Compiling SwiftyBeaver GoogleCloudDestination.swift
[47/145] Compiling Blake2 Blake2s.swift
[48/145] Compiling Blake2 Blake2sp.swift
[49/145] Compiling Blake2 Blake2b.swift
[50/145] Compiling Blake2 Blake2bp.swift
[51/145] Compiling secp256k1 ObjectIdentifier.swift
[52/145] Compiling secp256k1 ECDSASignature.swift
[53/145] Emitting module SwiftyBeaver
[54/145] Compiling secp256k1 ASN1Null.swift
[58/145] Compiling secp256k1 GeneralizedTime.swift
[61/145] Compiling secp256k1 PEMDocument.swift
[62/145] Compiling secp256k1 PKCS8PrivateKey.swift
[63/145] Compiling secp256k1 SEC1PrivateKey.swift
[70/145] Emitting module BigInt
[72/145] Compiling secp256k1 ASN1.swift
[73/145] Compiling secp256k1 ASN1Any.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[79/145] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
[80/145] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
[81/146] Compiling SwiftyBeaver FilterValidator.swift
BUILD FAILURE 6.2 android