Build Information
Failed to build Solana with Swift 6.2 (beta) for watchOS using Xcode 26.0.
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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.2
Building package at path: $PWD
https://github.com/crewshin/solana-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
Resolve Package Graph
Fetching from https://github.com/raspu/Highlightr
Fetching from https://github.com/crewshin/ed25519swift
Fetching from https://github.com/attaswift/BigInt.git
Fetching from https://github.com/krzyzanowskim/CryptoSwift.git
Fetching from https://github.com/keefertaylor/Base58Swift
Fetching from https://github.com/ZeeZide/CodeEditor.git
Creating working copy of package ‘CodeEditor’
Checking out 1.2.0 of package ‘CodeEditor’
Creating working copy of package ‘Highlightr’
Checking out 2.1.2 of package ‘Highlightr’
Creating working copy of package ‘ed25519swift’
Checking out 1.2.6 of package ‘ed25519swift’
Creating working copy of package ‘Base58Swift’
Checking out 2.1.14 of package ‘Base58Swift’
Creating working copy of package ‘CryptoSwift’
Checking out 1.3.8 of package ‘CryptoSwift’
Creating working copy of package ‘BigInt’
Checking out 5.2.1 of package ‘BigInt’
Resolved source packages:
CodeEditor: https://github.com/ZeeZide/CodeEditor.git @ 1.2.0
BigInt: https://github.com/attaswift/BigInt.git @ 5.2.1
Base58Swift: https://github.com/keefertaylor/Base58Swift @ 2.1.14
ed25519swift: https://github.com/crewshin/ed25519swift @ 1.2.6
Highlightr: https://github.com/raspu/Highlightr @ 2.1.2
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.3.8
resolved source packages: CodeEditor, BigInt, Base58Swift, ed25519swift, Highlightr, CryptoSwift
{
"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-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SolanaDemoApp -destination generic/platform=watchOS
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 SolanaDemoApp -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
Highlightr: https://github.com/raspu/Highlightr @ 2.1.2
Base58Swift: https://github.com/keefertaylor/Base58Swift @ 2.1.14
BigInt: https://github.com/attaswift/BigInt.git @ 5.2.1
ed25519swift: https://github.com/crewshin/ed25519swift @ 1.2.6
CodeEditor: https://github.com/ZeeZide/CodeEditor.git @ 1.2.0
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.3.8
2025-06-18 15:52:01.471 xcodebuild[775:4292] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-18-06_15-52-0001.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:bc4a5531f8d587115a4e21f629f9ae95949655d3, 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:EFECA3E5-EBBC-4E1D-A125-60C784EFEA50, OS:26.0, name:Apple Vision Pro 4K }
{ platform:iOS Simulator, arch:arm64, id:47CB3090-4A7A-4BA9-865C-E774CB80CB09, OS:26.0, name:iPad (A16) }
{ platform:iOS Simulator, arch:x86_64, id:47CB3090-4A7A-4BA9-865C-E774CB80CB09, OS:26.0, name:iPad (A16) }
{ platform:iOS Simulator, arch:arm64, id:6C579DFE-7828-4DBD-BD48-410887D06893, OS:26.0, name:iPad Air 11-inch (M3) }
{ platform:iOS Simulator, arch:x86_64, id:6C579DFE-7828-4DBD-BD48-410887D06893, OS:26.0, name:iPad Air 11-inch (M3) }
{ platform:iOS Simulator, arch:arm64, id:AD038BAF-21F2-47D8-8D06-3CCDB2E46003, OS:26.0, name:iPad Air 13-inch (M3) }
{ platform:iOS Simulator, arch:x86_64, id:AD038BAF-21F2-47D8-8D06-3CCDB2E46003, OS:26.0, name:iPad Air 13-inch (M3) }
{ platform:iOS Simulator, arch:arm64, id:D954F7DE-D2F1-45A9-A5AD-468ED1E09E9C, OS:26.0, name:iPad Pro 11-inch (M4) }
{ platform:iOS Simulator, arch:x86_64, id:D954F7DE-D2F1-45A9-A5AD-468ED1E09E9C, OS:26.0, name:iPad Pro 11-inch (M4) }
{ platform:iOS Simulator, arch:arm64, id:90E811AF-0D27-406F-9D62-A086722898B9, OS:26.0, name:iPad Pro 13-inch (M4) }
{ platform:iOS Simulator, arch:x86_64, id:90E811AF-0D27-406F-9D62-A086722898B9, OS:26.0, name:iPad Pro 13-inch (M4) }
{ platform:iOS Simulator, arch:arm64, id:AC7215AF-9A15-4CD9-9EBB-254006B2477F, OS:26.0, name:iPad mini (A17 Pro) }
{ platform:iOS Simulator, arch:x86_64, id:AC7215AF-9A15-4CD9-9EBB-254006B2477F, OS:26.0, name:iPad mini (A17 Pro) }
{ platform:iOS Simulator, arch:arm64, id:2EE34D1F-8701-4887-A1BB-5304E84F5E8A, OS:26.0, name:iPhone 16 }
{ platform:iOS Simulator, arch:x86_64, id:2EE34D1F-8701-4887-A1BB-5304E84F5E8A, OS:26.0, name:iPhone 16 }
{ platform:iOS Simulator, arch:arm64, id:5A94F69F-39F1-4D54-BDDE-4BD094DC8EAB, OS:26.0, name:iPhone 16 Plus }
{ platform:iOS Simulator, arch:x86_64, id:5A94F69F-39F1-4D54-BDDE-4BD094DC8EAB, OS:26.0, name:iPhone 16 Plus }
{ platform:iOS Simulator, arch:arm64, id:0564477C-84AD-4EFA-A3A0-C92E288A2BE9, OS:26.0, name:iPhone 16 Pro }
{ platform:iOS Simulator, arch:x86_64, id:0564477C-84AD-4EFA-A3A0-C92E288A2BE9, OS:26.0, name:iPhone 16 Pro }
{ platform:iOS Simulator, arch:arm64, id:95106813-3A4A-468A-99A5-A92A44C22B4B, OS:26.0, name:iPhone 16 Pro Max }
{ platform:iOS Simulator, arch:x86_64, id:95106813-3A4A-468A-99A5-A92A44C22B4B, OS:26.0, name:iPhone 16 Pro Max }
{ platform:iOS Simulator, arch:arm64, id:FA8B8B74-3A18-4F6B-BEE3-60145FDAF81B, OS:26.0, name:iPhone 16e }
{ platform:iOS Simulator, arch:x86_64, id:FA8B8B74-3A18-4F6B-BEE3-60145FDAF81B, OS:26.0, name:iPhone 16e }
INFRASTRUCTURE ERROR (status: destinationUnavailable