Build Information
Failed to build Lisk, reference 1.0.0-beta13 (8d8528), with Swift 6.1 for Wasm on 27 May 2025 09:05:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AndrewBarba/lisk-swift.git
Reference: 1.0.0-beta13
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/AndrewBarba/lisk-swift
* tag 1.0.0-beta13 -> FETCH_HEAD
HEAD is now at 8d85285 call completion handlers on the main thread
Cloned https://github.com/AndrewBarba/lisk-swift.git
Revision (git rev-parse @):
8d852859cc746641323eb7514bcba333ca99b6df
SUCCESS checkout https://github.com/AndrewBarba/lisk-swift.git at 1.0.0-beta13
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/AndrewBarba/lisk-swift.git
https://github.com/AndrewBarba/lisk-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "ed25519",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vzsg/ed25519.git"
}
],
"manifest_display_name" : "Lisk",
"name" : "Lisk",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Lisk",
"targets" : [
"Lisk"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4"
],
"targets" : [
{
"c99name" : "LiskTests",
"module_type" : "SwiftTarget",
"name" : "LiskTests",
"path" : "Tests",
"sources" : [
"API/Accounts/AccountsAccountTests.swift",
"API/Accounts/AccountsBalanceTests.swift",
"API/Accounts/AccountsOpenTests.swift",
"API/Accounts/AccountsPublicKeyTests.swift",
"API/Blocks/BlocksGetTests.swift",
"API/Blocks/BlocksListTests.swift",
"API/Blocks/BlocksMiscTests.swift",
"API/Delegates/DelegatesCountTests.swift",
"API/Delegates/DelegatesGetTests.swift",
"API/Delegates/DelegatesListTests.swift",
"API/Delegates/DelegatesVotesTests.swift",
"API/Loader/LoaderStatusPingTests.swift",
"API/Loader/LoaderStatusSyncTests.swift",
"API/Loader/LoaderStatusTests.swift",
"API/Peers/PeersGetTests.swift",
"API/Peers/PeersListTests.swift",
"API/Peers/PeersVersionTests.swift",
"API/Signatures/SignaturesFeeTests.swift",
"API/Signatures/SignaturesRegisterTests.swift",
"API/Transactions/TransactionsGetTests.swift",
"API/Transactions/TransactionsListTest.swift",
"API/Transactions/TransactionsSigningTest.swift",
"API/Transactions/TransactionsTransferTests.swift",
"Crypto/MnemonicPassphraseTests.swift",
"LiskTestCase.swift"
],
"target_dependencies" : [
"Lisk"
],
"type" : "test"
},
{
"c99name" : "Lisk",
"module_type" : "SwiftTarget",
"name" : "Lisk",
"path" : "Sources",
"product_dependencies" : [
"Ed25519"
],
"product_memberships" : [
"Lisk"
],
"sources" : [
"API/Accounts/Accounts.swift",
"API/Accounts/Models/AccountModel.swift",
"API/Accounts/Responses/AccountBalanceResponse.swift",
"API/Accounts/Responses/AccountPublicKeyResponse.swift",
"API/Accounts/Responses/AccountResponse.swift",
"API/Blocks/Blocks.swift",
"API/Blocks/Models/BlockModel.swift",
"API/Blocks/Models/FeesModel.swift",
"API/Blocks/Responses/BlockFeeResponse.swift",
"API/Blocks/Responses/BlockFeesResponse.swift",
"API/Blocks/Responses/BlockHeightResponse.swift",
"API/Blocks/Responses/BlockMilestoneResponse.swift",
"API/Blocks/Responses/BlockNethashResponse.swift",
"API/Blocks/Responses/BlockResponse.swift",
"API/Blocks/Responses/BlockRewardResponse.swift",
"API/Blocks/Responses/BlockStatusResponse.swift",
"API/Blocks/Responses/BlockSupplyResponse.swift",
"API/Delegates/Delegates.swift",
"API/Delegates/Models/DelegateModel.swift",
"API/Delegates/Models/VoterModel.swift",
"API/Delegates/Responses/DelegateCountResponse.swift",
"API/Delegates/Responses/DelegateResponse.swift",
"API/Delegates/Responses/DelegateVotersResponse.swift",
"API/Loader/Loader.swift",
"API/Loader/Responses/LoaderStatusPingResponse.swift",
"API/Loader/Responses/LoaderStatusResponse.swift",
"API/Loader/Responses/LoaderStatusSyncResponse.swift",
"API/Peers/Models/PeerModel.swift",
"API/Peers/Peers.swift",
"API/Peers/Responses/PeerResponse.swift",
"API/Peers/Responses/PeerVersionResponse.swift",
"API/Signatures/Responses/SignatureFeeResponse.swift",
"API/Signatures/Signatures.swift",
"API/Transactions/LocalTransaction.swift",
"API/Transactions/Models/TransactionModel.swift",
"API/Transactions/Responses/TransactionBroadcastResponse.swift",
"API/Transactions/Responses/TransactionResponse.swift",
"API/Transactions/Transactions.swift",
"Constants.swift",
"Core/APIClient.swift",
"Core/APIModel.swift",
"Core/APINethash.swift",
"Core/APINode.swift",
"Core/APIOptions.swift",
"Core/APIResponse.swift",
"Core/APIResponseError.swift",
"Core/APIService.swift",
"Crypto/BytePacker.swift",
"Crypto/Crypto.swift",
"Crypto/MnemonicPassphrase.swift",
"Crypto/Random.swift",
"Crypto/SHA256.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/vzsg/ed25519.git
[1/179] Fetching ed25519
Fetched https://github.com/vzsg/ed25519.git from cache (1.19s)
Computing version for https://github.com/vzsg/ed25519.git
error: Dependencies could not be resolved because 'ed25519' contains incompatible tools version (3.1.0) and root depends on 'ed25519' 0.2.0..<1.0.0.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Updating https://github.com/vzsg/ed25519.git
Updated https://github.com/vzsg/ed25519.git (0.15s)
Computing version for https://github.com/vzsg/ed25519.git
error: Dependencies could not be resolved because 'ed25519' contains incompatible tools version (3.1.0) and root depends on 'ed25519' 0.2.0..<1.0.0.
BUILD FAILURE 6.1 wasm