The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NeedleFoundation with Swift 6.2 for visionOS using Xcode 26.3.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uber/needle.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/uber/needle
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c6a3b2c Replace path string literals with pre-computed hashes
Cloned https://github.com/uber/needle.git
Revision (git rev-parse @):
c6a3b2c5f4bb60da4ab9ee97fea38cdf45cd4bcc
SUCCESS checkout https://github.com/uber/needle.git at master
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/uber/needle.git
Command line invocation:
    /Applications/Xcode-26.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/apple/swift-tools-support-core
Fetching from https://github.com/apple/swift-syntax.git
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 510.0.3 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-system’
Checking out 1.1.1 of package ‘swift-system’
Creating working copy of package ‘swift-common’
Checking out 0.5.0 of package ‘swift-common’
Creating working copy of package ‘swift-concurrency’
Checking out 0.7.1 of package ‘swift-concurrency’
Resolved source packages:
  Swift-Common: https://github.com/uber/swift-common.git @ 0.5.0
  swift-system: https://github.com/apple/swift-system.git @ 1.1.1
  Needle: /Users/admin/builder/spi-builder-workspace/Generator
  swift-tools-support-core: https://github.com/apple/swift-tools-support-core @ 0.2.7
  swift-syntax: https://github.com/apple/swift-syntax.git @ 510.0.3
  Concurrency: https://github.com/uber/swift-concurrency.git @ 0.7.1
resolved source packages: Swift-Common, swift-system, Needle, swift-tools-support-core, swift-syntax, Concurrency
{
  "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",
        "StableFNVHasherTests.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",
        "Internal/StableFNVHasher.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.3.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.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 NeedleFoundation -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  swift-tools-support-core: https://github.com/apple/swift-tools-support-core @ 0.2.7
  Swift-Common: https://github.com/uber/swift-common.git @ 0.5.0
  swift-syntax: https://github.com/apple/swift-syntax.git @ 510.0.3
  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
2026-04-30 05:40:14.713 xcodebuild[900:5184] Writing error result bundle to /var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T/ResultBundle_2026-30-04_05-40-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:ef28db11379c7c076810b3246ee0dec50385a7e8, name:My Mac }
		{ platform:macOS, arch:x86_64, id:ef28db11379c7c076810b3246ee0dec50385a7e8, 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:5787A4E2-262A-47B9-9245-3EB4F924F4C9, OS:26.0, name:Apple TV }
		{ platform:tvOS Simulator, arch:arm64, id:6C56E152-2A04-4A11-8E23-B7F2CBAF2EA8, OS:26.2, name:Apple TV }
		{ platform:tvOS Simulator, arch:arm64, id:22DDAE81-22F4-4029-A38B-D23118820B04, OS:26.0, name:Apple TV 4K (3rd generation) }
		{ platform:tvOS Simulator, arch:arm64, id:74ECB4B9-91B7-4A60-9DCD-7EAEAA9DFCBA, OS:26.2, name:Apple TV 4K (3rd generation) }
		{ platform:tvOS Simulator, arch:arm64, id:99631559-5904-448F-A148-7E20C096FDBB, OS:26.0, name:Apple TV 4K (3rd generation) (at 1080p) }
		{ platform:tvOS Simulator, arch:arm64, id:2AE71024-1885-45FC-90C3-97AB05597A72, OS:26.2, name:Apple TV 4K (3rd generation) (at 1080p) }
		{ platform:watchOS Simulator, arch:arm64, id:A315B1DC-4005-425C-8525-C4CE116E58C2, OS:26.0, name:Apple Watch SE 3 (40mm) }
		{ platform:watchOS Simulator, arch:arm64, id:E496460B-A430-431D-888C-5A249A6B0A90, OS:26.2, name:Apple Watch SE 3 (40mm) }
		{ platform:watchOS Simulator, arch:arm64, id:F594D063-20E1-4733-B221-B39B8A2286F6, OS:26.0, name:Apple Watch SE 3 (44mm) }
		{ platform:watchOS Simulator, arch:arm64, id:E3994112-7110-4935-9B1F-F987D126A01C, OS:26.2, name:Apple Watch SE 3 (44mm) }
		{ platform:watchOS Simulator, arch:arm64, id:8FA09AD9-64FC-40D7-85EF-E891DE84D947, OS:26.0, name:Apple Watch Series 11 (42mm) }
		{ platform:watchOS Simulator, arch:arm64, id:A3FADE3F-0ADD-436F-9A75-00993178CEC6, OS:26.2, name:Apple Watch Series 11 (42mm) }
		{ platform:watchOS Simulator, arch:arm64, id:1280A881-5A36-4096-8C6F-30D74741A16B, OS:26.0, name:Apple Watch Series 11 (46mm) }
		{ platform:watchOS Simulator, arch:arm64, id:931D32A0-8FD7-4767-A0EB-AB3EBD9AD410, OS:26.2, name:Apple Watch Series 11 (46mm) }
		{ platform:watchOS Simulator, arch:arm64, id:9CF107B7-B130-4875-A4AA-8A134C5AF9A9, OS:26.0, name:Apple Watch Ultra 3 (49mm) }
		{ platform:watchOS Simulator, arch:arm64, id:8FC90B0B-92AD-4090-8B39-800E75CF7CB0, OS:26.2, name:Apple Watch Ultra 3 (49mm) }
		{ platform:iOS Simulator, arch:arm64, id:30BF99D1-B2AB-4683-B974-F74EE3F2F1A1, OS:26.0.1, name:iPad (A16) }
		{ platform:iOS Simulator, arch:arm64, id:40F2AB29-EFC5-4E52-8F47-BD4A3CA04C21, OS:26.3.1, name:iPad (A16) }
		{ platform:iOS Simulator, arch:arm64, id:E7797689-EFF6-4683-89C3-E94615DB6A19, OS:26.0.1, name:iPad Air 11-inch (M3) }
		{ platform:iOS Simulator, arch:arm64, id:407EC1A1-591C-45D7-B380-A29E37268AB4, OS:26.3.1, name:iPad Air 11-inch (M3) }
		{ platform:iOS Simulator, arch:arm64, id:7E9BF166-1D9E-4382-8521-07A6D58F3640, OS:26.3.1, name:iPad Air 11-inch (M4) }
		{ platform:iOS Simulator, arch:arm64, id:95659DB1-E10E-46A4-B7EF-056DCF2002FE, OS:26.0.1, name:iPad Air 13-inch (M3) }
		{ platform:iOS Simulator, arch:arm64, id:215BB222-FC28-4921-BA20-38A0150DED69, OS:26.3.1, name:iPad Air 13-inch (M3) }
		{ platform:iOS Simulator, arch:arm64, id:A0743AEF-8169-4F8F-9E99-8497E5F77D9B, OS:26.3.1, name:iPad Air 13-inch (M4) }
		{ platform:iOS Simulator, arch:arm64, id:8445969D-FCA4-4F15-B369-E63BA17C5673, OS:26.0.1, name:iPad Pro 11-inch (M5) }
		{ platform:iOS Simulator, arch:arm64, id:8DB651ED-1EEB-4960-9061-C73474062CEF, OS:26.3.1, name:iPad Pro 11-inch (M5) }
		{ platform:iOS Simulator, arch:arm64, id:468BC05A-226F-423F-A615-D8A7B4A4946F, OS:26.0.1, name:iPad Pro 13-inch (M5) }
		{ platform:iOS Simulator, arch:arm64, id:70B60106-38C7-4CBD-A6E4-2BE1815A8221, OS:26.3.1, name:iPad Pro 13-inch (M5) }
		{ platform:iOS Simulator, arch:arm64, id:F3526405-5567-4683-B587-02B39E2D6262, OS:26.0.1, name:iPad mini (A17 Pro) }
		{ platform:iOS Simulator, arch:arm64, id:21A599CB-DDBF-4122-9D9C-7FE66BAD458F, OS:26.3.1, name:iPad mini (A17 Pro) }
		{ platform:iOS Simulator, arch:arm64, id:9FB1FDFC-BED3-40C5-92D3-1F621E29F09B, OS:26.0.1, name:iPhone 16e }
		{ platform:iOS Simulator, arch:arm64, id:565F15B3-AFB9-421C-9269-82EEEBF9A19F, OS:26.3.1, name:iPhone 16e }
		{ platform:iOS Simulator, arch:arm64, id:379D1647-37DA-4DFF-861F-03BC2BB4F759, OS:26.0.1, name:iPhone 17 }
		{ platform:iOS Simulator, arch:arm64, id:818D8D2C-0D62-4F25-9D4D-FDB0A7AD7764, OS:26.3.1, name:iPhone 17 }
		{ platform:iOS Simulator, arch:arm64, id:35DE288A-F8AD-4AD2-BB59-81CB56BEDBB8, OS:26.0.1, name:iPhone 17 Pro }
		{ platform:iOS Simulator, arch:arm64, id:9A12B3BD-09D7-45E1-8EDA-C99231CA1F4E, OS:26.3.1, name:iPhone 17 Pro }
		{ platform:iOS Simulator, arch:arm64, id:46D6D274-67AB-4BB3-B55B-D12285391F91, OS:26.0.1, name:iPhone 17 Pro Max }
		{ platform:iOS Simulator, arch:arm64, id:3FBFF23C-CF0D-40CC-BCFF-E830EAF01F95, OS:26.3.1, name:iPhone 17 Pro Max }
		{ platform:iOS Simulator, arch:arm64, id:B75B72BB-DE82-445E-BBEB-944DE171D215, OS:26.3.1, name:iPhone 17e }
		{ platform:iOS Simulator, arch:arm64, id:56F796F2-A347-4556-94EA-F910196AABBD, OS:26.0.1, name:iPhone Air }
		{ platform:iOS Simulator, arch:arm64, id:44BDA1E8-F8B1-46A9-A56D-37B0DD4DC086, OS:26.3.1, name:iPhone Air }
INFRASTRUCTURE ERROR (status: destinationUnavailable