Build Information
Successful build of Geodesic, reference main (540f1b
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 03:03:52 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/sbooth/Geodesic.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/Geodesic
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 540f1b9 Update swift.yml (#11)
Cloned https://github.com/sbooth/Geodesic.git
Revision (git rev-parse @):
540f1b9fb7ef739001f850ae1d40d3000146fb18
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sbooth/Geodesic.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sbooth/Geodesic.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-1EA4D86E10B52AF.txt
[2/3] Compiling CGeodesic geodesic.c
[4/5] Compiling Geodesic CLLocationCoordinate2D+Geodesic.swift
[5/5] Emitting module Geodesic
Build complete! (5.09s)
Fetching https://github.com/sbooth/CGeodesic
[1/93] Fetching cgeodesic
Fetched https://github.com/sbooth/CGeodesic from cache (0.67s)
Computing version for https://github.com/sbooth/CGeodesic
Computed https://github.com/sbooth/CGeodesic at 2.1.0 (1.19s)
Creating working copy for https://github.com/sbooth/CGeodesic
Working copy of https://github.com/sbooth/CGeodesic resolved at 2.1.0
Build complete.
{
"dependencies" : [
{
"identity" : "cgeodesic",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sbooth/CGeodesic"
}
],
"manifest_display_name" : "Geodesic",
"name" : "Geodesic",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Geodesic",
"targets" : [
"Geodesic"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GeodesicTests",
"module_type" : "SwiftTarget",
"name" : "GeodesicTests",
"path" : "Tests/GeodesicTests",
"sources" : [
"GeodesicTests.swift"
],
"target_dependencies" : [
"Geodesic"
],
"type" : "test"
},
{
"c99name" : "Geodesic",
"module_type" : "SwiftTarget",
"name" : "Geodesic",
"path" : "Sources/Geodesic",
"product_dependencies" : [
"CGeodesic"
],
"product_memberships" : [
"Geodesic"
],
"sources" : [
"CLLocationCoordinate2D+Geodesic.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.