The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WarpShader, reference 1.0.1 (ac2a99), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 18:16:09 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "warpshader",
      "name": "WarpShader",
      "url": "https://github.com/mcritz/WarpShader.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WarpShader",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mcritz/WarpShader.git
[1/201] Fetching warpshader
Fetched https://github.com/mcritz/WarpShader.git from cache (0.99s)
Creating working copy for https://github.com/mcritz/WarpShader.git
Working copy of https://github.com/mcritz/WarpShader.git resolved at 1.0.1 (ac2a995)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mcritz/WarpShader.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[2/8] Copying Shaders.metal
[3/8] Write WarpShaderExample-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/12] Compiling WarpShader resource_bundle_accessor.swift
[7/12] Emitting module WarpShader
[8/12] Compiling WarpShader Warp.swift
[9/12] Compiling WarpShader ShaderFunction+StarWarp.swift
[10/15] Compiling WarpShaderExample WarpShaderApp.swift
[11/15] Emitting module WarpShaderExample
[12/15] Compiling WarpShaderExample ContentView.swift
[12/15] Write Objects.LinkFileList
[13/15] Linking WarpShaderExample
[14/15] Applying WarpShaderExample
Build complete! (11.44s)
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/WarpShaderExample/WarpShaderExample/Preview Content/Preview Assets.xcassets
    /Users/admin/builder/spi-builder-workspace/Sources/WarpShaderExample/WarpShaderExample/WarpShader.entitlements
    /Users/admin/builder/spi-builder-workspace/Sources/WarpShaderExample/WarpShaderExample/Assets.xcassets
Build complete.
{
  "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"
}
Done.