Build Information
Failed to build SubVTData, reference main (04c8c6
), with Swift 6.2 (beta) for Linux on 22 Jun 2025 14:06:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 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: 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: linux
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-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
Fetching https://github.com/SwiftyBeaver/SwiftyBeaver.git
Fetching https://github.com/tesseract-one/Blake2.swift.git
[1/4057] Fetching swiftybeaver
[1219/4198] Fetching swiftybeaver, blake2.swift
[1459/9111] Fetching swiftybeaver, blake2.swift, secp256k1.swift
Fetched https://github.com/tesseract-one/Blake2.swift.git from cache (0.47s)
[8930/8970] Fetching swiftybeaver, secp256k1.swift
Fetching https://github.com/konkab/AlamofireNetworkActivityLogger.git
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (0.62s)
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/keefertaylor/Base58Swift.git
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (0.70s)
[1/320] Fetching alamofirenetworkactivitylogger
Fetched https://github.com/konkab/AlamofireNetworkActivityLogger.git from cache (0.34s)
[1/4386] Fetching keychainaccess
[4037/9193] Fetching keychainaccess, bigint
[8281/9727] Fetching keychainaccess, bigint, base58swift
[8527/39868] Fetching keychainaccess, bigint, base58swift, alamofire
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.53s)
Fetched https://github.com/keefertaylor/Base58Swift.git from cache (1.44s)
[7219/34948] Fetching bigint, alamofire
Fetched https://github.com/attaswift/BigInt.git from cache (1.63s)
[3617/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (5.29s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.15.0 (6.45s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (1.09s)
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.50s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.96s)
Computing version for https://github.com/konkab/AlamofireNetworkActivityLogger.git
Computed https://github.com/konkab/AlamofireNetworkActivityLogger.git at 3.4.0 (0.93s)
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.83s)
Computing version for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Computed https://github.com/SwiftyBeaver/SwiftyBeaver.git at 2.1.1 (0.63s)
Computing version for https://github.com/keefertaylor/Base58Swift.git
Computed https://github.com/keefertaylor/Base58Swift.git at 2.1.14 (0.72s)
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/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/SwiftyBeaver/SwiftyBeaver.git
Working copy of https://github.com/SwiftyBeaver/SwiftyBeaver.git resolved at 2.1.1
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
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
[6/21] Copying data-env-example.json
[7/21] Compiling CBlake2 blake2xb-ref.c
[8/21] Compiling CBlake2 blake2xs-ref.c
[9/21] Compiling CBlake2 blake2sp-ref.c
[10/21] Write swift-version-24593BA9C3E375BF.txt
[10/21] Write sources
[14/21] Compiling Utility.c
[15/21] Compiling CBlake2 blake2bp-ref.c
[16/21] Compiling CBlake2 blake2b-ref.c
[17/30] Compiling CBlake2 blake2s-ref.c
[18/95] Compiling precomputed_ecmult_gen.c
[19/95] Compiling secp256k1.c
[20/95] Compiling precomputed_ecmult.c
[22/132] Compiling secp256k1 ASN1Boolean.swift
[23/132] Compiling secp256k1 ASN1Identifier.swift
[24/132] Compiling secp256k1 ASN1Integer.swift
[25/134] Compiling secp256k1 ECDSASignature.swift
[26/134] Compiling secp256k1 PEMDocument.swift
[27/134] Compiling secp256k1 PKCS8PrivateKey.swift
[28/134] Compiling secp256k1 SEC1PrivateKey.swift
[29/134] Compiling secp256k1 SubjectPublicKeyInfo.swift
[30/134] Compiling secp256k1 Asymmetric.swift
[31/134] Compiling secp256k1 Combine.swift
[32/134] Compiling secp256k1 Context.swift
[33/134] Emitting module SwiftyBeaver
[34/134] Compiling Blake2 Blake2s.swift
[35/136] Emitting module BigInt
[36/136] Compiling secp256k1 ASN1Null.swift
[37/136] Compiling secp256k1 ASN1OctetString.swift
[38/136] Compiling secp256k1 ASN1Strings.swift
[39/136] Compiling secp256k1 ArraySliceBigint.swift
[40/136] Compiling secp256k1 GeneralizedTime.swift
[41/141] Compiling BigInt Words and Bits.swift
[42/141] Compiling secp256k1 Digest.swift
[43/141] Compiling secp256k1 ECDH.swift
[44/141] Compiling secp256k1 ECDSA.swift
[45/141] Compiling secp256k1 EdDSA.swift
[46/141] Compiling Blake2 Blake2bp.swift
[47/141] Compiling SwiftyBeaver FilterValidator.swift
[48/141] Compiling Blake2 Blake2sp.swift
[50/141] Compiling secp256k1 Errors.swift
[51/141] Compiling secp256k1 Exports.swift
[52/141] Compiling secp256k1 HashDigest.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[53/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
[54/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
[58/145] Compiling secp256k1 ASN1.swift
[59/145] Compiling secp256k1 ASN1Any.swift
[60/145] Compiling secp256k1 ASN1BitString.swift
[63/145] Compiling secp256k1 ObjectIdentifier.swift
[64/145] Emitting module Blake2
[65/145] Compiling SwiftyBeaver Extensions.swift
[66/145] Compiling Blake2 Blake2.swift
BUILD FAILURE 6.2 linux