The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CoreGPX, reference master (42662c), with Swift 6.3 for Wasm on 15 Apr 2026 03:57:29 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vincentneo/CoreGPX.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vincentneo/CoreGPX
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 42662cc iOS minimum deployment is now set to v12.
Cloned https://github.com/vincentneo/CoreGPX.git
Revision (git rev-parse @):
42662cc9235d385bdd0356c8f4cb7b581da24e39
SUCCESS checkout https://github.com/vincentneo/CoreGPX.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/vincentneo/CoreGPX.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/30] Emitting module CoreGPX
[4/33] Compiling CoreGPX GPXError.swift
[5/33] Compiling CoreGPX GPXExtensions.swift
[6/33] Compiling CoreGPX GPXExtensionsElement.swift
[7/33] Compiling CoreGPX GPXFix.swift
[8/33] Compiling CoreGPX Converters.swift
[9/33] Compiling CoreGPX DateTimeParsers.swift
[10/33] Compiling CoreGPX GPXAuthor.swift
[11/33] Compiling CoreGPX GPXBounds.swift
[12/33] Compiling CoreGPX GPXPerson.swift
[13/33] Compiling CoreGPX GPXPoint.swift
[14/33] Compiling CoreGPX GPXPointSegment.swift
[15/33] Compiling CoreGPX GPXRawElement.swift
[16/33] Compiling CoreGPX GPXWaypoint.swift
[17/33] Compiling CoreGPX GPXWaypointProtocol.swift
[18/33] Compiling CoreGPX NSMutableString+XML.swift
[19/33] Compiling CoreGPX GPXRoot.swift
[20/33] Compiling CoreGPX GPXRoute.swift
[21/33] Compiling CoreGPX GPXRoutePoint.swift
[22/33] Compiling CoreGPX GPXRouteProtocol.swift
[23/33] Compiling CoreGPX GPXTrack.swift
[24/33] Compiling CoreGPX GPXTrackPoint.swift
[25/33] Compiling CoreGPX GPXTrackSegment.swift
[26/33] Compiling CoreGPX GPXLegacy.swift
[27/33] Compiling CoreGPX GPXLink.swift
[28/33] Compiling CoreGPX GPXMetadata.swift
[29/33] Compiling CoreGPX GPXParser.swift
[30/33] Compiling CoreGPX GPXCompression.swift
[31/33] Compiling CoreGPX GPXCopyright.swift
[32/33] Compiling CoreGPX GPXElement.swift
[33/33] Compiling CoreGPX GPXEmail.swift
Build complete! (19.72s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreGPX",
  "name" : "CoreGPX",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreGPX",
      "targets" : [
        "CoreGPX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreGPXTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreGPXTests",
      "path" : "Example/Tests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "CoreGPX"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreGPX",
      "module_type" : "SwiftTarget",
      "name" : "CoreGPX",
      "path" : "Classes",
      "product_memberships" : [
        "CoreGPX"
      ],
      "sources" : [
        "Converters.swift",
        "DateTimeParsers.swift",
        "GPXAuthor.swift",
        "GPXBounds.swift",
        "GPXCompression.swift",
        "GPXCopyright.swift",
        "GPXElement.swift",
        "GPXEmail.swift",
        "GPXError.swift",
        "GPXExtensions.swift",
        "GPXExtensionsElement.swift",
        "GPXFix.swift",
        "GPXLegacy.swift",
        "GPXLink.swift",
        "GPXMetadata.swift",
        "GPXParser.swift",
        "GPXPerson.swift",
        "GPXPoint.swift",
        "GPXPointSegment.swift",
        "GPXRawElement.swift",
        "GPXRoot.swift",
        "GPXRoute.swift",
        "GPXRoutePoint.swift",
        "GPXRouteProtocol.swift",
        "GPXTrack.swift",
        "GPXTrackPoint.swift",
        "GPXTrackSegment.swift",
        "GPXWaypoint.swift",
        "GPXWaypointProtocol.swift",
        "NSMutableString+XML.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.