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 Solana with Swift 6.1 for watchOS using Xcode 16.3.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/crewshin/solana-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/crewshin/solana-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 61a53de Merge pull request #5 from crewshin/feature/get-identity
Cloned https://github.com/crewshin/solana-swift.git
Revision (git rev-parse @):
61a53dee2a371127bb1998a62a5ec9aa9c419acb
SUCCESS checkout https://github.com/crewshin/solana-swift.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/crewshin/solana-swift.git
https://github.com/crewshin/solana-swift.git
{
  "dependencies" : [
    {
      "identity" : "base58swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.14",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/keefertaylor/Base58Swift"
    },
    {
      "identity" : "ed25519swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/crewshin/ed25519swift"
    }
  ],
  "manifest_display_name" : "Solana",
  "name" : "Solana",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Solana",
      "targets" : [
        "Solana"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SolanaTests",
      "module_type" : "SwiftTarget",
      "name" : "SolanaTests",
      "path" : "Tests/SolanaTests",
      "sources" : [
        "SolanaTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Solana"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Solana",
      "module_type" : "SwiftTarget",
      "name" : "Solana",
      "path" : "Sources/Solana",
      "product_dependencies" : [
        "Base58Swift",
        "ed25519swift"
      ],
      "product_memberships" : [
        "Solana"
      ],
      "sources" : [
        "Extensions/Double+.swift",
        "Extensions/Int+.swift",
        "Extensions/JSON+.swift",
        "Extensions/String+.swift",
        "Models/Account.swift",
        "Models/Block.swift",
        "Models/Commitment.swift",
        "Models/Encoding.swift",
        "Models/Filter.swift",
        "Models/Hash.swift",
        "Models/Identity.swift",
        "Models/Instruction.swift",
        "Models/Requests and Responses/GetAccountInfo.swift",
        "Models/Requests and Responses/GetBalanace.swift",
        "Models/Requests and Responses/GetBlockCommitment.swift",
        "Models/Requests and Responses/GetBlockProduction.swift",
        "Models/Requests and Responses/GetBlockTime.swift",
        "Models/Requests and Responses/GetClusterNodes.swift",
        "Models/Requests and Responses/GetConfirmedBlock.swift",
        "Models/Requests and Responses/GetConfirmedBlocks.swift",
        "Models/Requests and Responses/GetConfirmedBlocksWithLimit.swift",
        "Models/Requests and Responses/GetConfirmedSignaturesForAddress.swift",
        "Models/Requests and Responses/GetConfirmedSignaturesForAddress2.swift",
        "Models/Requests and Responses/GetConfirmedTransaction.swift",
        "Models/Requests and Responses/GetEpochInfo.swift",
        "Models/Requests and Responses/GetEpochSchedule.swift",
        "Models/Requests and Responses/GetFeeCalculatorForBlockhash.swift",
        "Models/Requests and Responses/GetFeeRateGovernor.swift",
        "Models/Requests and Responses/GetFees.swift",
        "Models/Requests and Responses/RPCResponse.swift",
        "Models/Requests and Responses/SimulateTransaction.swift",
        "Models/RewardType.swift",
        "Models/RpcError.swift",
        "Models/SlotRange.swift",
        "Models/TokenBalance.swift",
        "Models/Transaction.swift",
        "Models/TransactionError.swift",
        "Models/WebSockets/ProgramSubscribe.swift",
        "Network.swift",
        "NetworkRequestType.swift",
        "Networking.swift",
        "Solana.swift",
        "SolanaErrors.swift",
        "SolanaSockets.swift",
        "WebSockets.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/krzyzanowskim/CryptoSwift.git
Fetching from https://github.com/attaswift/BigInt.git
Fetching from https://github.com/crewshin/ed25519swift
Fetching from https://github.com/keefertaylor/Base58Swift
Fetching from https://github.com/ZeeZide/CodeEditor.git
Fetching from https://github.com/raspu/Highlightr
Creating working copy of package ‘BigInt’
Checking out 5.2.1 of package ‘BigInt’
Creating working copy of package ‘Base58Swift’
Checking out 2.1.14 of package ‘Base58Swift’
Creating working copy of package ‘Highlightr’
Checking out 2.1.2 of package ‘Highlightr’
Creating working copy of package ‘CodeEditor’
Checking out 1.2.0 of package ‘CodeEditor’
Creating working copy of package ‘ed25519swift’
Checking out 1.2.6 of package ‘ed25519swift’
Creating working copy of package ‘CryptoSwift’
Checking out 1.3.8 of package ‘CryptoSwift’
Resolved source packages:
  CodeEditor: https://github.com/ZeeZide/CodeEditor.git @ 1.2.0
  Highlightr: https://github.com/raspu/Highlightr @ 2.1.2
  ed25519swift: https://github.com/crewshin/ed25519swift @ 1.2.6
  Base58Swift: https://github.com/keefertaylor/Base58Swift @ 2.1.14
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.3.8
  BigInt: https://github.com/attaswift/BigInt.git @ 5.2.1
resolved source packages: CodeEditor, Highlightr, ed25519swift, Base58Swift, CryptoSwift, BigInt
{
  "dependencies" : [
    {
      "identity" : "base58swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.14",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/keefertaylor/Base58Swift"
    },
    {
      "identity" : "ed25519swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/crewshin/ed25519swift"
    }
  ],
  "manifest_display_name" : "Solana",
  "name" : "Solana",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Solana",
      "targets" : [
        "Solana"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SolanaTests",
      "module_type" : "SwiftTarget",
      "name" : "SolanaTests",
      "path" : "Tests/SolanaTests",
      "sources" : [
        "SolanaTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Solana"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Solana",
      "module_type" : "SwiftTarget",
      "name" : "Solana",
      "path" : "Sources/Solana",
      "product_dependencies" : [
        "Base58Swift",
        "ed25519swift"
      ],
      "product_memberships" : [
        "Solana"
      ],
      "sources" : [
        "Extensions/Double+.swift",
        "Extensions/Int+.swift",
        "Extensions/JSON+.swift",
        "Extensions/String+.swift",
        "Models/Account.swift",
        "Models/Block.swift",
        "Models/Commitment.swift",
        "Models/Encoding.swift",
        "Models/Filter.swift",
        "Models/Hash.swift",
        "Models/Identity.swift",
        "Models/Instruction.swift",
        "Models/Requests and Responses/GetAccountInfo.swift",
        "Models/Requests and Responses/GetBalanace.swift",
        "Models/Requests and Responses/GetBlockCommitment.swift",
        "Models/Requests and Responses/GetBlockProduction.swift",
        "Models/Requests and Responses/GetBlockTime.swift",
        "Models/Requests and Responses/GetClusterNodes.swift",
        "Models/Requests and Responses/GetConfirmedBlock.swift",
        "Models/Requests and Responses/GetConfirmedBlocks.swift",
        "Models/Requests and Responses/GetConfirmedBlocksWithLimit.swift",
        "Models/Requests and Responses/GetConfirmedSignaturesForAddress.swift",
        "Models/Requests and Responses/GetConfirmedSignaturesForAddress2.swift",
        "Models/Requests and Responses/GetConfirmedTransaction.swift",
        "Models/Requests and Responses/GetEpochInfo.swift",
        "Models/Requests and Responses/GetEpochSchedule.swift",
        "Models/Requests and Responses/GetFeeCalculatorForBlockhash.swift",
        "Models/Requests and Responses/GetFeeRateGovernor.swift",
        "Models/Requests and Responses/GetFees.swift",
        "Models/Requests and Responses/RPCResponse.swift",
        "Models/Requests and Responses/SimulateTransaction.swift",
        "Models/RewardType.swift",
        "Models/RpcError.swift",
        "Models/SlotRange.swift",
        "Models/TokenBalance.swift",
        "Models/Transaction.swift",
        "Models/TransactionError.swift",
        "Models/WebSockets/ProgramSubscribe.swift",
        "Network.swift",
        "NetworkRequestType.swift",
        "Networking.swift",
        "Solana.swift",
        "SolanaErrors.swift",
        "SolanaSockets.swift",
        "WebSockets.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "SolanaDemoApp",
    "schemes" : [
      "SolanaDemoApp"
    ],
    "targets" : [
      "SolanaDemoApp"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SolanaDemoApp -destination generic/platform=watchOS 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 SolanaDemoApp -destination generic/platform=watchOS "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
Resolve Package Graph
Resolved source packages:
  CodeEditor: https://github.com/ZeeZide/CodeEditor.git @ 1.2.0
  Base58Swift: https://github.com/keefertaylor/Base58Swift @ 2.1.14
  Highlightr: https://github.com/raspu/Highlightr @ 2.1.2
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.3.8
  BigInt: https://github.com/attaswift/BigInt.git @ 5.2.1
  ed25519swift: https://github.com/crewshin/ed25519swift @ 1.2.6
2025-04-26 03:41:04.003 xcodebuild[875:4513] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-26-04_03-41-0004.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:watchOS }
	Available destinations for the "SolanaDemoApp" scheme:
		{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:5d73bf0a56eaa939f0e3d69638793efb36e9b399, name:My Mac }
		{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
		{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
		{ platform:visionOS Simulator, arch:arm64, variant:Designed for [iPad,iPhone], id:A47009C3-A5F9-43E0-AB83-50D1123445FF, OS:2.3, name:Apple Vision Pro }
		{ platform:visionOS Simulator, arch:arm64, variant:Designed for [iPad,iPhone], id:578395D4-5D1B-48B6-9213-FCF0ABFF9DC3, OS:2.4, name:Apple Vision Pro }
		{ platform:iOS Simulator, arch:arm64, id:76436B93-6F08-4C87-B885-B424838A33F2, OS:18.3.1, name:iPad (10th generation) }
		{ platform:iOS Simulator, arch:x86_64, id:76436B93-6F08-4C87-B885-B424838A33F2, OS:18.3.1, name:iPad (10th generation) }
		{ platform:iOS Simulator, arch:arm64, id:480F6223-168A-4D04-B9AD-9A7A7DD3794C, OS:18.3.1, name:iPad (A16) }
		{ platform:iOS Simulator, arch:x86_64, id:480F6223-168A-4D04-B9AD-9A7A7DD3794C, OS:18.3.1, name:iPad (A16) }
		{ platform:iOS Simulator, arch:arm64, id:65577802-469D-491B-B416-B68EEE0CFDE5, OS:18.4, name:iPad (A16) }
		{ platform:iOS Simulator, arch:x86_64, id:65577802-469D-491B-B416-B68EEE0CFDE5, OS:18.4, name:iPad (A16) }
		{ platform:iOS Simulator, arch:arm64, id:CB510D30-AEAA-431C-B367-55BDB201AD64, OS:18.3.1, name:iPad Air 11-inch (M2) }
		{ platform:iOS Simulator, arch:x86_64, id:CB510D30-AEAA-431C-B367-55BDB201AD64, OS:18.3.1, name:iPad Air 11-inch (M2) }
		{ platform:iOS Simulator, arch:arm64, id:B8768DBE-52AA-4F4B-88F1-5CDDF2C7BCC1, OS:18.3.1, name:iPad Air 11-inch (M3) }
		{ platform:iOS Simulator, arch:x86_64, id:B8768DBE-52AA-4F4B-88F1-5CDDF2C7BCC1, OS:18.3.1, name:iPad Air 11-inch (M3) }
		{ platform:iOS Simulator, arch:arm64, id:A6F20B15-C17E-44ED-A399-BA2009A3E35C, OS:18.4, name:iPad Air 11-inch (M3) }
		{ platform:iOS Simulator, arch:x86_64, id:A6F20B15-C17E-44ED-A399-BA2009A3E35C, OS:18.4, name:iPad Air 11-inch (M3) }
		{ platform:iOS Simulator, arch:arm64, id:BC978605-9CBB-45DF-9D63-1AF39A83A7A3, OS:18.3.1, name:iPad Air 13-inch (M2) }
		{ platform:iOS Simulator, arch:x86_64, id:BC978605-9CBB-45DF-9D63-1AF39A83A7A3, OS:18.3.1, name:iPad Air 13-inch (M2) }
		{ platform:iOS Simulator, arch:arm64, id:58A3DAF4-CAB8-4DF2-BAF3-5275F342B6C3, OS:18.3.1, name:iPad Air 13-inch (M3) }
		{ platform:iOS Simulator, arch:x86_64, id:58A3DAF4-CAB8-4DF2-BAF3-5275F342B6C3, OS:18.3.1, name:iPad Air 13-inch (M3) }
		{ platform:iOS Simulator, arch:arm64, id:A22BE7B8-0D01-4B35-B972-C33DBD81A8AF, OS:18.4, name:iPad Air 13-inch (M3) }
		{ platform:iOS Simulator, arch:x86_64, id:A22BE7B8-0D01-4B35-B972-C33DBD81A8AF, OS:18.4, name:iPad Air 13-inch (M3) }
		{ platform:iOS Simulator, arch:arm64, id:75319040-9078-4BE5-96EE-E24EAD5685B6, OS:18.3.1, name:iPad Pro 11-inch (M4) }
		{ platform:iOS Simulator, arch:x86_64, id:75319040-9078-4BE5-96EE-E24EAD5685B6, OS:18.3.1, name:iPad Pro 11-inch (M4) }
		{ platform:iOS Simulator, arch:arm64, id:5B979541-F896-462F-B552-68AE96C6FDDD, OS:18.4, name:iPad Pro 11-inch (M4) }
		{ platform:iOS Simulator, arch:x86_64, id:5B979541-F896-462F-B552-68AE96C6FDDD, OS:18.4, name:iPad Pro 11-inch (M4) }
		{ platform:iOS Simulator, arch:arm64, id:C40A12D4-2784-4D3F-9A25-802DADAA9E30, OS:18.3.1, name:iPad Pro 13-inch (M4) }
		{ platform:iOS Simulator, arch:x86_64, id:C40A12D4-2784-4D3F-9A25-802DADAA9E30, OS:18.3.1, name:iPad Pro 13-inch (M4) }
		{ platform:iOS Simulator, arch:arm64, id:FF48CA40-E673-4E17-86BD-CA31F55E9DCB, OS:18.4, name:iPad Pro 13-inch (M4) }
		{ platform:iOS Simulator, arch:x86_64, id:FF48CA40-E673-4E17-86BD-CA31F55E9DCB, OS:18.4, name:iPad Pro 13-inch (M4) }
		{ platform:iOS Simulator, arch:arm64, id:F6F069B4-9FC6-4E56-B56D-0B3B3CEA9A68, OS:18.3.1, name:iPad mini (A17 Pro) }
		{ platform:iOS Simulator, arch:x86_64, id:F6F069B4-9FC6-4E56-B56D-0B3B3CEA9A68, OS:18.3.1, name:iPad mini (A17 Pro) }
		{ platform:iOS Simulator, arch:arm64, id:79762936-10CE-4880-8CEA-FE5F6E38822F, OS:18.4, name:iPad mini (A17 Pro) }
		{ platform:iOS Simulator, arch:x86_64, id:79762936-10CE-4880-8CEA-FE5F6E38822F, OS:18.4, name:iPad mini (A17 Pro) }
		{ platform:iOS Simulator, arch:arm64, id:D3125B1C-C605-4AB9-B073-5452743AB463, OS:18.3.1, name:iPhone 16 }
		{ platform:iOS Simulator, arch:x86_64, id:D3125B1C-C605-4AB9-B073-5452743AB463, OS:18.3.1, name:iPhone 16 }
		{ platform:iOS Simulator, arch:arm64, id:7B72B9CF-FD1D-4EDE-AAEE-080EE7DCE315, OS:18.4, name:iPhone 16 }
		{ platform:iOS Simulator, arch:x86_64, id:7B72B9CF-FD1D-4EDE-AAEE-080EE7DCE315, OS:18.4, name:iPhone 16 }
		{ platform:iOS Simulator, arch:arm64, id:31BE0FD2-CB6A-4603-B0AA-E5F11095F5AE, OS:18.3.1, name:iPhone 16 Plus }
		{ platform:iOS Simulator, arch:x86_64, id:31BE0FD2-CB6A-4603-B0AA-E5F11095F5AE, OS:18.3.1, name:iPhone 16 Plus }
		{ platform:iOS Simulator, arch:arm64, id:5F121C18-3E0F-4EFB-9D12-CBF9382B46B1, OS:18.4, name:iPhone 16 Plus }
		{ platform:iOS Simulator, arch:x86_64, id:5F121C18-3E0F-4EFB-9D12-CBF9382B46B1, OS:18.4, name:iPhone 16 Plus }
		{ platform:iOS Simulator, arch:arm64, id:3F70F745-FEF2-4BDA-8C2F-23A862D1DBD7, OS:18.3.1, name:iPhone 16 Pro }
		{ platform:iOS Simulator, arch:x86_64, id:3F70F745-FEF2-4BDA-8C2F-23A862D1DBD7, OS:18.3.1, name:iPhone 16 Pro }
		{ platform:iOS Simulator, arch:arm64, id:FC618097-C824-4CBC-9083-2CFA6F7426ED, OS:18.4, name:iPhone 16 Pro }
		{ platform:iOS Simulator, arch:x86_64, id:FC618097-C824-4CBC-9083-2CFA6F7426ED, OS:18.4, name:iPhone 16 Pro }
		{ platform:iOS Simulator, arch:arm64, id:CF3A649E-685B-456C-A1BA-D8FF3DA2AC95, OS:18.3.1, name:iPhone 16 Pro Max }
		{ platform:iOS Simulator, arch:x86_64, id:CF3A649E-685B-456C-A1BA-D8FF3DA2AC95, OS:18.3.1, name:iPhone 16 Pro Max }
		{ platform:iOS Simulator, arch:arm64, id:7FEF5E2F-1FC9-452B-9E18-52AFDF9E1E7C, OS:18.4, name:iPhone 16 Pro Max }
		{ platform:iOS Simulator, arch:x86_64, id:7FEF5E2F-1FC9-452B-9E18-52AFDF9E1E7C, OS:18.4, name:iPhone 16 Pro Max }
		{ platform:iOS Simulator, arch:arm64, id:832715B1-B3F4-4967-9063-0FB3E4548632, OS:18.3.1, name:iPhone 16e }
		{ platform:iOS Simulator, arch:x86_64, id:832715B1-B3F4-4967-9063-0FB3E4548632, OS:18.3.1, name:iPhone 16e }
		{ platform:iOS Simulator, arch:arm64, id:0AF2E715-9680-488B-8D50-EA552D73E55A, OS:18.4, name:iPhone 16e }
		{ platform:iOS Simulator, arch:x86_64, id:0AF2E715-9680-488B-8D50-EA552D73E55A, OS:18.4, name:iPhone 16e }
		{ platform:iOS Simulator, arch:arm64, id:6ECC8606-D7C2-48C9-A557-230425CEA9FA, OS:18.3.1, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, arch:x86_64, id:6ECC8606-D7C2-48C9-A557-230425CEA9FA, OS:18.3.1, name:iPhone SE (3rd generation) }
INFRASTRUCTURE ERROR (status: destinationUnavailable