Build Information
Successful build of geodesic, reference 1.5.0 (73cd08), with Swift 6.0 for macOS (SPM) on 10 Jan 2026 04:13:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dastrobu/geodesic.git
Reference: 1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dastrobu/geodesic
* tag 1.5.0 -> FETCH_HEAD
HEAD is now at 73cd086 Merge pull request #18 from dastrobu/geographiclib-v2.2
Cloned https://github.com/dastrobu/geodesic.git
Revision (git rev-parse @):
73cd0862dac7284343ea269e3b39b881e6976ab0
SUCCESS checkout https://github.com/dastrobu/geodesic.git at 1.5.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/dastrobu/geodesic.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-5BDAB9E9C0126B9D.txt
[2/3] Compiling geographiclib geodesic.c
[4/5] Compiling geodesic geodesic.swift
[5/5] Emitting module geodesic
Build complete! (1.07s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "geodesic",
"name" : "geodesic",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "geodesic",
"targets" : [
"geodesic"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "geographiclib",
"module_type" : "ClangTarget",
"name" : "geographiclib",
"path" : "Sources/geographiclib",
"product_memberships" : [
"geodesic"
],
"sources" : [
"geodesic.c"
],
"type" : "library"
},
{
"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_memberships" : [
"geodesic"
],
"sources" : [
"geodesic.swift"
],
"target_dependencies" : [
"geographiclib"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.