Build Information
Successful build of DelaunayTriangulation, reference 1.0.0 (5738c6), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 10:18:54 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AlexLittlejohn/DelaunaySwift.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AlexLittlejohn/DelaunaySwift
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 5738c6a Merge branch 'release/1.0.0'
Cloned https://github.com/AlexLittlejohn/DelaunaySwift.git
Revision (git rev-parse @):
5738c6a3b140d990a5dd89fe50d0cae933268bda
SUCCESS checkout https://github.com/AlexLittlejohn/DelaunaySwift.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/AlexLittlejohn/DelaunaySwift.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/8] Compiling DelaunayTriangulation Point.swift
[4/8] Compiling DelaunayTriangulation Edge.swift
[5/8] Compiling DelaunayTriangulation Triangle.swift
[6/8] Compiling DelaunayTriangulation DelaunaySwift.swift
[7/8] Emitting module DelaunayTriangulation
[8/8] Compiling DelaunayTriangulation Circumcircle.swift
Build complete! (0.78s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DelaunayTriangulation",
"name" : "DelaunayTriangulation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "DelaunayTriangulation",
"targets" : [
"DelaunayTriangulation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DelaunayTriangulation",
"module_type" : "SwiftTarget",
"name" : "DelaunayTriangulation",
"path" : "DelaunayTriangulation",
"product_memberships" : [
"DelaunayTriangulation"
],
"sources" : [
"Circumcircle.swift",
"DelaunaySwift.swift",
"Edge.swift",
"Point.swift",
"Triangle.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.