Build Information
Successful build of GPX, reference main (7b387b
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 02:13:06 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/isklikas/iOS-GPX-Framework.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/isklikas/iOS-GPX-Framework
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7b387b4 Update README.md
Cloned https://github.com/isklikas/iOS-GPX-Framework.git
Revision (git rev-parse @):
7b387b48b04786a0856aec4e933be7acb914a776
SUCCESS checkout https://github.com/isklikas/iOS-GPX-Framework.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/isklikas/iOS-GPX-Framework.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/27] Emitting module GPX
[4/29] Compiling GPX GPXType.swift
[5/29] Compiling GPX GPXXMLParser.swift
[6/29] Compiling GPX GPXTrailsTrackExtensions.swift
[7/29] Compiling GPX GPXTrailsTrackPointExtensions.swift
[8/29] Compiling GPX GPXAuthor.swift
[9/29] Compiling GPX GPXBounds.swift
[10/29] Compiling GPX GPXCopyright.swift
[11/29] Compiling GPX GPXTrackPoint.swift
[12/29] Compiling GPX GPXTrackPointExtensions.swift
[13/29] Compiling GPX GPXTrackSegment.swift
[14/29] Compiling GPX GPXRoute.swift
[15/29] Compiling GPX GPXRoutePoint.swift
[16/29] Compiling GPX GPXTrack.swift
[17/29] Compiling GPX GPXLogger.swift
[18/29] Compiling GPX GPXParser.swift
[19/29] Compiling GPX GPXPoint.swift
[20/29] Compiling GPX GPXPointSegment.swift
[21/29] Compiling GPX GPXRoot.swift
[22/29] Compiling GPX GPXLink.swift
[23/29] Compiling GPX GPXMetadata.swift
[24/29] Compiling GPX GPXPerson.swift
[25/29] Compiling GPX GPXWaypoint.swift
[26/29] Compiling GPX GPX-Extensions.swift
[27/29] Compiling GPX GPXElement.swift
[28/29] Compiling GPX GPXEmail.swift
[29/29] Compiling GPX GPXExtensions.swift
Build complete! (5.31s)
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"
]
}
}
],
"targets" : [
{
"c99name" : "GPXTests",
"module_type" : "SwiftTarget",
"name" : "GPXTests",
"path" : "Tests/GPXTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/GPXTests/mystic_basin_trail.gpx",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/GPXTests/sample.gpx",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"GPXTests.swift"
],
"target_dependencies" : [
"GPX"
],
"type" : "test"
},
{
"c99name" : "GPX",
"module_type" : "SwiftTarget",
"name" : "GPX",
"path" : "Sources/GPX",
"product_memberships" : [
"GPX"
],
"sources" : [
"Element/GPXAuthor.swift",
"Element/GPXBounds.swift",
"Element/GPXCopyright.swift",
"Element/GPXElement.swift",
"Element/GPXEmail.swift",
"Element/GPXExtensions.swift",
"Element/GPXLink.swift",
"Element/GPXMetadata.swift",
"Element/GPXPerson.swift",
"Element/GPXPoint.swift",
"Element/GPXPointSegment.swift",
"Element/GPXRoot.swift",
"Element/GPXRoute.swift",
"Element/GPXRoutePoint.swift",
"Element/GPXTrack.swift",
"Element/GPXTrackPoint.swift",
"Element/GPXTrackPointExtensions.swift",
"Element/GPXTrackSegment.swift",
"Element/GPXTrailsTrackExtensions.swift",
"Element/GPXTrailsTrackPointExtensions.swift",
"Element/GPXWaypoint.swift",
"GPX-Extensions.swift",
"GPXLogger.swift",
"GPXParser.swift",
"GPXType.swift",
"GPXXMLParser.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.