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.1 for tvOS using Xcode 16.3 on 24 Apr 2025 15:28:56 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Lisk-Package -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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:         tvOS
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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.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-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Lisk-Package -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.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 generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 26bcc5729945e96644003f7bb527ffb9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/26bcc5729945e96644003f7bb527ffb9.xcbuilddata
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)
Command line invocation:
    /Applications/Xcode-16.3.0.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-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Lisk-Package -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.3.0.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 generic/platform=tvOS
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 835881f1d2abd21ed155cc35f4a7a0a8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/835881f1d2abd21ed155cc35f4a7a0a8.xcbuilddata
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.1 tvOS