Build Information
Failed to build SubVTData, reference 0.21.0 (04c8c6), with Swift 6.3 for Linux on 21 Apr 2026 18:03:37 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 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: 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: linux
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-4606859-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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/SwiftyBeaver/SwiftyBeaver.git
Fetching https://github.com/tesseract-one/Blake2.swift.git
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
[1/141] Fetching blake2.swift
[120/5019] Fetching blake2.swift, bigint
[267/9098] Fetching blake2.swift, bigint, swiftybeaver
[948/13486] Fetching blake2.swift, bigint, swiftybeaver, keychainaccess
[5449/45131] Fetching blake2.swift, bigint, swiftybeaver, keychainaccess, alamofire
[16293/55530] Fetching blake2.swift, bigint, swiftybeaver, keychainaccess, alamofire, secp256k1.swift
Fetched https://github.com/attaswift/BigInt.git from cache (1.07s)
[15241/50652] Fetching blake2.swift, swiftybeaver, keychainaccess, alamofire, secp256k1.swift
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.08s)
[10957/46264] Fetching blake2.swift, swiftybeaver, alamofire, secp256k1.swift
Fetching https://github.com/konkab/AlamofireNetworkActivityLogger.git
[12431/46584] Fetching blake2.swift, swiftybeaver, alamofire, secp256k1.swift, alamofirenetworkactivitylogger
Fetching https://github.com/keefertaylor/Base58Swift.git
Fetched https://github.com/konkab/AlamofireNetworkActivityLogger.git from cache (0.28s)
[13167/46264] Fetching blake2.swift, swiftybeaver, alamofire, secp256k1.swift
[21311/46798] Fetching blake2.swift, swiftybeaver, alamofire, secp256k1.swift, base58swift
Fetched https://github.com/keefertaylor/Base58Swift.git from cache (0.40s)
[22567/46264] Fetching blake2.swift, swiftybeaver, alamofire, secp256k1.swift
Fetched https://github.com/tesseract-one/Blake2.swift.git from cache (4.55s)
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (4.55s)
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (4.60s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (4.65s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.15.0 (5.18s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (2.71s)
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.83s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.85s)
Computing version for https://github.com/konkab/AlamofireNetworkActivityLogger.git
Computed https://github.com/konkab/AlamofireNetworkActivityLogger.git at 3.4.0 (0.55s)
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.55s)
Computing version for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Computed https://github.com/SwiftyBeaver/SwiftyBeaver.git at 2.1.1 (0.55s)
Computing version for https://github.com/keefertaylor/Base58Swift.git
Computed https://github.com/keefertaylor/Base58Swift.git at 2.1.14 (1.34s)
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/keefertaylor/Base58Swift.git
Working copy of https://github.com/keefertaylor/Base58Swift.git resolved at 2.1.14
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/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 CBlake2 blake2sp-ref.c
[8/21] Compiling CBlake2 blake2bp-ref.c
[9/21] Write sources
[14/21] Compiling CBlake2 blake2s-ref.c
[15/21] Compiling Utility.c
[16/21] Compiling precomputed_ecmult_gen.c
[17/21] Write swift-version-24593BA9C3E375BF.txt
[18/21] Compiling CBlake2 blake2b-ref.c
[19/95] Compiling secp256k1.c
[21/95] Emitting module SwiftyBeaver
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/96] 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
[22/96] Compiling precomputed_ecmult.c
[24/97] Emitting module Alamofire
[25/101] Emitting module secp256k1
[26/142] Compiling secp256k1 ASN1.swift
[27/142] Compiling secp256k1 ASN1Any.swift
[28/142] Compiling secp256k1 ASN1BitString.swift
[29/144] Compiling secp256k1 ASN1Boolean.swift
[30/144] Compiling secp256k1 ASN1Identifier.swift
[31/144] Emitting module BigInt
[32/144] Compiling secp256k1 Recovery.swift
[33/144] Compiling secp256k1 SHA256.swift
[34/144] Compiling secp256k1 SafeCompare.swift
[35/144] Compiling secp256k1 GeneralizedTime.swift
[36/144] Compiling secp256k1 ObjectIdentifier.swift
[37/144] Compiling secp256k1 ECDSASignature.swift
[38/144] Compiling BigInt Subtraction.swift
[39/144] Compiling BigInt Words and Bits.swift
[40/144] Compiling secp256k1 Schnorr.swift
[41/144] Compiling secp256k1 SecureBytes.swift
[42/144] Compiling secp256k1 ASN1Null.swift
[43/144] Compiling SwiftyBeaver FilterValidator.swift
[44/144] Compiling Blake2 Blake2b.swift
[45/145] Compiling Blake2 Blake2sp.swift
[46/145] Compiling secp256k1 Signature.swift
[47/145] Compiling secp256k1 Tweak.swift
[48/145] Compiling secp256k1 Utility.swift
[49/145] Compiling secp256k1 Zeroization.swift
[50/145] Compiling secp256k1 secp256k1.swift
[51/145] Compiling secp256k1 SubjectPublicKeyInfo.swift
[52/145] Compiling secp256k1 Asymmetric.swift
[53/145] Compiling secp256k1 Combine.swift
[54/145] Compiling secp256k1 Context.swift
[55/145] Compiling secp256k1 CryptoKitErrors.swift
[56/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
[57/145] Compiling SwiftyBeaver Extensions.swift
[58/145] Compiling Blake2 Blake2xs.swift
[62/145] Compiling secp256k1 Errors.swift
[64/145] Compiling secp256k1 Exports.swift
[65/145] Compiling secp256k1 HashDigest.swift
[66/145] Compiling secp256k1 PrettyBytes.swift
[67/145] Compiling secp256k1 RNG_boring.swift
[69/145] Compiling secp256k1 Digest.swift
[70/145] Compiling secp256k1 ECDH.swift
[71/145] Compiling secp256k1 ECDSA.swift
[72/145] Compiling secp256k1 EdDSA.swift
[73/145] Compiling secp256k1 ASN1OctetString.swift
[74/145] Compiling secp256k1 ASN1Strings.swift
[75/145] Compiling secp256k1 ArraySliceBigint.swift
[76/145] Compiling secp256k1 PEMDocument.swift
[77/145] Compiling secp256k1 PKCS8PrivateKey.swift
[78/145] Compiling secp256k1 SEC1PrivateKey.swift
[79/146] Compiling Blake2 Blake2xb.swift
[80/146] Compiling SwiftyBeaver ConsoleDestination.swift
[81/146] Compiling SwiftyBeaver SwiftyBeaver.swift
[85/146] Emitting module Blake2
[90/146] Compiling Blake2 Blake2.swift
[92/146] Compiling Blake2 Blake2s.swift
[93/146] Compiling Blake2 Blake2bp.swift
[102/146] Compiling SwiftyBeaver GoogleCloudDestination.swift
[103/146] Compiling SwiftyBeaver FileDestination.swift
[104/146] Compiling SwiftyBeaver Filter.swift
error: cancelled
error: cancelled
BUILD FAILURE 6.3 linux