The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WarpShader, reference 1.0.1 (ac2a99), with Swift 6.2 for visionOS using Xcode 26.3 on 23 Jun 2025 02:26:16 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WarpShader-Package -destination generic/platform=xrOS

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mcritz/WarpShader.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mcritz/WarpShader
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at ac2a995 improves README
Cloned https://github.com/mcritz/WarpShader.git
Revision (git rev-parse @):
ac2a9952aeb179a61fe01a635f27f14496752c81
SUCCESS checkout https://github.com/mcritz/WarpShader.git at 1.0.1
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mcritz/WarpShader.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
Resolve Package Graph
Resolved source packages:
  WarpShader: /Users/admin/builder/spi-builder-workspace
resolved source packages: WarpShader
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WarpShader",
  "name" : "WarpShader",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "WarpShader",
      "targets" : [
        "WarpShader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WarpShaderExample",
      "targets" : [
        "WarpShaderExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WarpShaderExample",
      "module_type" : "SwiftTarget",
      "name" : "WarpShaderExample",
      "path" : "Sources/WarpShaderExample",
      "product_memberships" : [
        "WarpShaderExample"
      ],
      "sources" : [
        "WarpShaderExample/ContentView.swift",
        "WarpShaderExample/WarpShaderApp.swift"
      ],
      "target_dependencies" : [
        "WarpShader"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "WarpShader",
      "module_type" : "SwiftTarget",
      "name" : "WarpShader",
      "path" : "Sources/WarpShader",
      "product_memberships" : [
        "WarpShader",
        "WarpShaderExample"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Shaders.metal",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ShaderFunction+StarWarp.swift",
        "Warp.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "WarpShader",
      "WarpShader-Package",
      "WarpShaderExample"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "WarpShader",
      "WarpShader-Package",
      "WarpShaderExample"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WarpShader-Package -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 WarpShader-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  WarpShader: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'WarpShaderExample' in project 'WarpShader'
        ➜ Explicit dependency on target 'WarpShader_WarpShaderExample' in project 'WarpShader'
        ➜ Explicit dependency on target 'WarpShader' in project 'WarpShader'
    Target 'WarpShader_WarpShaderExample' in project 'WarpShader' (no dependencies)
    Target 'WarpShader' in project 'WarpShader'
        ➜ Explicit dependency on target 'WarpShader' in project 'WarpShader'
        ➜ Explicit dependency on target 'WarpShader_WarpShader' in project 'WarpShader'
    Target 'WarpShader' in project 'WarpShader'
        ➜ Explicit dependency on target 'WarpShader_WarpShader' in project 'WarpShader'
    Target 'WarpShader_WarpShader' in project 'WarpShader' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: e824f85c7e98fa50c10d83345224709a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e824f85c7e98fa50c10d83345224709a.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WarpShader_WarpShaderExample.bundle (in target 'WarpShader_WarpShaderExample' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WarpShader_WarpShaderExample.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShader.build/WarpShader_WarpShader.DependencyMetadataFileList (in target 'WarpShader_WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShader.build/WarpShader_WarpShader.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShader.build/WarpShader_WarpShader.DependencyStaticMetadataFileList (in target 'WarpShader_WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShader.build/WarpShader_WarpShader.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShader.build/empty-WarpShader_WarpShader.plist (in target 'WarpShader_WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShader.build/empty-WarpShader_WarpShader.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/WarpShader.modulemap (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/WarpShader.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShaderExample.build/WarpShader_WarpShaderExample.DependencyMetadataFileList (in target 'WarpShader_WarpShaderExample' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShaderExample.build/WarpShader_WarpShaderExample.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShaderExample.build/WarpShader_WarpShaderExample.DependencyStaticMetadataFileList (in target 'WarpShader_WarpShaderExample' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShaderExample.build/WarpShader_WarpShaderExample.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/WarpShader.DependencyStaticMetadataFileList (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/WarpShader.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShaderExample.build/empty-WarpShader_WarpShaderExample.plist (in target 'WarpShader_WarpShaderExample' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShaderExample.build/empty-WarpShader_WarpShaderExample.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShaderExample.build/WarpShaderExample.DependencyStaticMetadataFileList (in target 'WarpShaderExample' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShaderExample.build/WarpShaderExample.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShaderExample.build/WarpShaderExample.DependencyMetadataFileList (in target 'WarpShaderExample' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShaderExample.build/WarpShaderExample.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShaderExample.build/Objects-normal/arm64/WarpShaderExample.SwiftFileList (in target 'WarpShaderExample' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShaderExample.build/Objects-normal/arm64/WarpShaderExample.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShaderExample.build/Objects-normal/arm64/WarpShaderExample_const_extract_protocols.json (in target 'WarpShaderExample' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShaderExample.build/Objects-normal/arm64/WarpShaderExample_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShaderExample.build/Objects-normal/arm64/WarpShaderExample.LinkFileList (in target 'WarpShaderExample' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShaderExample.build/Objects-normal/arm64/WarpShaderExample.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShaderExample.build/Objects-normal/arm64/WarpShaderExample-OutputFileMap.json (in target 'WarpShaderExample' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShaderExample.build/Objects-normal/arm64/WarpShaderExample-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShaderExample.build/DerivedSources/resource_bundle_accessor.swift (in target 'WarpShaderExample' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShaderExample.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/WarpShader.DependencyMetadataFileList (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/WarpShader.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/Objects-normal/arm64/WarpShader_const_extract_protocols.json (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/Objects-normal/arm64/WarpShader_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/Objects-normal/arm64/WarpShader.SwiftFileList (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/Objects-normal/arm64/WarpShader.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/Objects-normal/arm64/WarpShader.SwiftConstValuesFileList (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/Objects-normal/arm64/WarpShader.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/Objects-normal/arm64/WarpShader.LinkFileList (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/Objects-normal/arm64/WarpShader.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/Objects-normal/arm64/WarpShader-OutputFileMap.json (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/Objects-normal/arm64/WarpShader-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/DerivedSources/resource_bundle_accessor.swift (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/DerivedSources/resource_bundle_accessor.swift
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/WarpShader.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/WarpShader.modulemap (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader.build/WarpShader.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WarpShader_WarpShader.bundle (in target 'WarpShader_WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WarpShader_WarpShader.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WarpShader_WarpShader.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShader.build/empty-WarpShader_WarpShader.plist (in target 'WarpShader_WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShader.build/empty-WarpShader_WarpShader.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WarpShader_WarpShader.bundle/Info.plist
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShaderExample.build/assetcatalog_output/unthinned (in target 'WarpShader_WarpShaderExample' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShaderExample.build/assetcatalog_output/unthinned
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShaderExample.build/assetcatalog_output/thinned (in target 'WarpShader_WarpShaderExample' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShaderExample.build/assetcatalog_output/thinned
CompileMetalFile /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Shaders.metal (in target 'WarpShader_WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/metal -c -target air64-apple-xros1.0 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -fmetal-math-mode\=fast -fmetal-math-fp32-functions\=fast -serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShader.build/Metal/Shaders.dia -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShader.build/Metal/Shaders.air -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShader.build/Metal/Shaders.dat /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Shaders.metal
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShader.build/Metal/Shaders.dia:1:1: warning: Could not read serialized diagnostics file: error("Failed to open diagnostics file") (in target 'WarpShader_WarpShader' from project 'WarpShader')
error: error: cannot execute tool 'metal' due to missing Metal Toolchain; use: xcodebuild -downloadComponent MetalToolchain
CompileAssetCatalogVariant thinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WarpShader_WarpShaderExample.bundle /Users/admin/builder/spi-builder-workspace/Sources/WarpShaderExample/WarpShaderExample/Assets.xcassets /Users/admin/builder/spi-builder-workspace/Sources/WarpShaderExample/WarpShaderExample/Preview\ Content/Preview\ Assets.xcassets (in target 'WarpShader_WarpShaderExample' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/actool /Users/admin/builder/spi-builder-workspace/Sources/WarpShaderExample/WarpShaderExample/Assets.xcassets /Users/admin/builder/spi-builder-workspace/Sources/WarpShaderExample/WarpShaderExample/Preview\ Content/Preview\ Assets.xcassets --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShaderExample.build/assetcatalog_output/thinned --output-format human-readable-text --notices --warnings --export-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShaderExample.build/assetcatalog_dependencies_thinned --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShaderExample.build/assetcatalog_generated_info.plist_thinned --compress-pngs --enable-on-demand-resources NO --development-region en --target-device vision --minimum-deployment-target 1.0 --platform xros
** BUILD FAILED **
The following build commands failed:
	CompileMetalFile /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Shaders.metal (in target 'WarpShader_WarpShader' from project 'WarpShader')
	Building workspace spi-builder-workspace with scheme WarpShader-Package
(2 failures)
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
Resolved source packages:
  WarpShader: /Users/admin/builder/spi-builder-workspace
resolved source packages: WarpShader
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WarpShader",
  "name" : "WarpShader",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "WarpShader",
      "targets" : [
        "WarpShader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WarpShaderExample",
      "targets" : [
        "WarpShaderExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WarpShaderExample",
      "module_type" : "SwiftTarget",
      "name" : "WarpShaderExample",
      "path" : "Sources/WarpShaderExample",
      "product_memberships" : [
        "WarpShaderExample"
      ],
      "sources" : [
        "WarpShaderExample/ContentView.swift",
        "WarpShaderExample/WarpShaderApp.swift"
      ],
      "target_dependencies" : [
        "WarpShader"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "WarpShader",
      "module_type" : "SwiftTarget",
      "name" : "WarpShader",
      "path" : "Sources/WarpShader",
      "product_memberships" : [
        "WarpShader",
        "WarpShaderExample"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Shaders.metal",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ShaderFunction+StarWarp.swift",
        "Warp.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "WarpShader",
      "WarpShader-Package",
      "WarpShaderExample"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "WarpShader",
      "WarpShader-Package",
      "WarpShaderExample"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WarpShader-Package -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 WarpShader-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  WarpShader: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'WarpShaderExample' in project 'WarpShader'
        ➜ Explicit dependency on target 'WarpShader_WarpShaderExample' in project 'WarpShader'
        ➜ Explicit dependency on target 'WarpShader' in project 'WarpShader'
    Target 'WarpShader_WarpShaderExample' in project 'WarpShader' (no dependencies)
    Target 'WarpShader' in project 'WarpShader'
        ➜ Explicit dependency on target 'WarpShader' in project 'WarpShader'
        ➜ Explicit dependency on target 'WarpShader_WarpShader' in project 'WarpShader'
    Target 'WarpShader' in project 'WarpShader'
        ➜ Explicit dependency on target 'WarpShader_WarpShader' in project 'WarpShader'
    Target 'WarpShader_WarpShader' in project 'WarpShader' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WarpShader_WarpShader.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShader.build/empty-WarpShader_WarpShader.plist (in target 'WarpShader_WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShader.build/empty-WarpShader_WarpShader.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WarpShader_WarpShader.bundle/Info.plist
CompileMetalFile /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Shaders.metal (in target 'WarpShader_WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/metal -c -target air64-apple-xros1.0 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -fmetal-math-mode\=fast -fmetal-math-fp32-functions\=fast -serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShader.build/Metal/Shaders.dia -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShader.build/Metal/Shaders.air -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShader.build/Metal/Shaders.dat /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Shaders.metal
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShader.build/Metal/Shaders.dia:1:1: warning: Could not read serialized diagnostics file: error("Failed to open diagnostics file") (in target 'WarpShader_WarpShader' from project 'WarpShader')
error: error: cannot execute tool 'metal' due to missing Metal Toolchain; use: xcodebuild -downloadComponent MetalToolchain
CompileAssetCatalogVariant thinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WarpShader_WarpShaderExample.bundle /Users/admin/builder/spi-builder-workspace/Sources/WarpShaderExample/WarpShaderExample/Assets.xcassets /Users/admin/builder/spi-builder-workspace/Sources/WarpShaderExample/WarpShaderExample/Preview\ Content/Preview\ Assets.xcassets (in target 'WarpShader_WarpShaderExample' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/actool /Users/admin/builder/spi-builder-workspace/Sources/WarpShaderExample/WarpShaderExample/Assets.xcassets /Users/admin/builder/spi-builder-workspace/Sources/WarpShaderExample/WarpShaderExample/Preview\ Content/Preview\ Assets.xcassets --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShaderExample.build/assetcatalog_output/thinned --output-format human-readable-text --notices --warnings --export-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShaderExample.build/assetcatalog_dependencies_thinned --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-xros/WarpShader_WarpShaderExample.build/assetcatalog_generated_info.plist_thinned --compress-pngs --enable-on-demand-resources NO --development-region en --target-device vision --minimum-deployment-target 1.0 --platform xros
** BUILD FAILED **
The following build commands failed:
	CompileMetalFile /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Shaders.metal (in target 'WarpShader_WarpShader' from project 'WarpShader')
	Building workspace spi-builder-workspace with scheme WarpShader-Package
(2 failures)
BUILD FAILURE 6.2 visionOS