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 macOS (Xcode) using Xcode 26.0 on 17 Jun 2025 17:22:49 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Lisk-Package -destination platform=macOS,arch=arm64

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:         macosXcodebuild
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"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Lisk-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Lisk-Package -destination platform=macOS,arch=arm64
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'Lisk' in project 'Lisk'
        ➜ Explicit dependency on target 'Ed25519' in project 'Lisk'
        ➜ Explicit dependency on target 'CEd25519' in project 'Lisk'
    Target 'Ed25519' in project 'Lisk'
        ➜ Explicit dependency on target 'CEd25519' in project 'Lisk'
    Target 'CEd25519' in project 'Lisk' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: c5a4b824de424a94a291729f6b2097dc
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c5a4b824de424a94a291729f6b2097dc.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Lisk.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'CEd25519' from project 'Lisk')
/Users/admin/builder/spi-builder-workspace/Lisk.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'Ed25519' from project 'Lisk')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'Ed25519' from project 'Lisk')
/Users/admin/builder/spi-builder-workspace/Lisk.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'Lisk' from project 'Lisk')
** BUILD FAILED **
The following build commands failed:
	Building project Lisk with scheme Lisk-Package
(1 failure)
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"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Lisk-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Lisk-Package -destination platform=macOS,arch=arm64
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'Lisk' in project 'Lisk'
        ➜ Explicit dependency on target 'Ed25519' in project 'Lisk'
        ➜ Explicit dependency on target 'CEd25519' in project 'Lisk'
    Target 'Ed25519' in project 'Lisk'
        ➜ Explicit dependency on target 'CEd25519' in project 'Lisk'
    Target 'CEd25519' in project 'Lisk' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: c5a4b824de424a94a291729f6b2097dc
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c5a4b824de424a94a291729f6b2097dc.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Lisk.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'Lisk' from project 'Lisk')
/Users/admin/builder/spi-builder-workspace/Lisk.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'CEd25519' from project 'Lisk')
/Users/admin/builder/spi-builder-workspace/Lisk.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'Ed25519' from project 'Lisk')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'Ed25519' from project 'Lisk')
** BUILD FAILED **
The following build commands failed:
	Building project Lisk with scheme Lisk-Package
(1 failure)
BUILD FAILURE 6.2 macosXcodebuild