The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Graph3D, reference master (ada701), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 19:35:07 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/maxxfrazer/Swift-Graph3D.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maxxfrazer/Swift-Graph3D
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ada7019 expose findNearestNode methods and findPointOnEdge, as they can be useful being public
Cloned https://github.com/maxxfrazer/Swift-Graph3D.git
Revision (git rev-parse @):
ada7019734a1e86e286c56ea2220d970ebead360
SUCCESS checkout https://github.com/maxxfrazer/Swift-Graph3D.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/maxxfrazer/Swift-Graph3D.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling Graph3D SIMD3+Extensions.swift
[4/6] Compiling Graph3D RouteVertex.swift
[5/6] Emitting module Graph3D
[6/6] Compiling Graph3D Graph3D.swift
Build complete! (6.13s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Graph3D",
  "name" : "Graph3D",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "Graph3D",
      "targets" : [
        "Graph3D"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Graph3DTests",
      "module_type" : "SwiftTarget",
      "name" : "Graph3DTests",
      "path" : "Tests/Graph3DTests",
      "sources" : [
        "Graph3DTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Graph3D"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Graph3D",
      "module_type" : "SwiftTarget",
      "name" : "Graph3D",
      "path" : "Sources/Graph3D",
      "product_memberships" : [
        "Graph3D"
      ],
      "sources" : [
        "Graph3D.swift",
        "RouteVertex.swift",
        "SIMD3+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.