The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Uridium with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aestesis/Uridium.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/aestesis/Uridium
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5bdc362 update swift 4.2
Cloned https://github.com/aestesis/Uridium.git
Revision (git rev-parse @):
5bdc362cba37c1f40e8ba9eee2cbdf60af3a78f0
SUCCESS checkout https://github.com/aestesis/Uridium.git at master
Fetching https://github.com/aestesis/xcb.git from cache
Fetching https://github.com/aestesis/Vulkan.git from cache
Fetched https://github.com/aestesis/xcb.git (0.18s)
Fetched https://github.com/aestesis/Vulkan.git (0.18s)
Computing version for https://github.com/aestesis/Vulkan.git
Computed https://github.com/aestesis/Vulkan.git at 1.0.6 (0.45s)
Computing version for https://github.com/aestesis/xcb.git
Computed https://github.com/aestesis/xcb.git at 1.0.1 (0.36s)
Creating working copy for https://github.com/aestesis/Vulkan.git
Working copy of https://github.com/aestesis/Vulkan.git resolved at 1.0.6
Creating working copy for https://github.com/aestesis/xcb.git
Working copy of https://github.com/aestesis/xcb.git resolved at 1.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "uridium",
      "name": "Uridium",
      "url": "https://github.com/aestesis/Uridium.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Uridium",
      "dependencies": [
        {
          "identity": "xcb",
          "name": "xcb",
          "url": "https://github.com/aestesis/xcb.git",
          "version": "1.0.1",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xcb",
          "dependencies": [
          ]
        },
        {
          "identity": "vulkan",
          "name": "Vulkan",
          "url": "https://github.com/aestesis/Vulkan.git",
          "version": "1.0.6",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Vulkan",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/aestesis/Uridium.git from cache
Fetched https://github.com/aestesis/Uridium.git (0.20s)
Fetching https://github.com/aestesis/Vulkan.git from cache
Fetching https://github.com/aestesis/xcb.git from cache
Fetched https://github.com/aestesis/xcb.git (0.18s)
Fetched https://github.com/aestesis/Vulkan.git (0.18s)
Computing version for https://github.com/aestesis/Vulkan.git
Computed https://github.com/aestesis/Vulkan.git at 1.0.6 (0.03s)
Computing version for https://github.com/aestesis/xcb.git
Computed https://github.com/aestesis/xcb.git at 1.0.1 (0.02s)
Creating working copy for https://github.com/aestesis/xcb.git
Working copy of https://github.com/aestesis/xcb.git resolved at 1.0.1
Creating working copy for https://github.com/aestesis/Uridium.git
Working copy of https://github.com/aestesis/Uridium.git resolved at master
Creating working copy for https://github.com/aestesis/Vulkan.git
Working copy of https://github.com/aestesis/Vulkan.git resolved at 1.0.6
warning: '.resolve-product-dependencies': dependency 'uridium' is not used by any target
Found 2 product dependencies
  - xcb
  - Vulkan
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/4] Emitting module Uridium
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Vulkan/Sources/Vulkan/module.modulemap:3:12: error: header '/usr/include/vulkan/vulkan.h' not found
    header "/usr/include/vulkan/vulkan.h"
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Uridium/LunarLayer.swift:1:8: error: could not build Objective-C module 'Vulkan'
import Vulkan
       ^
[2/4] Compiling Uridium LunarLayer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Vulkan/Sources/Vulkan/module.modulemap:3:12: error: header '/usr/include/vulkan/vulkan.h' not found
    header "/usr/include/vulkan/vulkan.h"
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Uridium/LunarLayer.swift:1:8: error: could not build Objective-C module 'Vulkan'
import Vulkan
       ^
[3/4] Compiling Uridium Tin.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Vulkan/Sources/Vulkan/module.modulemap:3:12: error: header '/usr/include/vulkan/vulkan.h' not found
    header "/usr/include/vulkan/vulkan.h"
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Uridium/LunarLayer.swift:1:8: error: could not build Objective-C module 'Vulkan'
import Vulkan
       ^
[4/4] Compiling Uridium Window.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Vulkan/Sources/Vulkan/module.modulemap:3:12: error: header '/usr/include/vulkan/vulkan.h' not found
    header "/usr/include/vulkan/vulkan.h"
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Uridium/LunarLayer.swift:1:8: error: could not build Objective-C module 'Vulkan'
import Vulkan
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/4] Emitting module Uridium
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Vulkan/Sources/Vulkan/module.modulemap:3:12: error: header '/usr/include/vulkan/vulkan.h' not found
    header "/usr/include/vulkan/vulkan.h"
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Uridium/LunarLayer.swift:1:8: error: could not build Objective-C module 'Vulkan'
import Vulkan
       ^
[2/4] Compiling Uridium LunarLayer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Vulkan/Sources/Vulkan/module.modulemap:3:12: error: header '/usr/include/vulkan/vulkan.h' not found
    header "/usr/include/vulkan/vulkan.h"
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Uridium/LunarLayer.swift:1:8: error: could not build Objective-C module 'Vulkan'
import Vulkan
       ^
[3/4] Compiling Uridium Tin.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Vulkan/Sources/Vulkan/module.modulemap:3:12: error: header '/usr/include/vulkan/vulkan.h' not found
    header "/usr/include/vulkan/vulkan.h"
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Uridium/LunarLayer.swift:1:8: error: could not build Objective-C module 'Vulkan'
import Vulkan
       ^
[4/4] Compiling Uridium Window.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Vulkan/Sources/Vulkan/module.modulemap:3:12: error: header '/usr/include/vulkan/vulkan.h' not found
    header "/usr/include/vulkan/vulkan.h"
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Uridium/LunarLayer.swift:1:8: error: could not build Objective-C module 'Vulkan'
import Vulkan
       ^
error: fatalError
BUILD FAILURE 5.9 macosSpm