The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ShaderGraphCoder, reference 2.0.0 (d53fdc), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 16:40:04 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/praeclarum/ShaderGraphCoder.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/praeclarum/ShaderGraphCoder
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at d53fdc3 Merge pull request #4 from praeclarum/gen
Cloned https://github.com/praeclarum/ShaderGraphCoder.git
Revision (git rev-parse @):
d53fdc36e3b598d278388acdbaaebbb0984abc93
SUCCESS checkout https://github.com/praeclarum/ShaderGraphCoder.git at 2.0.0
========================================
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": "shadergraphcoder",
      "name": "ShaderGraphCoder",
      "url": "https://github.com/praeclarum/ShaderGraphCoder.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ShaderGraphCoder",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/praeclarum/ShaderGraphCoder.git
[1/1046] Fetching shadergraphcoder
Fetched https://github.com/praeclarum/ShaderGraphCoder.git from cache (1.06s)
Creating working copy for https://github.com/praeclarum/ShaderGraphCoder.git
Working copy of https://github.com/praeclarum/ShaderGraphCoder.git resolved at 2.0.0 (d53fdc3)
warning: '.resolve-product-dependencies': dependency 'shadergraphcoder' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/praeclarum/ShaderGraphCoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling ShaderGraphCoder Values.swift
[4/12] Compiling ShaderGraphCoder USDA.swift
[5/12] Compiling ShaderGraphCoder Sources.swift
[6/12] Compiling ShaderGraphCoder ShaderGraphPreview.swift
[7/12] Compiling ShaderGraphCoder Sources.g.swift
[8/12] Compiling ShaderGraphCoder Operations.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShaderGraphCoder/Operations.swift:11:5: warning: cannot explicitly specialize global function 'clamp(_:min:max:)'
  9 |
 10 | public func clamp<T>(_ in1: T, min: Float, max: Float) -> T where T: SGNumeric {
 11 |     clamp<T>(in1, min: SGValue.float(min), max: SGValue.float(max))
    |     `- warning: cannot explicitly specialize global function 'clamp(_:min:max:)'
 12 | }
 13 |
/Users/admin/builder/spi-builder-workspace/Sources/ShaderGraphCoder/Operations.g.swift:730:13: note: 'clamp(_:min:max:)' declared here
 728 | }
 729 | /// Clamp
 730 | public func clamp<T>(_ in1: T, min: SGNumeric, max: SGNumeric) -> T where T: SGNumeric {
     |             `- note: 'clamp(_:min:max:)' declared here
 731 |     if SGDataType.color3f.matches(in1) && SGDataType.color3f.matches(min) && SGDataType.color3f.matches(max) {
 732 |         return T(source: .nodeOutput(SGNode(
/Users/admin/builder/spi-builder-workspace/Sources/ShaderGraphCoder/Operations.swift:110:5: warning: cannot explicitly specialize global function 'pow'
108 |
109 | public func pow<T>(_ x: T, _ y: Float) -> T where T: SGNumeric {
110 |     pow<T>(x, SGValue.float(y))
    |     `- warning: cannot explicitly specialize global function 'pow'
111 | }
112 |
/Users/admin/builder/spi-builder-workspace/Sources/ShaderGraphCoder/Operations.g.swift:4876:13: note: 'pow' declared here
4874 | }
4875 | /// Power
4876 | public func pow<T>(_ in1: T, _ in2: SGNumeric) -> T where T: SGNumeric {
     |             `- note: 'pow' declared here
4877 |     if SGDataType.color3f.matches(in1) && SGDataType.color3f.matches(in2) {
4878 |         return T(source: .nodeOutput(SGNode(
/Users/admin/builder/spi-builder-workspace/Sources/ShaderGraphCoder/Operations.swift:114:5: warning: cannot explicitly specialize global function 'safePow'
112 |
113 | public func safePow<T>(_ x: T, _ y: Float) -> T where T: SGNumeric {
114 |     safePow<T>(x, SGValue.float(y))
    |     `- warning: cannot explicitly specialize global function 'safePow'
115 | }
116 |
/Users/admin/builder/spi-builder-workspace/Sources/ShaderGraphCoder/Operations.g.swift:5866:13: note: 'safePow' declared here
5864 | }
5865 | /// Safe Power
5866 | public func safePow<T>(_ in1: T, _ in2: SGNumeric) -> T where T: SGNumeric {
     |             `- note: 'safePow' declared here
5867 |     if SGDataType.color3f.matches(in1) && SGDataType.color3f.matches(in2) {
5868 |         return T(source: .nodeOutput(SGNode(
[9/12] Compiling ShaderGraphCoder Operations.g.swift
[10/12] Compiling ShaderGraphCoder Graph.swift
[11/12] Emitting module ShaderGraphCoder
[12/12] Compiling ShaderGraphCoder ShaderGraphMaterial.swift
Build complete! (12.86s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ShaderGraphCoder",
  "name" : "ShaderGraphCoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "ShaderGraphCoder",
      "targets" : [
        "ShaderGraphCoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShaderGraphCoderTests",
      "module_type" : "SwiftTarget",
      "name" : "ShaderGraphCoderTests",
      "path" : "Tests/ShaderGraphCoderTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ShaderGraphCoderTests/Resources/TestTexture.png",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ShaderGraphCoderTests.swift"
      ],
      "target_dependencies" : [
        "ShaderGraphCoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShaderGraphCoder",
      "module_type" : "SwiftTarget",
      "name" : "ShaderGraphCoder",
      "path" : "Sources/ShaderGraphCoder",
      "product_memberships" : [
        "ShaderGraphCoder"
      ],
      "sources" : [
        "Graph.swift",
        "Operations.g.swift",
        "Operations.swift",
        "ShaderGraphMaterial.swift",
        "ShaderGraphPreview.swift",
        "Sources.g.swift",
        "Sources.swift",
        "USDA.swift",
        "Values.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.