Build Information
Failed to build Leash with Swift 6.2 for visionOS using Xcode 26.3.
Build Command
Build command unavailableBuild Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LucianoPolit/Leash.git
Reference: 3.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LucianoPolit/Leash
* tag 3.2.0 -> FETCH_HEAD
HEAD is now at 1fcd9e5 New release
Cloned https://github.com/LucianoPolit/Leash.git
Revision (git rev-parse @):
1fcd9e5c424722cd0d86ff7c3d1761eacc7607ed
SUCCESS checkout https://github.com/LucianoPolit/Leash.git at 3.2.0
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/LucianoPolit/Leash.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" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
},
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
},
{
"identity" : "ohhttpstubs",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.0",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AliSoftware/OHHTTPStubs"
}
],
"manifest_display_name" : "Leash",
"name" : "Leash",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
}
],
"products" : [
{
"name" : "Leash",
"targets" : [
"Leash"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LeashInterceptors",
"targets" : [
"LeashInterceptors"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RxLeash",
"targets" : [
"RxLeash"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RxLeash",
"module_type" : "SwiftTarget",
"name" : "RxLeash",
"path" : "Source/RxSwift",
"product_dependencies" : [
"RxSwift"
],
"product_memberships" : [
"RxLeash"
],
"sources" : [
"Rx+Alamofire+Leash.swift",
"Rx+Client.swift",
"Rx+Response.swift"
],
"target_dependencies" : [
"Leash"
],
"type" : "library"
},
{
"c99name" : "LeashTests",
"module_type" : "SwiftTarget",
"name" : "LeashTests",
"path" : "Tests",
"product_dependencies" : [
"OHHTTPStubsSwift"
],
"sources" : [
"Alamofire+Leash+Tests.swift",
"ClientTests.swift",
"InterceptorChainTests.swift",
"Interceptors/BodyValidatorTests.swift",
"Interceptors/CacheControllerTests.swift",
"Interceptors/LoggerInterceptorTests.swift",
"InterceptorsExecutorTests.swift",
"ManagerTests.swift",
"Mocks/MockCompletionInterceptor.swift",
"Mocks/MockExecutionInterceptor.swift",
"Mocks/MockFailureInterceptor.swift",
"Mocks/MockSerializationInterceptor.swift",
"Mocks/MockSuccessInterceptor.swift",
"ResponseTests.swift",
"RxSwift/Rx+Alamofire+Leash+Tests.swift",
"RxSwift/Rx+Client+Tests.swift",
"RxSwift/Rx+Response+Tests.swift",
"Utils/Authenticator.swift",
"Utils/BaseTestCase.swift",
"Utils/Endpoint.swift",
"Utils/Entity.swift"
],
"target_dependencies" : [
"Leash",
"LeashInterceptors",
"RxLeash"
],
"type" : "test"
},
{
"c99name" : "LeashInterceptors",
"module_type" : "SwiftTarget",
"name" : "LeashInterceptors",
"path" : "Source/Interceptors",
"product_memberships" : [
"LeashInterceptors"
],
"sources" : [
"BodyValidator.swift",
"CacheInterceptor.swift",
"CachePolicy.swift",
"LoggerInterceptor.swift"
],
"target_dependencies" : [
"Leash"
],
"type" : "library"
},
{
"c99name" : "Leash",
"module_type" : "SwiftTarget",
"name" : "Leash",
"path" : "Source/Core",
"product_dependencies" : [
"Alamofire"
],
"product_memberships" : [
"Leash",
"LeashInterceptors",
"RxLeash"
],
"sources" : [
"Alamofire+Leash.swift",
"Authenticator.swift",
"Client.swift",
"Endpoint.swift",
"Error.swift",
"Interceptors/CompletionInterceptor.swift",
"Interceptors/ExecutionInterceptor.swift",
"Interceptors/FailureInterceptor.swift",
"Interceptors/Interceptor.swift",
"Interceptors/InterceptorChain.swift",
"Interceptors/InterceptorsExecutor.swift",
"Interceptors/SerializationInterceptor.swift",
"Interceptors/SuccessInterceptor.swift",
"Manager.swift",
"QueryEncodable.swift",
"Response.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "Leash",
"schemes" : [
"Leash"
],
"targets" : [
"Leash",
"Tests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Leash -destination generic/platform=xrOS
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 Leash -destination generic/platform=xrOS
2025-06-18 09:50:52.142 xcodebuild[567:3325] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-18-06_09-50-0052.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:xrOS }
Available destinations for the "Leash" scheme:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:e73c03b6f06fa493969ac868e08283a5482977af, name:My Mac }
{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:e73c03b6f06fa493969ac868e08283a5482977af, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:e73c03b6f06fa493969ac868e08283a5482977af, 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:macOS, variant:Mac Catalyst, name:Any Mac }
{ 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