The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Kuri with Swift 6.3 for visionOS using Xcode 26.4.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bannzai/kuri.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bannzai/kuri
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 4f89c4b Merge pull request #24 from hicka04/fix/install/swiftpm-swift5.3
Cloned https://github.com/bannzai/kuri.git
Revision (git rev-parse @):
4f89c4b56c085e01de8e046bc3af9bbf5021474b
SUCCESS checkout https://github.com/bannzai/kuri.git at 0.5.0
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/bannzai/kuri.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/bannzai/Gedatsu
Creating working copy of package ‘Gedatsu’
Checking out 1.2.0 of package ‘Gedatsu’
Resolved source packages:
  Gedatsu: https://github.com/bannzai/Gedatsu @ 1.2.0
resolved source packages: Gedatsu
{
  "dependencies" : [
    {
      "identity" : "xcodeproject",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bannzai/XcodeProject.git"
    },
    {
      "identity" : "yamlswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.4.4",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/behrang/YamlSwift.git"
    },
    {
      "identity" : "swiftshell",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kareman/SwiftShell.git"
    }
  ],
  "manifest_display_name" : "Kuri",
  "name" : "Kuri",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "kuri",
      "targets" : [
        "Kuri"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "KuriCore",
      "targets" : [
        "KuriCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KuriCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "KuriCoreTests",
      "path" : "Tests/KuriCoreTests",
      "product_dependencies" : [
        "SwiftShell"
      ],
      "sources" : [
        "KuriCoreTests.swift"
      ],
      "target_dependencies" : [
        "KuriCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KuriCore",
      "module_type" : "SwiftTarget",
      "name" : "KuriCore",
      "path" : "Sources/KuriCore",
      "product_dependencies" : [
        "XcodeProject",
        "Yaml",
        "SwiftShell"
      ],
      "product_memberships" : [
        "kuri",
        "KuriCore"
      ],
      "sources" : [
        "Command/CommandEnum.swift",
        "Command/CommandIO.swift",
        "Command/Error/KuriErrorType.swift",
        "Command/GenerateArgument.swift",
        "Command/GenerateComponent.swift",
        "Command/Generator.swift",
        "Command/Setup.swift",
        "Command/SetupComponentType.swift",
        "Template/Builder/BuilderTemplate.swift",
        "Template/DataStore/DataStoreTemplate.swift",
        "Template/Entity/EntityTemplate.swift",
        "Template/Model/ModelTemplate.swift",
        "Template/Presenter/PresenterTemplate.swift",
        "Template/Repository/RepositoryTemplate.swift",
        "Template/Templatable.swift",
        "Template/Translator/TranslatorTemplate.swift",
        "Template/UseCase/UseCaseTemplate.swift",
        "Template/View/ViewTemplate.swift",
        "Template/Wireframe/WireframeTemplate.swift",
        "Util/FileOperator.swift",
        "Util/Helper.swift",
        "Util/KuriExtension.swift",
        "Yaml/YamlReadableType.swift",
        "Yaml/YamlReader.swift",
        "Yaml/YamlResource.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Kuri",
      "module_type" : "SwiftTarget",
      "name" : "Kuri",
      "path" : "Sources/Kuri",
      "product_memberships" : [
        "kuri"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "KuriCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.0"
}
{
  "workspace" : {
    "name" : "Kuri",
    "schemes" : [
      "KuriDemo"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme KuriDemo -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 KuriDemo -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  Gedatsu: https://github.com/bannzai/Gedatsu @ 1.2.0
2026-04-11 21:16:31.308 xcodebuild[661:4006] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-11 21:16:31.328 xcodebuild[661:4006] Writing error result bundle to /var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T/ResultBundle_2026-11-04_21-16-0031.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:xrOS }
	Available destinations for the "KuriDemo" scheme:
		{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0ffa5ab07da5b5bcab9b629f347a70360af5522e, 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:0A65DF41-4C5A-42D8-80FB-C7AD911E0B72, OS:26.4, name:Apple Vision Pro }
		{ 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