Build Information
Successful build of UTMConversion, reference master (53172a), with Swift 6.2 for macOS (SPM) on 29 Apr 2026 07:43:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/designedbyclowns/UTMConversion.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/designedbyclowns/UTMConversion
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 53172a2 Bump version number to 1.4
Cloned https://github.com/designedbyclowns/UTMConversion.git
Revision (git rev-parse @):
53172a2f32b4c403a7ab362e0995fd48e9ef9d2b
SUCCESS checkout https://github.com/designedbyclowns/UTMConversion.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/designedbyclowns/UTMConversion.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/7] Compiling UTMConversion TMCoordinate.swift
[4/7] Compiling UTMConversion UTMCoordinate.swift
[5/7] Compiling UTMConversion CLLocation+UTMCoordinate.swift
[6/7] Compiling UTMConversion CLLocationCoordinate2D+UTMCoordinate.swift
[7/7] Emitting module UTMConversion
Build complete! (3.94s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "UTMConversion",
"name" : "UTMConversion",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.10"
}
],
"products" : [
{
"name" : "UTMConversion",
"targets" : [
"UTMConversion"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UTMConversionTests",
"module_type" : "SwiftTarget",
"name" : "UTMConversionTests",
"path" : "UTMConversionTests",
"sources" : [
"UTMConversionTests.swift"
],
"target_dependencies" : [
"UTMConversion"
],
"type" : "test"
},
{
"c99name" : "UTMConversion",
"module_type" : "SwiftTarget",
"name" : "UTMConversion",
"path" : "UTMConversion",
"product_memberships" : [
"UTMConversion"
],
"sources" : [
"CLLocation+UTMCoordinate.swift",
"CLLocationCoordinate2D+UTMCoordinate.swift",
"TMCoordinate.swift",
"UTMCoordinate.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.