Build Information
Failed to build NeedleFoundation with Swift 6.3 for visionOS using Xcode 26.4.
Build Command
Build command unavailableBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uber/needle.git
Reference: v0.25.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/uber/needle
* tag v0.25.1 -> FETCH_HEAD
HEAD is now at 69f7a88 Update generator binary and version file for v0.25.1
Cloned https://github.com/uber/needle.git
Revision (git rev-parse @):
69f7a889d2736f2621c6083ac29e0a75d158f249
SUCCESS checkout https://github.com/uber/needle.git at v0.25.1
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/uber/needle.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-syntax.git
Fetching from https://github.com/apple/swift-tools-support-core
Fetching from https://github.com/uber/swift-common.git
Fetching from https://github.com/uber/swift-concurrency.git
Fetching from https://github.com/apple/swift-system.git
Creating working copy of package ‘swift-syntax’
Checking out 0e85cf7 (0e85cf7) of package ‘swift-syntax’
Creating working copy of package ‘swift-tools-support-core’
Checking out 0.2.7 of package ‘swift-tools-support-core’
Creating working copy of package ‘swift-concurrency’
Checking out 0.7.1 of package ‘swift-concurrency’
Creating working copy of package ‘swift-common’
Checking out 0.5.0 of package ‘swift-common’
Creating working copy of package ‘swift-system’
Checking out 1.1.1 of package ‘swift-system’
Resolved source packages:
swift-tools-support-core: https://github.com/apple/swift-tools-support-core @ 0.2.7
swift-system: https://github.com/apple/swift-system.git @ 1.1.1
Needle: /Users/admin/builder/spi-builder-workspace/Generator
Swift-Common: https://github.com/uber/swift-common.git @ 0.5.0
Concurrency: https://github.com/uber/swift-concurrency.git @ 0.7.1
SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0e85cf7 (0e85cf7)
resolved source packages: swift-tools-support-core, swift-system, Needle, Swift-Common, Concurrency, SwiftSyntax
{
"dependencies" : [
],
"manifest_display_name" : "NeedleFoundation",
"name" : "NeedleFoundation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NeedleFoundation",
"targets" : [
"NeedleFoundation"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NeedleFoundationTest",
"targets" : [
"NeedleFoundationTest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "NeedleFoundationTests",
"module_type" : "SwiftTarget",
"name" : "NeedleFoundationTests",
"path" : "Tests/NeedleFoundationTests",
"sources" : [
"ComponentTests.swift",
"DependencyProviderRegistryTests.swift",
"Pluginized/PluginizedComponentTests.swift"
],
"target_dependencies" : [
"NeedleFoundation"
],
"type" : "test"
},
{
"c99name" : "NeedleFoundationTestTests",
"module_type" : "SwiftTarget",
"name" : "NeedleFoundationTestTests",
"path" : "Tests/NeedleFoundationTestTests",
"sources" : [
"MockComponentPathBuilderTests.swift"
],
"target_dependencies" : [
"NeedleFoundationTest"
],
"type" : "test"
},
{
"c99name" : "NeedleFoundationTest",
"module_type" : "SwiftTarget",
"name" : "NeedleFoundationTest",
"path" : "Sources/NeedleFoundationTest",
"product_memberships" : [
"NeedleFoundationTest"
],
"sources" : [
"MockComponentPathBuilder.swift"
],
"target_dependencies" : [
"NeedleFoundation"
],
"type" : "library"
},
{
"c99name" : "NeedleFoundation",
"module_type" : "SwiftTarget",
"name" : "NeedleFoundation",
"path" : "Sources/NeedleFoundation",
"product_memberships" : [
"NeedleFoundation",
"NeedleFoundationTest"
],
"sources" : [
"Bootstrap.swift",
"Component.swift",
"Internal/DependencyProviderRegistry.swift",
"Pluginized/Internal/PluginExtensionProviderRegistry.swift",
"Pluginized/NonCoreComponent.swift",
"Pluginized/PluginizedComponent.swift",
"Pluginized/PluginizedScopeLifecycle.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "NeedleFoundation",
"schemes" : [
"NeedleFoundation"
],
"targets" : [
"NeedleFoundation",
"NeedleFoundationPackageDescription",
"NeedleFoundationPackageTests",
"NeedleFoundationTest",
"NeedleFoundationTestTests",
"NeedleFoundationTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme NeedleFoundation -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.4.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 NeedleFoundation -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
Needle: /Users/admin/builder/spi-builder-workspace/Generator
swift-system: https://github.com/apple/swift-system.git @ 1.1.1
Concurrency: https://github.com/uber/swift-concurrency.git @ 0.7.1
Swift-Common: https://github.com/uber/swift-common.git @ 0.5.0
swift-tools-support-core: https://github.com/apple/swift-tools-support-core @ 0.2.7
SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0e85cf7 (0e85cf7)
2026-04-15 12:45:14.896 xcodebuild[846:4961] Writing error result bundle to /var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T/ResultBundle_2026-15-04_12-45-0014.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:xrOS }
Available destinations for the "NeedleFoundation" scheme:
{ platform:macOS, arch:arm64, id:f85d4b4527686e0e5bceb4ea6b6bced50bff35a5, name:My Mac }
{ platform:macOS, arch:x86_64, id:f85d4b4527686e0e5bceb4ea6b6bced50bff35a5, 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, name:Any Mac }
{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device }
{ platform:tvOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-appletvsimulator:placeholder, name:Any tvOS Simulator Device }
{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device }
{ platform:watchOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-watchsimulator:placeholder, name:Any watchOS Simulator Device }
{ platform:tvOS Simulator, arch:arm64, id:EB41DD69-50EA-4A70-A0F3-B1F466EA63FD, OS:26.4, name:Apple TV }
{ platform:tvOS Simulator, arch:arm64, id:18F5F773-9DDF-4D28-BE08-2EE01B9FE04D, OS:26.4, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, arch:arm64, id:8753D4DB-0EAD-4642-AE61-CF841A16BD50, OS:26.4, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:watchOS Simulator, arch:arm64, id:21136BB6-0BE4-4F7C-B65A-9D5D377866B7, OS:26.4, name:Apple Watch SE 3 (40mm) }
{ platform:watchOS Simulator, arch:arm64, id:5F5B3141-7CE9-4C68-BDEF-F50E137CB489, OS:26.4, name:Apple Watch SE 3 (44mm) }
{ platform:watchOS Simulator, arch:arm64, id:D6424336-ADAE-465D-8F02-54AB28C2A306, OS:26.4, name:Apple Watch Series 11 (42mm) }
{ platform:watchOS Simulator, arch:arm64, id:EA70B146-8CB0-4192-8C25-04DF59477105, OS:26.4, name:Apple Watch Series 11 (46mm) }
{ platform:watchOS Simulator, arch:arm64, id:C12BDEDA-46B1-43B5-A69B-7029487C2761, OS:26.4, name:Apple Watch Ultra 3 (49mm) }
{ platform:iOS Simulator, arch:arm64, id:ED6D44FB-E2CB-4753-A0FD-FD31596FEC80, OS:26.4, name:iPad (A16) }
{ platform:iOS Simulator, arch:arm64, id:BCEC8334-6B95-4648-94D6-7CF60E7EFD82, OS:26.4, name:iPad Air 11-inch (M4) }
{ platform:iOS Simulator, arch:arm64, id:45BB79BC-7646-4F19-8D06-DCBD411E98C0, OS:26.4, name:iPad Air 13-inch (M4) }
{ platform:iOS Simulator, arch:arm64, id:1C3FCF57-F496-44A8-91C7-42D1FBB47B6C, OS:26.4, name:iPad Pro 11-inch (M5) }
{ platform:iOS Simulator, arch:arm64, id:78ECA907-6BCE-4638-957D-C2669C42F4B7, OS:26.4, name:iPad Pro 13-inch (M5) }
{ platform:iOS Simulator, arch:arm64, id:4E377BD7-D244-4C67-AA71-C9334B19DD83, OS:26.4, name:iPad mini (A17 Pro) }
{ platform:iOS Simulator, arch:arm64, id:5E07715F-630C-4684-A995-1B2EE7BD6598, OS:26.4, name:iPhone 17 }
{ platform:iOS Simulator, arch:arm64, id:C413B30A-952C-4663-B1C5-64938D82C4AB, OS:26.4, name:iPhone 17 Pro }
{ platform:iOS Simulator, arch:arm64, id:407D5276-A344-478A-B9C8-EB27CE780CB6, OS:26.4, name:iPhone 17 Pro Max }
{ platform:iOS Simulator, arch:arm64, id:720F5E9E-7490-4565-8AC1-7A6A63551BBC, OS:26.4, name:iPhone 17e }
{ platform:iOS Simulator, arch:arm64, id:51B1D6CF-85BF-4B9E-ACCF-FD3A9AD197FF, OS:26.4, name:iPhone Air }
INFRASTRUCTURE ERROR (status: destinationUnavailable