The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftGPX, reference 0.1.0 (512742), with Swift 6.3 for macOS (SPM) on 15 May 2026 20:52:27 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Distinctlyminty/SwiftGPX.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Distinctlyminty/SwiftGPX
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 5127425 Update CHANGELOG.md
Cloned https://github.com/Distinctlyminty/SwiftGPX.git
Revision (git rev-parse @):
512742597209a1b295284f9cf505fe47e32665d0
SUCCESS checkout https://github.com/Distinctlyminty/SwiftGPX.git at 0.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftgpx",
      "name": "SwiftGPX",
      "url": "https://github.com/Distinctlyminty/SwiftGPX.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftGPX",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Distinctlyminty/SwiftGPX.git
[1/100] Fetching swiftgpx
Fetched https://github.com/Distinctlyminty/SwiftGPX.git from cache (0.82s)
Creating working copy for https://github.com/Distinctlyminty/SwiftGPX.git
Working copy of https://github.com/Distinctlyminty/SwiftGPX.git resolved at 0.1.0 (5127425)
warning: '.resolve-product-dependencies': dependency 'swiftgpx' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Distinctlyminty/SwiftGPX.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/15] Compiling SwiftGPX GPXSerializer.swift
[4/16] Compiling SwiftGPX GPXDateFormatter.swift
[5/16] Compiling SwiftGPX GPXTrack.swift
[6/16] Compiling SwiftGPX GPXParser.swift
[7/16] Compiling SwiftGPX GPXWaypoint.swift
[8/16] Compiling SwiftGPX GPXParserDelegate.swift
[9/16] Compiling SwiftGPX GPXXMLWriter.swift
[10/16] Compiling SwiftGPX GPXMetadata.swift
[11/16] Compiling SwiftGPX GPXRoute.swift
[12/16] Compiling SwiftGPX GPXError.swift
[13/16] Compiling SwiftGPX GPXExtensions.swift
[14/16] Emitting module SwiftGPX
[15/16] Compiling SwiftGPX GPXDocument+CoreLocation.swift
[16/16] Compiling SwiftGPX GPXDocument.swift
Build complete! (5.23s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftGPX",
  "name" : "SwiftGPX",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftGPX",
      "targets" : [
        "SwiftGPX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftGPXTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGPXTests",
      "path" : "Tests/SwiftGPXTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftGPXTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ParserTests.swift",
        "RoundTripTests.swift",
        "SerializerTests.swift"
      ],
      "target_dependencies" : [
        "SwiftGPX"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftGPX",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGPX",
      "path" : "Sources/SwiftGPX",
      "product_memberships" : [
        "SwiftGPX"
      ],
      "sources" : [
        "CoreLocation/GPXDocument+CoreLocation.swift",
        "Models/GPXDocument.swift",
        "Models/GPXError.swift",
        "Models/GPXExtensions.swift",
        "Models/GPXMetadata.swift",
        "Models/GPXRoute.swift",
        "Models/GPXTrack.swift",
        "Models/GPXWaypoint.swift",
        "Parsing/GPXParser.swift",
        "Parsing/GPXParserDelegate.swift",
        "Serialization/GPXDateFormatter.swift",
        "Serialization/GPXSerializer.swift",
        "Serialization/GPXXMLWriter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.