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 Lisk, reference master (8d8528), with Swift 6.2 for visionOS using Xcode 26.0 on 17 Jun 2025 17:25:50 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AndrewBarba/lisk-swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AndrewBarba/lisk-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/AndrewBarba/lisk-swift.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "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"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Lisk",
    "schemes" : [
      "Ed25519PackageDescription",
      "Lisk-Package",
      "LiskPackageDescription",
      "LiskPackageTests"
    ],
    "targets" : [
      "LiskPackageDescription",
      "Ed25519PackageDescription",
      "LiskTests",
      "Lisk",
      "Ed25519",
      "CEd25519",
      "LiskPackageTests"
    ]
  }
}
2025-06-17 10:25:49.168 xcodebuild[571:3336] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-17-06_10-25-0049.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies 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.
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/vzsg/ed25519.git
Resolved source packages:
  spi-builder-workspace: (null)
2025-06-17 10:25:50.579 xcodebuild[610:3535] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-17-06_10-25-0050.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies 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.2 visionOS