The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of GPX, reference 1.1.0 (e89d1b), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 02:13:15 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: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/isklikas/iOS-GPX-Framework
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at e89d1b3 Async approach
Cloned https://github.com/isklikas/iOS-GPX-Framework.git
Revision (git rev-parse @):
e89d1b3691cf48fda80734aba7fb27709b95e4b4
SUCCESS checkout https://github.com/isklikas/iOS-GPX-Framework.git at 1.1.0
========================================
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 GPXElement.swift
[7/29] Compiling GPX GPXEmail.swift
[8/29] Compiling GPX GPXExtensions.swift
[9/29] Compiling GPX GPXRoute.swift
[10/29] Compiling GPX GPXRoutePoint.swift
[11/29] Compiling GPX GPXTrack.swift
[12/29] Compiling GPX GPXLink.swift
[13/29] Compiling GPX GPXMetadata.swift
[14/29] Compiling GPX GPXPerson.swift
[15/29] Compiling GPX GPXLogger.swift
[16/29] Compiling GPX GPXParser.swift
[17/29] Compiling GPX GPXTrackPoint.swift
[18/29] Compiling GPX GPXTrackPointExtensions.swift
[19/29] Compiling GPX GPXTrackSegment.swift
[20/29] Compiling GPX GPXWaypoint.swift
[21/29] Compiling GPX GPX-Extensions.swift
[22/29] Compiling GPX GPXTrailsTrackExtensions.swift
[23/29] Compiling GPX GPXTrailsTrackPointExtensions.swift
[24/29] Compiling GPX GPXAuthor.swift
[25/29] Compiling GPX GPXBounds.swift
[26/29] Compiling GPX GPXCopyright.swift
[27/29] Compiling GPX GPXPoint.swift
[28/29] Compiling GPX GPXPointSegment.swift
[29/29] Compiling GPX GPXRoot.swift
Build complete! (4.96s)
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.