The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WarpShader, reference 1.0.1 (ac2a99), with Swift 6.3 for watchOS using Xcode 26.4 on 15 Apr 2026 18:17:25 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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:         watchOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mcritz/WarpShader.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
Resolve Package Graph
Resolved source packages:
  WarpShader: /Users/admin/builder/spi-builder-workspace
resolved source packages: WarpShader
2026-04-15 14:16:30.180 xcodebuild[529:3076] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-15 14:16:30.280 xcodebuild[529:3076] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-15 14:16:30.729 xcodebuild[529:3076] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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"
    ]
  }
}
2026-04-15 14:16:49.069 xcodebuild[628:3818] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-15 14:16:49.168 xcodebuild[628:3818] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WarpShader-Package -destination generic/platform=watchOS
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 WarpShader-Package -destination generic/platform=watchOS
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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 48268018474dfca5789d6932ed3cf455
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/48268018474dfca5789d6932ed3cf455.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
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
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    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-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShaderExample.build/WarpShaderExample.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShaderExample.build/WarpShaderExample.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShader_WarpShader.build/WarpShader_WarpShader.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShader_WarpShader.build/WarpShader_WarpShader.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShader_WarpShaderExample.build/WarpShader_WarpShaderExample.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShader_WarpShaderExample.build/empty-WarpShader_WarpShaderExample.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShader_WarpShader.build/empty-WarpShader_WarpShader.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShader_WarpShaderExample.build/WarpShader_WarpShaderExample.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShaderExample.build/Objects-normal/arm64_32/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-watchos/WarpShaderExample.build/Objects-normal/arm64_32/WarpShaderExample_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShaderExample.build/Objects-normal/arm64_32/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-watchos/WarpShaderExample.build/Objects-normal/arm64_32/WarpShaderExample.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShaderExample.build/Objects-normal/arm64_32/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-watchos/WarpShaderExample.build/Objects-normal/arm64_32/WarpShaderExample.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShaderExample.build/Objects-normal/arm64_32/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-watchos/WarpShaderExample.build/Objects-normal/arm64_32/WarpShaderExample-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShaderExample.build/Objects-normal/arm64/WarpShaderExample_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShaderExample.build/Objects-normal/arm64/WarpShaderExample.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShaderExample.build/Objects-normal/arm64/WarpShaderExample.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShaderExample.build/Objects-normal/arm64/WarpShaderExample-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShaderExample.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShader.build/WarpShader.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShader.build/WarpShader.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShader.build/WarpShader.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/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-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/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-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/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-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/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-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/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-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShader.build/Objects-normal/arm64/WarpShader_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShader.build/Objects-normal/arm64/WarpShader.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShader.build/Objects-normal/arm64/WarpShader.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShader.build/Objects-normal/arm64/WarpShader.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShader.build/Objects-normal/arm64/WarpShader-OutputFileMap.json
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/WarpShader_WarpShaderExample.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShader.build/DerivedSources/resource_bundle_accessor.swift
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/WarpShader.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShader.build/WarpShader.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/WarpShader_WarpShader.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WarpShader_WarpShader.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShader_WarpShader.build/empty-WarpShader_WarpShader.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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
    /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.yIumE9/Metal.xctoolchain/usr/bin/metal -c -target air64-apple-watchos10.0 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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-watchos/WarpShader_WarpShader.build/Metal/Shaders.dia -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader_WarpShader.build/Metal/Shaders.air -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader_WarpShader.build/Metal/Shaders.dat /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Shaders.metal
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShader_WarpShaderExample.build/assetcatalog_output/thinned
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/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-watchos/WarpShader_WarpShaderExample.build/assetcatalog_output/unthinned
CompileAssetCatalogVariant thinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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.4.0.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-watchos/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-watchos/WarpShader_WarpShaderExample.build/assetcatalog_dependencies_thinned --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader_WarpShaderExample.build/assetcatalog_generated_info.plist_thinned --compress-pngs --enable-on-demand-resources NO --development-region en --target-device watch --minimum-deployment-target 10.0 --platform watchos
SwiftDriver WarpShader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WarpShader -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64/WarpShader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64/WarpShader-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64/WarpShader.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64/WarpShader_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64/WarpShader-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift:2:8: error: Unable to resolve module dependency: 'Metal'
import Metal
       ^ (in target 'WarpShader' from project 'WarpShader')
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift:2:8: note: A dependency of main module 'WarpShader'
import Metal
       ^ (in target 'WarpShader' from project 'WarpShader')
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Warp.swift:8:8: note: Also imported here
import Metal
       ^ (in target 'WarpShader' from project 'WarpShader')
SwiftDriver WarpShader normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WarpShader -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift:2:8: error: Unable to resolve module dependency: 'Metal'
import Metal
       ^ (in target 'WarpShader' from project 'WarpShader')
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift:2:8: note: A dependency of main module 'WarpShader'
import Metal
       ^ (in target 'WarpShader' from project 'WarpShader')
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Warp.swift:8:8: note: Also imported here
import Metal
       ^ (in target 'WarpShader' from project 'WarpShader')
MetalLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WarpShader_WarpShader.bundle/default.metallib (in target 'WarpShader_WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.yIumE9/Metal.xctoolchain/usr/bin/metal -target air64-apple-watchos10.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WarpShader_WarpShader.bundle/default.metallib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader_WarpShader.build/Metal/Shaders.air
2026-04-15 14:16:50.620 xcodebuild[632:3865] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-15 14:16:50.720 xcodebuild[632:3865] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift:2:8: error: unable to resolve module dependency: 'Metal'
import Metal
       ^
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift:2:8: error: unable to resolve module dependency: 'Metal'
import Metal
       ^
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift:2:8: note: a dependency of main module 'WarpShader'
import Metal
       ^
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift:2:8: note: a dependency of main module 'WarpShader'
import Metal
       ^
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Warp.swift:8:8: note: also imported here
import Metal
       ^
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Warp.swift:8:8: note: also imported here
import Metal
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver WarpShader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WarpShader' from project 'WarpShader')
	SwiftDriver WarpShader normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'WarpShader' from project 'WarpShader')
	Building workspace spi-builder-workspace with scheme WarpShader-Package
(3 failures)
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
Resolved source packages:
  WarpShader: /Users/admin/builder/spi-builder-workspace
resolved source packages: WarpShader
2026-04-15 14:16:59.119 xcodebuild[656:4218] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-15 14:16:59.241 xcodebuild[656:4218] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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"
    ]
  }
}
2026-04-15 14:17:00.419 xcodebuild[665:4293] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-15 14:17:00.520 xcodebuild[665:4293] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WarpShader-Package -destination generic/platform=watchOS
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 WarpShader-Package -destination generic/platform=watchOS
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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
MetalLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WarpShader_WarpShader.bundle/default.metallib (in target 'WarpShader_WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.yIumE9/Metal.xctoolchain/usr/bin/metal -target air64-apple-watchos10.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WarpShader_WarpShader.bundle/default.metallib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader_WarpShader.build/Metal/Shaders.air
CompileAssetCatalogVariant thinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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.4.0.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-watchos/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-watchos/WarpShader_WarpShaderExample.build/assetcatalog_dependencies_thinned --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader_WarpShaderExample.build/assetcatalog_generated_info.plist_thinned --compress-pngs --enable-on-demand-resources NO --development-region en --target-device watch --minimum-deployment-target 10.0 --platform watchos
SwiftDriver WarpShader normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WarpShader -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift:2:8: error: Unable to resolve module dependency: 'Metal'
import Metal
       ^ (in target 'WarpShader' from project 'WarpShader')
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift:2:8: note: A dependency of main module 'WarpShader'
import Metal
       ^ (in target 'WarpShader' from project 'WarpShader')
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Warp.swift:8:8: note: Also imported here
import Metal
       ^ (in target 'WarpShader' from project 'WarpShader')
SwiftDriver WarpShader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WarpShader -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64/WarpShader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64/WarpShader-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64/WarpShader.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64/WarpShader_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64/WarpShader-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift:2:8: error: Unable to resolve module dependency: 'Metal'
import Metal
       ^ (in target 'WarpShader' from project 'WarpShader')
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift:2:8: note: A dependency of main module 'WarpShader'
import Metal
       ^ (in target 'WarpShader' from project 'WarpShader')
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Warp.swift:8:8: note: Also imported here
import Metal
       ^ (in target 'WarpShader' from project 'WarpShader')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WarpShader_WarpShader.bundle (in target 'WarpShader_WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WarpShader_WarpShader.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WarpShader_WarpShader.bundle (in target 'WarpShader_WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WarpShader_WarpShader.bundle
2026-04-15 14:17:01.367 xcodebuild[667:4322] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-15 14:17:01.470 xcodebuild[667:4322] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift:2:8: error: unable to resolve module dependency: 'Metal'
import Metal
       ^
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift:2:8: note: a dependency of main module 'WarpShader'
import Metal
       ^
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Warp.swift:8:8: note: also imported here
import Metal
       ^
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift:2:8: error: unable to resolve module dependency: 'Metal'
import Metal
       ^
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift:2:8: note: a dependency of main module 'WarpShader'
import Metal
       ^
/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Warp.swift:8:8: note: also imported here
import Metal
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver WarpShader normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'WarpShader' from project 'WarpShader')
	SwiftDriver WarpShader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WarpShader' from project 'WarpShader')
	Building workspace spi-builder-workspace with scheme WarpShader-Package
(3 failures)
BUILD FAILURE 6.3 watchOS