The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build WarpShader, reference 1.0.1 (ac2a99), with Swift 6.1 for watchOS using Xcode 16.3 on 30 Apr 2025 14:24:23 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.61.1
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.1
Building package at path:  $PWD
https://github.com/mcritz/WarpShader.git
https://github.com/mcritz/WarpShader.git
{
  "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"
}
Command line invocation:
    /Applications/Xcode-16.3.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
{
  "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"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WarpShader-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme WarpShader-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: f16ae2f6b3112488f8988c6e4f960e19
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f16ae2f6b3112488f8988c6e4f960e19.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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
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
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
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
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/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/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/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/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_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/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.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.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-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.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_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.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.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/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.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/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.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.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.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.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.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
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
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
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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/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
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
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-16.3.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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WarpShader -Onone -enforce-exclusivity\=checked @/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 -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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 -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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 -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
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WarpShader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64/WarpShader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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 -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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 -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
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ WarpShader (in target 'WarpShader' from project 'WarpShader')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Warp.swift -target arm64_32-apple-watchos10.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-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 -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/swift-overrides.hmap -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 -module-name WarpShader -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader.swiftsourceinfo -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 -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64_32/WarpShader.abi.json
EmitSwiftModule normal arm64_32 (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift:2:8: error: no such module 'Metal'
import Metal
       ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ WarpShader (in target 'WarpShader' from project 'WarpShader')
EmitSwiftModule normal arm64 (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift:2:8: error: no such module 'Metal'
import Metal
       ^
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift /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')
SwiftCompile normal arm64 /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/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ShaderFunction+StarWarp.swift /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift (in target 'WarpShader' from project 'WarpShader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Warp.swift /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Warp.swift (in target 'WarpShader' from project 'WarpShader')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Warp.swift (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Warp.swift /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Warp.swift (in target 'WarpShader' from project 'WarpShader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Warp.swift (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ resource_bundle_accessor.swift /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')
SwiftCompile normal arm64_32 /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/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ ShaderFunction+StarWarp.swift /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift (in target 'WarpShader' from project 'WarpShader')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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
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
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ WarpShader (in target 'WarpShader' from project 'WarpShader')
	EmitSwiftModule normal arm64_32 (in target 'WarpShader' from project 'WarpShader')
	EmitSwiftModule normal arm64 (in target 'WarpShader' from project 'WarpShader')
	Building workspace spi-builder-workspace with scheme WarpShader-Package
(4 failures)
Command line invocation:
    /Applications/Xcode-16.3.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
{
  "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"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme 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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 4b32e91e4f854f33d188d733fa711817
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4b32e91e4f854f33d188d733fa711817.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
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-16.3.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
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
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WarpShader -Onone -enforce-exclusivity\=checked @/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 -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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 -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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 -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
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WarpShader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64/WarpShader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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 -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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 -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
SwiftCompile normal arm64 Compiling\ ShaderFunction+StarWarp.swift /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift (in target 'WarpShader' from project 'WarpShader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift /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')
SwiftCompile normal arm64 /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/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ WarpShader (in target 'WarpShader' from project 'WarpShader')
EmitSwiftModule normal arm64_32 (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ WarpShader (in target 'WarpShader' from project 'WarpShader')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Warp.swift -target arm64-apple-watchos10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-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 -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/swift-overrides.hmap -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 -module-name WarpShader -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64/WarpShader.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64/WarpShader.swiftsourceinfo -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 -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64/WarpShader-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64/WarpShader-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64/WarpShader.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WarpShader.build/Debug-watchos/WarpShader.build/Objects-normal/arm64/WarpShader.abi.json
EmitSwiftModule normal arm64 (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift:2:8: error: no such module 'Metal'
import Metal
       ^
SwiftCompile normal arm64_32 Compiling\ Warp.swift /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Warp.swift (in target 'WarpShader' from project 'WarpShader')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Warp.swift (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ ShaderFunction+StarWarp.swift /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift (in target 'WarpShader' from project 'WarpShader')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/ShaderFunction+StarWarp.swift (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ resource_bundle_accessor.swift /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')
SwiftCompile normal arm64_32 /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/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Warp.swift /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Warp.swift (in target 'WarpShader' from project 'WarpShader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WarpShader/Warp.swift (in target 'WarpShader' from project 'WarpShader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ WarpShader (in target 'WarpShader' from project 'WarpShader')
	EmitSwiftModule normal arm64 (in target 'WarpShader' from project 'WarpShader')
	Building workspace spi-builder-workspace with scheme WarpShader-Package
(3 failures)
BUILD FAILURE 6.1 watchOS