The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Vulkan, reference master (54af73), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 03:35:18 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ctreffs/SwiftVulkan.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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.