The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PathWorks, reference main (9e2c23), with Swift 6.2 for macOS (SPM) on 7 May 2026 17:06:41 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.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/RuiNelson/PathWorks.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RuiNelson/PathWorks
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9e2c23a Delete contents.xcworkspacedata
Cloned https://github.com/RuiNelson/PathWorks.git
Revision (git rev-parse @):
9e2c23a62c515ba559a960fd8e33236e895cbcb8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/RuiNelson/PathWorks.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/RuiNelson/PathWorks.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/4] Compiling PathWorks PathWorks.swift
[4/4] Emitting module PathWorks
Build complete! (4.21s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PathWorks",
  "name" : "PathWorks",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PathWorks",
      "targets" : [
        "PathWorks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PathWorksTests",
      "module_type" : "SwiftTarget",
      "name" : "PathWorksTests",
      "path" : "Tests/PathWorksTests",
      "sources" : [
        "PathWorksTests.swift"
      ],
      "target_dependencies" : [
        "PathWorks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PathWorks",
      "module_type" : "SwiftTarget",
      "name" : "PathWorks",
      "path" : "Sources/PathWorks",
      "product_memberships" : [
        "PathWorks"
      ],
      "sources" : [
        "PathWorks.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.