Build Information
Successful build of vincenty, reference main (f1847e), with Swift 6.2 for macOS (SPM) on 9 Jan 2026 23:42:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.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/vincenty.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dastrobu/vincenty
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f1847e1 Update checkout action to v6
Cloned https://github.com/dastrobu/vincenty.git
Revision (git rev-parse @):
f1847e123fc2500581f0323a075198dc5564724f
SUCCESS checkout https://github.com/dastrobu/vincenty.git at main
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/dastrobu/geodesic.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
[88/2423] Fetching swift-docc-plugin, geodesic
[401/6060] Fetching swift-docc-plugin, geodesic, swift-docc-symbolkit
Fetched https://github.com/dastrobu/geodesic.git from cache (1.22s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.22s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.22s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy for https://github.com/apple/swift-docc-plugin
Creating working copy for https://github.com/dastrobu/geodesic.git
Working copy of https://github.com/dastrobu/geodesic.git resolved at 1.4.0
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "vincenty",
"name": "vincenty",
"url": "https://github.com/dastrobu/vincenty.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/vincenty",
"dependencies": [
]
}
]
}
Fetching https://github.com/dastrobu/vincenty.git
[1/658] Fetching vincenty
Fetched https://github.com/dastrobu/vincenty.git from cache (0.88s)
Creating working copy for https://github.com/dastrobu/vincenty.git
Working copy of https://github.com/dastrobu/vincenty.git resolved at main (f1847e1)
warning: '.resolve-product-dependencies': dependency 'vincenty' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dastrobu/vincenty.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-49B95AFC49DCD68C.txt
[5/6] Compiling vincenty vincenty.swift
[6/6] Emitting module vincenty
Build complete! (12.52s)
Build complete.
{
"dependencies" : [
{
"identity" : "geodesic",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dastrobu/geodesic.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "vincenty",
"name" : "vincenty",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "vincenty",
"targets" : [
"vincenty"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "vincentyTests",
"module_type" : "SwiftTarget",
"name" : "vincentyTests",
"path" : "Tests/vincentyTests",
"product_dependencies" : [
"geodesic"
],
"sources" : [
"vincentyTests.swift"
],
"target_dependencies" : [
"vincenty"
],
"type" : "test"
},
{
"c99name" : "vincenty",
"module_type" : "SwiftTarget",
"name" : "vincenty",
"path" : "Sources/vincenty",
"product_memberships" : [
"vincenty"
],
"sources" : [
"vincenty.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.