Build Information
Failed to build Lisk, reference 1.0.0-beta13 (8d8528), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 15:28:39 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AndrewBarba/lisk-swift.git
Reference: 1.0.0-beta13
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/vzsg/ed25519.git
Fetching https://github.com/AndrewBarba/Bluebird.swift.git
[1/179] Fetching ed25519
[41/1228] Fetching ed25519, bluebird.swift
[810/14162] Fetching ed25519, bluebird.swift, cryptoswift
Fetched https://github.com/AndrewBarba/Bluebird.swift.git from cache (1.77s)
Fetched https://github.com/vzsg/ed25519.git from cache (1.77s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.77s)
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
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/AndrewBarba/lisk-swift.git
https://github.com/AndrewBarba/lisk-swift.git
{
"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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Updating https://github.com/vzsg/ed25519.git
Updated https://github.com/vzsg/ed25519.git (0.41s)
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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/vzsg/ed25519.git
Updated https://github.com/vzsg/ed25519.git (0.41s)
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 macosSpm