The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Vulkan, reference master (54af73), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 15:07:08 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/ctreffs/SwiftVulkan.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ctreffs/SwiftVulkan
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 54af73c Update LICENSE
Cloned https://github.com/ctreffs/SwiftVulkan.git
Revision (git rev-parse @):
54af73ca33e493ccfadf02e6f00281be07b8a850
SUCCESS checkout https://github.com/ctreffs/SwiftVulkan.git at master
========================================
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": "swiftvulkan",
      "name": "Vulkan",
      "url": "https://github.com/ctreffs/SwiftVulkan.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftVulkan",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ctreffs/SwiftVulkan.git
[1/314] Fetching swiftvulkan
Fetched https://github.com/ctreffs/SwiftVulkan.git from cache (0.72s)
Creating working copy for https://github.com/ctreffs/SwiftVulkan.git
Working copy of https://github.com/ctreffs/SwiftVulkan.git resolved at master (54af73c)
warning: '.resolve-product-dependencies': dependency 'swiftvulkan' 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/ctreffs/SwiftVulkan.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
Build complete! (0.05s)
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install vulkan using your system-packager:
    brew install vulkan-sdk
warning: you may be able to install vulkan using your system-packager:
    brew install vulkan-sdk
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Vulkan",
  "name" : "Vulkan",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Vulkan",
      "targets" : [
        "Vulkan"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VulkanTests",
      "module_type" : "SwiftTarget",
      "name" : "VulkanTests",
      "path" : "Tests/VulkanTests",
      "sources" : [
        "VulkanTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Vulkan"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Vulkan",
      "module_type" : "SystemLibraryTarget",
      "name" : "Vulkan",
      "path" : "Sources/Vulkan",
      "product_memberships" : [
        "Vulkan"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.0"
}
Done.