Build Information
Successful build of Geotum, reference 1.4.1 (ecd8e8), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 12:14:13 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/pducks32/Geotum.git
Reference: 1.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pducks32/Geotum
* tag 1.4.1 -> FETCH_HEAD
HEAD is now at ecd8e81 Bump minor
Cloned https://github.com/pducks32/Geotum.git
Revision (git rev-parse @):
ecd8e81374fe417ff3d5d56cf7bd120f06242144
SUCCESS checkout https://github.com/pducks32/Geotum.git at 1.4.1
========================================
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": "geotum",
"name": "Geotum",
"url": "https://github.com/pducks32/Geotum.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Geotum",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/pducks32/Geotum.git
[1/251] Fetching geotum
Fetched https://github.com/pducks32/Geotum.git from cache (0.68s)
Creating working copy for https://github.com/pducks32/Geotum.git
Working copy of https://github.com/pducks32/Geotum.git resolved at 1.4.1 (ecd8e81)
warning: '.resolve-product-dependencies': dependency 'geotum' 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/pducks32/Geotum.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 Geotum Geotum.swift
[4/4] Emitting module Geotum
Build complete! (3.87s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Geotum",
"name" : "Geotum",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Geotum",
"targets" : [
"Geotum"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GeotumTests",
"module_type" : "SwiftTarget",
"name" : "GeotumTests",
"path" : "Tests/GeotumTests",
"sources" : [
"GeotumTests.swift"
],
"target_dependencies" : [
"Geotum"
],
"type" : "test"
},
{
"c99name" : "Geotum",
"module_type" : "SwiftTarget",
"name" : "Geotum",
"path" : "Sources/Geotum",
"product_memberships" : [
"Geotum"
],
"sources" : [
"Geotum.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.