Build Information
Successful build of GPX, reference master (c94934
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 05:19:14 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sammy-SC/GPX.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sammy-SC/GPX
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c94934e Bump Swift version number + package version number
Cloned https://github.com/sammy-SC/GPX.git
Revision (git rev-parse @):
c94934e12c7f9f9180cf2d73957a41b477069232
SUCCESS checkout https://github.com/sammy-SC/GPX.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sammy-SC/GPX.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/11] Compiling GPX TrackedPoint.swift
[4/11] Compiling GPX Date+Helpers.swift
[5/11] Compiling GPX Track.swift
[6/11] Compiling GPX Location.swift
[7/11] Compiling GPX String+Helpers.swift
[8/11] Compiling GPX Root.swift
[9/11] Compiling GPX TrackSegment.swift
[10/11] Compiling GPX GPXNode.swift
[11/11] Emitting module GPX
Build complete! (3.67s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "GPX",
"name" : "GPX",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "GPX",
"targets" : [
"GPX"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4"
],
"targets" : [
{
"c99name" : "GPXTests",
"module_type" : "SwiftTarget",
"name" : "GPXTests",
"path" : "Tests/GPXTests",
"sources" : [
"Factories.swift",
"RootTests.swift",
"TrackSegmentTests.swift",
"TrackTests.swift",
"TrackedPointTests.swift"
],
"target_dependencies" : [
"GPX"
],
"type" : "test"
},
{
"c99name" : "GPX",
"module_type" : "SwiftTarget",
"name" : "GPX",
"path" : "Sources/GPX",
"product_memberships" : [
"GPX"
],
"sources" : [
"Date+Helpers.swift",
"GPXNode.swift",
"Location.swift",
"Root.swift",
"String+Helpers.swift",
"Track.swift",
"TrackSegment.swift",
"TrackedPoint.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.