Build Information
Failed to build SubVTData, reference main (04c8c6), with Swift 6.3 for Android on 15 Apr 2026 09:06:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/helikon-labs/subvt-data-swift.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/helikon-labs/subvt-data-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
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" -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/konkab/AlamofireNetworkActivityLogger.git
Fetching https://github.com/SwiftyBeaver/SwiftyBeaver.git
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
[1/320] Fetching alamofirenetworkactivitylogger
[321/4399] Fetching alamofirenetworkactivitylogger, swiftybeaver
Fetching https://github.com/keefertaylor/Base58Swift.git
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[4400/14717] Fetching alamofirenetworkactivitylogger, swiftybeaver, secp256k1.swift
[5123/19105] Fetching alamofirenetworkactivitylogger, swiftybeaver, secp256k1.swift, keychainaccess
[5475/19639] Fetching alamofirenetworkactivitylogger, swiftybeaver, secp256k1.swift, keychainaccess, base58swift
Fetching https://github.com/tesseract-one/Blake2.swift.git
Fetched https://github.com/keefertaylor/Base58Swift.git from cache (0.65s)
[8444/19105] Fetching alamofirenetworkactivitylogger, swiftybeaver, secp256k1.swift, keychainaccess
Fetching https://github.com/Alamofire/Alamofire.git
[9589/19246] Fetching alamofirenetworkactivitylogger, swiftybeaver, secp256k1.swift, keychainaccess, blake2.swift
[10271/50803] Fetching alamofirenetworkactivitylogger, swiftybeaver, secp256k1.swift, keychainaccess, blake2.swift, alamofire
Fetched https://github.com/tesseract-one/Blake2.swift.git from cache (0.75s)
[13995/50662] Fetching alamofirenetworkactivitylogger, swiftybeaver, secp256k1.swift, keychainaccess, alamofire
Fetching https://github.com/attaswift/BigInt.git
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.30s)
[10020/46274] Fetching alamofirenetworkactivitylogger, swiftybeaver, secp256k1.swift, alamofire
[16467/51152] Fetching alamofirenetworkactivitylogger, swiftybeaver, secp256k1.swift, alamofire, bigint
Fetched https://github.com/attaswift/BigInt.git from cache (2.58s)
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (5.16s)
Fetched https://github.com/konkab/AlamofireNetworkActivityLogger.git from cache (5.17s)
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (5.27s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (4.76s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.15.0 (7.01s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (1.41s)
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.58s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.54s)
Computing version for https://github.com/konkab/AlamofireNetworkActivityLogger.git
Computed https://github.com/konkab/AlamofireNetworkActivityLogger.git at 3.4.0 (0.57s)
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.59s)
Computing version for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Computed https://github.com/SwiftyBeaver/SwiftyBeaver.git at 2.1.1 (0.60s)
Computing version for https://github.com/keefertaylor/Base58Swift.git
Computed https://github.com/keefertaylor/Base58Swift.git at 2.1.14 (0.60s)
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/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.8.1
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/GigaBitcoin/secp256k1.swift.git
Working copy of https://github.com/GigaBitcoin/secp256k1.swift.git resolved at 0.15.0
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/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/keefertaylor/Base58Swift.git
Working copy of https://github.com/keefertaylor/Base58Swift.git resolved at 2.1.14
Creating working copy for https://github.com/konkab/AlamofireNetworkActivityLogger.git
Working copy of https://github.com/konkab/AlamofireNetworkActivityLogger.git resolved at 3.4.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] Copying data-env-example.json
[1/21] Write sources
[5/21] Compiling CBlake2 blake2xb-ref.c
[6/21] Compiling CBlake2 blake2xs-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 blake2s-ref.c
[16/21] Compiling precomputed_ecmult_gen.c
[17/21] Compiling CBlake2 blake2b-ref.c
[18/21] Write swift-version--4F562202D5529B1.txt
[19/21] Compiling secp256k1.c
[20/95] Compiling precomputed_ecmult.c
[22/132] Emitting module BigInt
[23/134] Emitting module secp256k1
[24/139] Emitting module Alamofire
[25/143] Compiling secp256k1 SubjectPublicKeyInfo.swift
[26/143] Compiling secp256k1 Asymmetric.swift
[27/143] Compiling secp256k1 Combine.swift
[28/143] Compiling BigInt Subtraction.swift
[29/143] Compiling BigInt Words and Bits.swift
[30/143] Compiling secp256k1 ASN1OctetString.swift
[31/143] Compiling secp256k1 ASN1Strings.swift
[32/143] Compiling secp256k1 ECDSASignature.swift
[33/143] Compiling secp256k1 PEMDocument.swift
[34/143] Compiling secp256k1 PKCS8PrivateKey.swift
[35/143] Compiling secp256k1 ArraySliceBigint.swift
[36/143] Compiling secp256k1 GeneralizedTime.swift
[37/143] Compiling secp256k1 ObjectIdentifier.swift
[38/143] Compiling Blake2 Blake2xs.swift
[39/144] Compiling SwiftyBeaver GoogleCloudDestination.swift
[40/145] Compiling secp256k1 DH.swift
[41/145] Compiling secp256k1 Digest.swift
[42/145] Compiling secp256k1 ECDH.swift
[43/145] Compiling secp256k1 ECDSA.swift
[44/145] Compiling secp256k1 EdDSA.swift
[45/145] Compiling secp256k1 ASN1.swift
[46/145] Compiling secp256k1 ASN1Any.swift
[47/145] Compiling secp256k1 ASN1BitString.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[48/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
[49/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
[50/145] Compiling SwiftyBeaver ConsoleDestination.swift
[51/145] Compiling SwiftyBeaver SwiftyBeaver.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/SwiftyBeaver.swift:87:28: error: cannot find '__dispatch_queue_get_label' in scope
85 | return ""
86 | } else {
87 | let name = __dispatch_queue_get_label(nil)
| `- error: cannot find '__dispatch_queue_get_label' in scope
88 | return String(cString: name, encoding: .utf8) ?? Thread.current.description
89 | }
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/SwiftyBeaver.swift:87:55: error: 'nil' requires a contextual type
85 | return ""
86 | } else {
87 | let name = __dispatch_queue_get_label(nil)
| `- error: 'nil' requires a contextual type
88 | return String(cString: name, encoding: .utf8) ?? Thread.current.description
89 | }
[55/145] Compiling secp256k1 ASN1Boolean.swift
[56/145] Compiling secp256k1 ASN1Identifier.swift
[57/145] Compiling Blake2 DataPtr.swift
[58/145] Compiling Blake2 Blake2sp.swift
[59/145] Compiling Blake2 Blake2xb.swift
[60/145] Compiling Alamofire URLEncodedFormEncoder.swift
[61/145] Compiling Alamofire URLRequest+Alamofire.swift
[62/145] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[63/145] Compiling Alamofire Validation.swift
[64/145] Compiling Blake2 Blake2b.swift
[65/145] Emitting module SwiftyBeaver
[68/145] Compiling SwiftyBeaver Extensions.swift
[69/145] Compiling Blake2 Blake2bp.swift
[70/145] Compiling SwiftyBeaver FileDestination.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/FileDestination.swift:178:27: error: cannot find 'NSFileCoordinator' in scope
176 | #else
177 | var success = false
178 | let coordinator = NSFileCoordinator(filePresenter: nil)
| `- error: cannot find 'NSFileCoordinator' in scope
179 | var error: NSError?
180 | coordinator.coordinate(writingItemAt: url, error: &error) { url in
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/FileDestination.swift:178:60: error: 'nil' requires a contextual type
176 | #else
177 | var success = false
178 | let coordinator = NSFileCoordinator(filePresenter: nil)
| `- error: 'nil' requires a contextual type
179 | var error: NSError?
180 | coordinator.coordinate(writingItemAt: url, error: &error) { url in
BUILD FAILURE 6.3 android