Build Information
Failed to build SubVTData, reference main (04c8c6
), with Swift 6.1 for Linux on 30 Apr 2025 00:20:29 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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
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.1
Building package at path: $PWD
https://github.com/helikon-labs/subvt-data-swift.git
https://github.com/helikon-labs/subvt-data-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "5.8.1",
"upper_bound" : "5.9.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
},
{
"identity" : "alamofirenetworkactivitylogger",
"requirement" : {
"range" : [
{
"lower_bound" : "3.4.0",
"upper_bound" : "3.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/konkab/AlamofireNetworkActivityLogger.git"
},
{
"identity" : "base58swift",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.7",
"upper_bound" : "2.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/keefertaylor/Base58Swift.git"
},
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.3.0",
"upper_bound" : "5.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
},
{
"identity" : "blake2.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "0.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tesseract-one/Blake2.swift.git"
},
{
"identity" : "keychainaccess",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.2",
"upper_bound" : "4.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
},
{
"identity" : "secp256k1.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.0",
"upper_bound" : "0.16.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/GigaBitcoin/secp256k1.swift.git"
},
{
"identity" : "swiftybeaver",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyBeaver/SwiftyBeaver.git"
}
],
"manifest_display_name" : "SubVTData",
"name" : "SubVTData",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SubVTData",
"targets" : [
"SubVTData"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SubVTDataTests",
"module_type" : "SwiftTarget",
"name" : "SubVTDataTests",
"path" : "Tests/SubVTDataTests",
"sources" : [
"AppServiceTests.swift",
"BaseTest.swift",
"ModelTests.swift",
"NetworkStatusServiceTests.swift",
"ReportServiceTests.swift",
"SS58Tests.swift",
"ValidatorDetailsServiceTests.swift",
"ValidatorListServiceTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SubVTData"
],
"type" : "test"
},
{
"c99name" : "SubVTData",
"module_type" : "SwiftTarget",
"name" : "SubVTData",
"path" : "Sources/SubVTData",
"product_dependencies" : [
"Alamofire",
"AlamofireNetworkActivityLogger",
"Base58Swift",
"Blake2",
"BigInt",
"KeychainAccess",
"secp256k1",
"SwiftyBeaver"
],
"product_memberships" : [
"SubVTData"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SubVTData/Resources/data-env-example.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Extensions/Color.swift",
"Extensions/StringProtocol.swift",
"Identicon/Identicon.swift",
"Identicon/IdenticonScheme.swift",
"Model/API/APIError.swift",
"Model/API/RPC.swift",
"Model/App/Network.swift",
"Model/App/NetworkStatus.swift",
"Model/App/NotificationChannel.swift",
"Model/App/NotificationParamType.swift",
"Model/App/NotificationPeriodType.swift",
"Model/App/NotificationType.swift",
"Model/App/ParaVotesSummary.swift",
"Model/App/User.swift",
"Model/App/UserNotificationChannel.swift",
"Model/App/UserNotificationRule.swift",
"Model/App/UserValidator.swift",
"Model/App/ValidatorDetails.swift",
"Model/App/ValidatorSearchSummary.swift",
"Model/App/ValidatorSummary.swift",
"Model/OneKV/OneKVNominatorSummary.swift",
"Model/Report/EraReport.swift",
"Model/Report/EraValidatorReport.swift",
"Model/Report/MonthlyIncomeReport.swift",
"Model/Report/SessionValidatorReport.swift",
"Model/Report/ValidatorDetailsReport.swift",
"Model/Report/ValidatorEraPayoutReport.swift",
"Model/Report/ValidatorEraRewardReport.swift",
"Model/Report/ValidatorListReport.swift",
"Model/Report/ValidatorSummaryReport.swift",
"Model/Substrate/Account.swift",
"Model/Substrate/AccountId.swift",
"Model/Substrate/Balance.swift",
"Model/Substrate/BlockSummary.swift",
"Model/Substrate/Epoch.swift",
"Model/Substrate/Era.swift",
"Model/Substrate/HeartbeatEvent.swift",
"Model/Substrate/IdentityRegistration.swift",
"Model/Substrate/Nomination.swift",
"Model/Substrate/NominatorStake.swift",
"Model/Substrate/ParaCoreAssigment.swift",
"Model/Substrate/RewardDestination.swift",
"Model/Substrate/Stake.swift",
"Model/Substrate/ValidatorPreferences.swift",
"Model/Substrate/ValidatorStake.swift",
"Service/REST/AppService.swift",
"Service/REST/Auth/AuthInterceptor.swift",
"Service/REST/Auth/AuthStorage.swift",
"Service/REST/Base/BaseRESTService.swift",
"Service/REST/ReportService.swift",
"Service/SubVTData.swift",
"Service/WSPRC/NetworkStatusService.swift",
"Service/WSPRC/RPCSubscriptionService.swift",
"Service/WSPRC/ValidatorDetailsService.swift",
"Service/WSPRC/ValidatorListService.swift",
"Util/Logging.swift",
"Util/Settings.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
warning: 'spi-builder-workspace': Invalid Resource 'Resources/data-env.json': File not found.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/keefertaylor/Base58Swift.git
Fetching https://github.com/SwiftyBeaver/SwiftyBeaver.git
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
Fetching https://github.com/tesseract-one/Blake2.swift.git
[1/4771] Fetching bigint
[97/5305] Fetching bigint, base58swift
[1299/9691] Fetching bigint, base58swift, keychainaccess
[1523/14438] Fetching bigint, base58swift, keychainaccess, secp256k1.swift
[4091/14579] Fetching bigint, base58swift, keychainaccess, secp256k1.swift, blake2.swift
[5349/18631] Fetching bigint, base58swift, keychainaccess, secp256k1.swift, blake2.swift, swiftybeaver
Fetched https://github.com/tesseract-one/Blake2.swift.git from cache (0.49s)
Fetching https://github.com/konkab/AlamofireNetworkActivityLogger.git
Fetched https://github.com/attaswift/BigInt.git from cache (0.50s)
Fetching https://github.com/Alamofire/Alamofire.git
Fetched https://github.com/keefertaylor/Base58Swift.git from cache (0.55s)
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (0.55s)
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (0.55s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (0.56s)
[1/320] Fetching alamofirenetworkactivitylogger
Fetched https://github.com/konkab/AlamofireNetworkActivityLogger.git from cache (0.25s)
[1/30137] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.39s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.15.0 (3.32s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (0.46s)
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.46s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.45s)
Computing version for https://github.com/konkab/AlamofireNetworkActivityLogger.git
Computed https://github.com/konkab/AlamofireNetworkActivityLogger.git at 3.4.0 (0.47s)
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
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
31 | .tvOS(.v11),
32 | .watchOS(.v4)],
/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
31 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
32 | .watchOS(.v4)],
33 | products: [.library(name: "Alamofire",
Computed https://github.com/Alamofire/Alamofire.git at 5.8.1 (0.43s)
Computing version for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Computed https://github.com/SwiftyBeaver/SwiftyBeaver.git at 2.1.1 (0.46s)
Computing version for https://github.com/keefertaylor/Base58Swift.git
Computed https://github.com/keefertaylor/Base58Swift.git at 2.1.14 (0.46s)
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
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/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/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
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
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
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
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
31 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
32 | .watchOS(.v4)],
33 | products: [.library(name: "Alamofire",
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 blake2xs-ref.c
[6/21] Compiling CBlake2 blake2xb-ref.c
[7/21] Compiling CBlake2 blake2sp-ref.c
[8/21] Compiling Utility.c
[9/21] Write sources
[14/21] Compiling CBlake2 blake2bp-ref.c
[15/21] Compiling CBlake2 blake2s-ref.c
[16/21] Compiling CBlake2 blake2b-ref.c
[17/21] Compiling precomputed_ecmult_gen.c
[17/21] Write swift-version-24593BA9C3E375BF.txt
[19/21] Compiling secp256k1.c
[21/95] Emitting module Blake2
[21/96] Compiling precomputed_ecmult.c
[23/133] Emitting module secp256k1
[24/138] Compiling secp256k1 ASN1.swift
[25/138] Compiling secp256k1 ASN1Any.swift
[26/138] Compiling secp256k1 ASN1BitString.swift
[27/138] Emitting module BigInt
[28/140] Compiling secp256k1 Combine.swift
[29/140] Compiling secp256k1 Context.swift
[30/140] Compiling secp256k1 GeneralizedTime.swift
[31/140] Compiling secp256k1 SubjectPublicKeyInfo.swift
[32/140] Compiling secp256k1 Asymmetric.swift
[33/140] Compiling secp256k1 PKCS8PrivateKey.swift
[34/140] Compiling secp256k1 SEC1PrivateKey.swift
[35/140] Compiling secp256k1 ASN1Null.swift
[36/140] Compiling secp256k1 ASN1OctetString.swift
[37/140] Compiling secp256k1 ASN1Strings.swift
[38/140] Compiling secp256k1 ArraySliceBigint.swift
[39/140] Compiling BigInt Subtraction.swift
[40/140] Compiling BigInt Words and Bits.swift
[41/140] Compiling secp256k1 ASN1Boolean.swift
[42/140] Compiling secp256k1 ASN1Identifier.swift
[43/140] Compiling secp256k1 ASN1Integer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/140] 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
[45/140] 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
[46/140] Compiling secp256k1 ObjectIdentifier.swift
[47/140] Compiling secp256k1 ECDSASignature.swift
[48/140] Compiling secp256k1 PEMDocument.swift
[51/140] Compiling Blake2 Blake2xb.swift
[52/140] Compiling Blake2 DataPtr.swift
[55/141] Compiling Blake2 Blake2sp.swift
[61/145] Compiling SwiftyBeaver GoogleCloudDestination.swift
[62/145] Compiling SwiftyBeaver FilterValidator.swift
[63/145] Compiling secp256k1 PrettyBytes.swift
[64/145] Compiling secp256k1 RNG_boring.swift
[65/145] Compiling secp256k1 Recovery.swift
[66/145] Compiling secp256k1 SHA256.swift
[67/145] Compiling secp256k1 Errors.swift
[68/145] Compiling secp256k1 Exports.swift
[69/145] Compiling secp256k1 HashDigest.swift
[74/145] Compiling Alamofire URLEncodedFormEncoder.swift
[75/145] Compiling Alamofire URLRequest+Alamofire.swift
[76/145] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[96/145] Compiling Blake2 Blake2xs.swift
[97/145] Compiling Blake2 Blake2s.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
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
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
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
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
31 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
32 | .watchOS(.v4)],
33 | products: [.library(name: "Alamofire",
warning: 'spi-builder-workspace': Invalid Resource 'Resources/data-env.json': File not found.
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/112] Emitting module Blake2
[3/113] Compiling Blake2 Blake2b.swift
[4/113] Compiling Blake2 Blake2.swift
[5/113] Compiling Blake2 Blake2xs.swift
[6/113] Compiling Blake2 Blake2bp.swift
[7/113] Compiling Blake2 Blake2xb.swift
[8/113] Compiling Blake2 DataPtr.swift
[9/113] Compiling Blake2 Blake2s.swift
[10/113] Compiling Blake2 Blake2sp.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/114] 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
[12/114] 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
[13/114] Emitting module SwiftyBeaver
[15/115] Compiling SwiftyBeaver GoogleCloudDestination.swift
[16/115] Compiling SwiftyBeaver ConsoleDestination.swift
BUILD FAILURE 6.1 linux