The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SubVTData, reference 0.21.0 (04c8c6), with Swift 6.2 (beta) for Linux on 22 Jun 2025 14:06:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 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.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-0":/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/tesseract-one/Blake2.swift.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
[1/4913] Fetching secp256k1.swift
[886/9720] Fetching secp256k1.swift, bigint
[1082/9861] Fetching secp256k1.swift, bigint, blake2.swift
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
Fetching https://github.com/keefertaylor/Base58Swift.git
Fetching https://github.com/SwiftyBeaver/SwiftyBeaver.git
Fetched https://github.com/tesseract-one/Blake2.swift.git from cache (0.83s)
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (0.84s)
Fetching https://github.com/Alamofire/Alamofire.git
Fetched https://github.com/attaswift/BigInt.git from cache (0.88s)
[1/4386] Fetching keychainaccess
[89/8443] Fetching keychainaccess, swiftybeaver
[1119/8977] Fetching keychainaccess, swiftybeaver, base58swift
[6125/39118] Fetching keychainaccess, swiftybeaver, base58swift, alamofire
Fetching https://github.com/konkab/AlamofireNetworkActivityLogger.git
Fetched https://github.com/keefertaylor/Base58Swift.git from cache (0.80s)
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (0.81s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (0.82s)
[4220/30141] Fetching alamofire
[4824/30461] Fetching alamofire, alamofirenetworkactivitylogger
Fetched https://github.com/konkab/AlamofireNetworkActivityLogger.git from cache (0.28s)
[6029/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (3.01s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.15.0 (4.32s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (0.44s)
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.56s)
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 (1.18s)
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 (1.09s)
Computing version for https://github.com/keefertaylor/Base58Swift.git
Computed https://github.com/keefertaylor/Base58Swift.git at 2.1.14 (0.54s)
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/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/keefertaylor/Base58Swift.git
Working copy of https://github.com/keefertaylor/Base58Swift.git resolved at 2.1.14
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
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
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
[0/21] Copying data-env-example.json
[0/21] Write sources
[5/21] Compiling CBlake2 blake2xb-ref.c
[6/21] Compiling CBlake2 blake2xs-ref.c
[6/21] Compiling CBlake2 blake2sp-ref.c
[8/21] Compiling Utility.c
[8/21] Write sources
[14/21] Compiling CBlake2 blake2b-ref.c
[14/21] Compiling CBlake2 blake2bp-ref.c
[16/21] Compiling CBlake2 blake2s-ref.c
[17/21] Compiling precomputed_ecmult_gen.c
[18/21] Write swift-version-24593BA9C3E375BF.txt
[19/21] Compiling secp256k1.c
[20/95] Compiling precomputed_ecmult.c
[22/132] Emitting module Alamofire
[23/136] Compiling secp256k1 ArraySliceBigint.swift
[24/136] Compiling secp256k1 GeneralizedTime.swift
[25/136] Compiling secp256k1 ObjectIdentifier.swift
[26/138] Compiling secp256k1 ECDSASignature.swift
[27/138] Compiling secp256k1 PEMDocument.swift
[28/138] Compiling secp256k1 PKCS8PrivateKey.swift
[29/138] Compiling secp256k1 Combine.swift
[30/138] Compiling secp256k1 Context.swift
[31/138] Compiling secp256k1 SEC1PrivateKey.swift
[32/138] Compiling secp256k1 SubjectPublicKeyInfo.swift
[33/138] Compiling secp256k1 Asymmetric.swift
[34/138] Emitting module BigInt
[35/138] Compiling BigInt Subtraction.swift
[36/138] Compiling BigInt Words and Bits.swift
[37/138] Compiling Blake2 Blake2xs.swift
[38/139] Compiling Alamofire URLEncodedFormEncoder.swift
[39/139] Compiling Alamofire URLRequest+Alamofire.swift
[40/139] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[41/139] Compiling Alamofire Validation.swift
[42/139] Compiling Blake2 Blake2s.swift
[43/139] Compiling secp256k1 ASN1Null.swift
[44/139] Compiling secp256k1 ASN1OctetString.swift
[45/139] Compiling secp256k1 ASN1Strings.swift
[46/139] Compiling SwiftyBeaver Filter.swift
[47/139] Compiling SwiftyBeaver FileDestination.swift
[48/140] Compiling Blake2 DataPtr.swift
[49/140] Compiling secp256k1 EdDSA.swift
[50/140] Compiling secp256k1 Errors.swift
[51/140] Compiling secp256k1 Exports.swift
[52/140] Compiling secp256k1 HashDigest.swift
[53/140] Compiling SwiftyBeaver Extensions.swift
[54/140] Compiling secp256k1 PrettyBytes.swift
[55/140] Compiling secp256k1 RNG_boring.swift
[56/140] Compiling secp256k1 Recovery.swift
[57/140] Compiling secp256k1 SHA256.swift
[58/140] Compiling secp256k1 ASN1.swift
[59/140] Compiling secp256k1 ASN1Any.swift
[60/140] Compiling secp256k1 ASN1BitString.swift
[61/140] Compiling secp256k1 ASN1Boolean.swift
[62/140] Compiling secp256k1 ASN1Identifier.swift
[63/140] Compiling secp256k1 ASN1Integer.swift
[65/141] Compiling secp256k1 Digest.swift
[66/141] Compiling secp256k1 ECDH.swift
[67/141] Compiling secp256k1 ECDSA.swift
[69/146] Compiling Blake2 Blake2bp.swift
[70/146] Compiling Blake2 Blake2b.swift
[72/146] Emitting module Blake2
[77/146] Compiling Blake2 Blake2.swift
[78/146] Compiling SwiftyBeaver FilterValidator.swift
[79/146] Compiling SwiftyBeaver GoogleCloudDestination.swift
[91/146] Emitting module secp256k1
[98/146] Compiling Blake2 Blake2sp.swift
[99/146] Compiling Blake2 Blake2xb.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[100/147] 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
[101/147] 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
[104/147] Emitting module SwiftyBeaver
[105/147] Compiling SwiftyBeaver ConsoleDestination.swift
BUILD FAILURE 6.2 linux