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 RCGPX, reference 1.0.1 (3a5ad1), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 02:26:02 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/RCCoop/RCGPX.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RCCoop/RCGPX
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 3a5ad1b Added UTType.gpx
Cloned https://github.com/RCCoop/RCGPX.git
Revision (git rev-parse @):
3a5ad1bc6498e94b304870123fa5fbf17b7fbfd0
SUCCESS checkout https://github.com/RCCoop/RCGPX.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/RCCoop/RCGPX.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/10] Compiling AEXML Options.swift
[5/10] Compiling AEXML Parser.swift
[6/10] Compiling AEXML Error.swift
[7/10] Compiling AEXML Document.swift
[8/10] Emitting module AEXML
[9/10] Compiling AEXML Builders.swift
[10/10] Compiling AEXML Element.swift
[11/19] Emitting module RCGPX
[12/19] Compiling RCGPX UTType+GPX.swift
[13/19] Compiling RCGPX GPXElement.swift
[14/19] Compiling RCGPX GPXTrack.swift
[15/19] Compiling RCGPX GPXWaypoint.swift
[16/19] Compiling RCGPX GPXDocument.swift
[17/19] Compiling RCGPX GPXWaypoint+Internals.swift
[18/19] Compiling RCGPX GPXDocument+Internals.swift
[19/19] Compiling RCGPX GPXTrack+Internals.swift
Build complete! (6.51s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.94s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.39s)
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "aexml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.6.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tadija/AEXML.git"
    }
  ],
  "manifest_display_name" : "RCGPX",
  "name" : "RCGPX",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "RCGPX",
      "targets" : [
        "RCGPX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RCGPXTests",
      "module_type" : "SwiftTarget",
      "name" : "RCGPXTests",
      "path" : "Tests/RCGPXTests",
      "product_dependencies" : [
        "AEXML"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RCGPXTests/GPSVisSample.gpx",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "RCGPXTests.swift"
      ],
      "target_dependencies" : [
        "RCGPX"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RCGPX",
      "module_type" : "SwiftTarget",
      "name" : "RCGPX",
      "path" : "Sources/RCGPX",
      "product_dependencies" : [
        "AEXML"
      ],
      "product_memberships" : [
        "RCGPX"
      ],
      "sources" : [
        "GPXDocument.swift",
        "GPXTrack.swift",
        "GPXWaypoint.swift",
        "Internal/GPXDocument+Internals.swift",
        "Internal/GPXElement.swift",
        "Internal/GPXTrack+Internals.swift",
        "Internal/GPXWaypoint+Internals.swift",
        "UTType+GPX.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.