Build Information
Successful build of vincenty, reference 1.1.6 (7581e6), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 03:55:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dastrobu/vincenty.git
Reference: 1.1.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dastrobu/vincenty
* tag 1.1.6 -> FETCH_HEAD
HEAD is now at 7581e6e release 1.1.6: fix CI simulator destination
Cloned https://github.com/dastrobu/vincenty.git
Revision (git rev-parse @):
7581e6e1e9fe678fcc97ab85b69615722b7c4063
SUCCESS checkout https://github.com/dastrobu/vincenty.git at 1.1.6
Fetching https://github.com/dastrobu/geodesic.git
[1/265] Fetching geodesic
Fetched https://github.com/dastrobu/geodesic.git from cache (0.74s)
Computing version for https://github.com/dastrobu/geodesic.git
Computed https://github.com/dastrobu/geodesic.git at 1.4.0 (4.15s)
Creating working copy for https://github.com/dastrobu/geodesic.git
Working copy of https://github.com/dastrobu/geodesic.git resolved at 1.4.0
========================================
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",
"traits": [
"default"
],
"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",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/dastrobu/vincenty.git
[1/658] Fetching vincenty
Fetched https://github.com/dastrobu/vincenty.git from cache (0.91s)
Creating working copy for https://github.com/dastrobu/vincenty.git
Working copy of https://github.com/dastrobu/vincenty.git resolved at 1.1.6 (7581e6e)
warning: '.resolve-product-dependencies': dependency 'vincenty' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/dastrobu/vincenty.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Compiling vincenty vincenty.swift
[4/4] Emitting module vincenty
Build complete! (2.18s)
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"
}
],
"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.