The Swift Package Index logo.Swift Package Index

Build Information

Failed to build gonzales, reference main (bef717), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 08:39:42 UTC.

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/gonsolo/gonzales.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gonsolo/gonzales
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bef7177 Change test workflow to make testsuite
Cloned https://github.com/gonsolo/gonzales.git
Revision (git rev-parse @):
bef717793317e548a518d69438880db1dbe22937
SUCCESS checkout https://github.com/gonsolo/gonzales.git at main
Fetching https://github.com/apple/swift-syntax.git
[1/74972] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.86s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 602.0.0 (7.30s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip (0.60s)
========================================
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": "gonzales",
      "name": "gonzales",
      "url": "https://github.com/gonsolo/gonzales.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/gonzales",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/gonsolo/gonzales.git
[1/12376] Fetching gonzales
Fetched https://github.com/gonsolo/gonzales.git from cache (2.40s)
Creating working copy for https://github.com/gonsolo/gonzales.git
Working copy of https://github.com/gonsolo/gonzales.git resolved at main (bef7177)
warning: '.resolve-product-dependencies': dependency 'gonzales' 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/gonsolo/gonzales.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[0/6] Write sources
[1/6] Write SobolGenerator-tool-entitlement.plist
[2/6] Write swift-version--6988338F2F200930.txt
[4/8] Emitting module SobolGenerator
[5/8] Compiling SobolGenerator main.swift
[5/8] Write Objects.LinkFileList
[6/8] Linking SobolGenerator-tool
[7/8] Applying SobolGenerator-tool
[1/1] Compiling plugin SobolGeneratorPlugin
Building for debugging...
[1/28] Copying new-joe-kuo-6.21201
[1/28] Write sources
[3/28] Write gonzales-entitlement.plist
[3/28] Write sources
[4/28] Write SobolGenerator-tool-entitlement.plist
[7/28] Write SobolGenerator-entitlement.plist
[7/28] Write sources
[10/28] Compiling mojoKernel dummy.c
[11/28] Write swift-version--6988338F2F200930.txt
[12/32] Write Objects.LinkFileList
[14/32] Emitting module SobolGenerator
[15/32] Compiling SobolGenerator main.swift
[15/32] Write Objects.LinkFileList
[17/32] Compiling DevirtualizeMacroPlugin DevirtualizeMacroPlugin.swift
[18/32] Emitting module DevirtualizeMacroPlugin
[18/32] Write Objects.LinkFileList
[19/32] Linking SobolGenerator-tool
[20/32] Applying SobolGenerator-tool
[21/32] Linking SobolGenerator
/Users/admin/builder/spi-builder-workspace/Sources/vulkanViewer/viewer.cpp:2:10: fatal error: 'GLFW/glfw3.h' file not found
    2 | #include <GLFW/glfw3.h>
      |          ^~~~~~~~~~~~~~
1 error generated.
[22/32] Compiling vulkanViewer viewer.cpp
[22/32] Generating Sobol matrices from direction numbers
[22/32] Applying SobolGenerator
/Users/admin/builder/spi-builder-workspace/Sources/ptexBridge/ptex.cc:1:10: fatal error: 'Ptexture.h' file not found
    1 | #include <Ptexture.h>
      |          ^~~~~~~~~~~~
[22/32] Compiling ptexBridge ptex.cc
/Users/admin/builder/spi-builder-workspace/Sources/openImageIOBridge/openImageIOBridge.cc:1:10: fatal error: 'OpenImageIO/imageio.h' file not found
    1 | #include <OpenImageIO/imageio.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~
[22/32] Compiling openImageIOBridge openImageIOBridge.cc
[22/32] Linking DevirtualizeMacroPlugin-tool
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for OpenImageIO
warning: couldn't find pc file for ptex
warning: couldn't find pc file for OpenImageIO
warning: couldn't find pc file for ptex
BUILD FAILURE 6.3 macosSpm