The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Gpx, reference main (4a223f), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 19:49:07 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/fjagerman/Gpx.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fjagerman/Gpx
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4a223ff Added badgs in readme
Cloned https://github.com/fjagerman/Gpx.git
Revision (git rev-parse @):
4a223ffc56a0d9bd63b42926e988195c9c3115ea
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/fjagerman/Gpx.git at main
Fetching https://github.com/MaxDesiatov/XMLCoder.git
[1/10092] Fetching xmlcoder
Fetched https://github.com/MaxDesiatov/XMLCoder.git from cache (1.15s)
Computing version for https://github.com/MaxDesiatov/XMLCoder.git
Computed https://github.com/MaxDesiatov/XMLCoder.git at 0.13.0 (1.82s)
Creating working copy for https://github.com/MaxDesiatov/XMLCoder.git
Working copy of https://github.com/MaxDesiatov/XMLCoder.git resolved at 0.13.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": "gpx",
      "name": "Gpx",
      "url": "https://github.com/fjagerman/Gpx.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Gpx",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "xmlcoder",
          "name": "XMLCoder",
          "url": "https://github.com/MaxDesiatov/XMLCoder.git",
          "version": "0.18.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XMLCoder",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/fjagerman/Gpx.git
[1/47] Fetching gpx
Fetched https://github.com/fjagerman/Gpx.git from cache (0.57s)
Fetching https://github.com/MaxDesiatov/XMLCoder.git from cache
Fetched https://github.com/MaxDesiatov/XMLCoder.git from cache (0.41s)
Computing version for https://github.com/MaxDesiatov/XMLCoder.git
Computed https://github.com/MaxDesiatov/XMLCoder.git at 0.18.1 (1.07s)
Creating working copy for https://github.com/fjagerman/Gpx.git
Working copy of https://github.com/fjagerman/Gpx.git resolved at main (4a223ff)
Creating working copy for https://github.com/MaxDesiatov/XMLCoder.git
Working copy of https://github.com/MaxDesiatov/XMLCoder.git resolved at 0.18.1
warning: '.resolve-product-dependencies': dependency 'gpx' is not used by any target
Found 1 product dependencies
  - XMLCoder
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/fjagerman/Gpx.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/49] Compiling XMLCoder KeyedBox.swift
[5/49] Compiling XMLCoder NullBox.swift
[6/49] Compiling XMLCoder SharedBox.swift
[7/49] Compiling XMLCoder SingleKeyedBox.swift
[8/49] Compiling XMLCoder StringBox.swift
[9/53] Emitting module XMLCoder
[10/53] Compiling XMLCoder Attribute.swift
[11/53] Compiling XMLCoder BoolBox.swift
[12/53] Compiling XMLCoder Box.swift
[13/53] Compiling XMLCoder ChoiceBox.swift
[14/53] Compiling XMLCoder DataBox.swift
[15/53] Compiling XMLCoder ElementAndAttribute.swift
[16/53] Compiling XMLCoder ISO8601DateFormatter.swift
[17/53] Compiling XMLCoder KeyedStorage.swift
[18/53] Compiling XMLCoder Metatypes.swift
[19/53] Compiling XMLCoder String+Extensions.swift
[20/53] Compiling XMLCoder XMLChoiceCodingKey.swift
[21/53] Compiling XMLCoder XMLCoderElement.swift
[22/53] Compiling XMLCoder XMLHeader.swift
[23/53] Compiling XMLCoder XMLKey.swift
[24/53] Compiling XMLCoder XMLStackParser.swift
[25/53] Compiling XMLCoder XMLEncodingStorage.swift
[26/53] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[27/53] Compiling XMLCoder XMLReferencingEncoder.swift
[28/53] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[29/53] Compiling XMLCoder DateBox.swift
[30/53] Compiling XMLCoder DecimalBox.swift
[31/53] Compiling XMLCoder DoubleBox.swift
[32/53] Compiling XMLCoder FloatBox.swift
[33/53] Compiling XMLCoder IntBox.swift
[34/53] Compiling XMLCoder UIntBox.swift
[35/53] Compiling XMLCoder URLBox.swift
[36/53] Compiling XMLCoder UnkeyedBox.swift
[37/53] Compiling XMLCoder ValueBox.swift
[38/53] Compiling XMLCoder Element.swift
[39/53] Compiling XMLCoder XMLDecoderImplementation.swift
[40/53] Compiling XMLCoder XMLDecodingStorage.swift
[41/53] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[42/53] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[43/53] Compiling XMLCoder DynamicNodeEncoding.swift
[44/53] Compiling XMLCoder DecodingErrorExtension.swift
[45/53] Compiling XMLCoder DynamicNodeDecoding.swift
[46/53] Compiling XMLCoder SingleValueDecodingContainer.swift
[47/53] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[48/53] Compiling XMLCoder XMLDecoder.swift
[49/53] Compiling XMLCoder EncodingErrorExtension.swift
[50/53] Compiling XMLCoder SingleValueEncodingContainer.swift
[51/53] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[52/53] Compiling XMLCoder XMLEncoder.swift
[53/53] Compiling XMLCoder XMLEncoderImplementation.swift
[54/55] Emitting module Gpx
[55/55] Compiling Gpx Gpx.swift
Build complete! (6.52s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MaxDesiatov/XMLCoder.git"
    }
  ],
  "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",
      "product_dependencies" : [
        "XMLCoder"
      ],
      "sources" : [
        "GpxTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Gpx"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Gpx",
      "module_type" : "SwiftTarget",
      "name" : "Gpx",
      "path" : "Sources/Gpx",
      "product_dependencies" : [
        "XMLCoder"
      ],
      "product_memberships" : [
        "Gpx"
      ],
      "sources" : [
        "Gpx.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/fjagerman/gpx/main
Repository:               fjagerman/Gpx
Swift version used:       6.3
Target:                   Gpx
Extracting symbol information for 'Gpx'...
Finished extracting symbol information for 'Gpx'. (26.87s)
Building documentation for 'Gpx'...
warning: 'XMLCoder' doesn't exist at '/Gpx/Gpx/nodeEncoding(for:)'
  --> ../Gpx.swift:35:37-35:45
33 |     public var extensions: ExtensionsType? // (Element)
34 |
35 +     /// Conformance to XMLCoder   ``XMLCoder/DynamicNodeEncodable`` protocol
36 |     public static func nodeEncoding(for key: CodingKey) -> XMLEncoder.NodeEncoding {
37 |         switch key {
warning: 'XMLCoder' doesn't exist at '/Gpx/Gpx/nodeDecoding(for:)'
  --> ../Gpx.swift:45:37-45:45
43 |     }
44 |
45 +     /// Conformance to XMLCoder   ``XMLCoder/DynamicNodeDecodable`` protocol
46 |     public static func nodeDecoding(for key: CodingKey) -> XMLDecoder.NodeDecoding {
47 |         switch key {
warning: 'XMLCoder' doesn't exist at '/Gpx/Gpx/WptType/nodeEncoding(for:)'
   --> ../Gpx.swift:153:41-153:49
151 |         public var extensions: ExtensionsType? // (Element)
152 |
153 +         /// Conformance to XMLCoder   ``XMLCoder/DynamicNodeEncodable`` protocol
154 |         public static func nodeEncoding(for key: CodingKey) -> XMLEncoder.NodeEncoding {
155 |             switch key {
warning: 'XMLCoder' doesn't exist at '/Gpx/Gpx/WptType/nodeDecoding(for:)'
   --> ../Gpx.swift:163:41-163:49
161 |         }
162 |
163 +         /// Conformance to XMLCoder   ``XMLCoder/DynamicNodeDecodable`` protocol
164 |         public static func nodeDecoding(for key: CodingKey) -> XMLDecoder.NodeDecoding {
165 |             switch key {
warning: 'XMLCoder' doesn't exist at '/Gpx/Gpx/CopyrightType/nodeEncoding(for:)'
   --> ../Gpx.swift:266:41-266:49
264 |         public var license: URL? // (Element)
265 |
266 +         /// Conformance to XMLCoder   ``XMLCoder/DynamicNodeEncodable`` protocol
267 |         public static func nodeEncoding(for key: CodingKey) -> XMLEncoder.NodeEncoding {
268 |             switch key {
warning: 'XMLCoder' doesn't exist at '/Gpx/Gpx/CopyrightType/nodeDecoding(for:)'
   --> ../Gpx.swift:276:41-276:49
274 |         }
275 |
276 +         /// Conformance to XMLCoder   ``XMLCoder/DynamicNodeDecodable`` protocol
277 |         public static func nodeDecoding(for key: CodingKey) -> XMLDecoder.NodeDecoding {
278 |             switch key {
warning: 'XMLCoder' doesn't exist at '/Gpx/Gpx/LinkType/nodeEncoding(for:)'
   --> ../Gpx.swift:299:41-299:49
297 |         public var type: String? // (Element)
298 |
299 +         /// Conformance to XMLCoder   ``XMLCoder/DynamicNodeEncodable`` protocol
300 |         public static func nodeEncoding(for key: CodingKey) -> XMLEncoder.NodeEncoding {
301 |             switch key {
warning: 'XMLCoder' doesn't exist at '/Gpx/Gpx/LinkType/nodeDecoding(for:)'
   --> ../Gpx.swift:309:41-309:49
307 |         }
308 |
309 +         /// Conformance to XMLCoder   ``XMLCoder/DynamicNodeDecodable`` protocol
310 |         public static func nodeDecoding(for key: CodingKey) -> XMLDecoder.NodeDecoding {
311 |             switch key {
warning: 'XMLCoder' doesn't exist at '/Gpx/Gpx/PtType/nodeEncoding(for:)'
   --> ../Gpx.swift:355:41-355:49
353 |         public var time: Date? // (Element)
354 |
355 +         /// Conformance to XMLCoder   ``XMLCoder/DynamicNodeEncodable`` protocol
356 |         public static func nodeEncoding(for key: CodingKey) -> XMLEncoder.NodeEncoding {
357 |             switch key {
warning: 'XMLCoder' doesn't exist at '/Gpx/Gpx/PtType/nodeDecoding(for:)'
   --> ../Gpx.swift:365:41-365:49
363 |         }
364 |
365 +         /// Conformance to XMLCoder   ``XMLCoder/DynamicNodeDecodable`` protocol
366 |         public static func nodeDecoding(for key: CodingKey) -> XMLDecoder.NodeDecoding {
367 |             switch key {
Finished building documentation for 'Gpx' (0.39s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/fjagerman/gpx/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
Updating https://github.com/MaxDesiatov/XMLCoder.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.20s)
Updated https://github.com/MaxDesiatov/XMLCoder.git (0.46s)
Computing version for https://github.com/MaxDesiatov/XMLCoder.git
Computed https://github.com/MaxDesiatov/XMLCoder.git at 0.13.0 (2.34s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.70s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.13s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.93s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit SemanticVersion.swift
[8/57] Compiling SymbolKit AccessControl.swift
[9/57] Compiling SymbolKit Availability.swift
[10/57] Compiling SymbolKit AvailabilityItem.swift
[11/57] Compiling SymbolKit Domain.swift
[12/57] Compiling SymbolKit DeclarationFragments.swift
[13/57] Compiling SymbolKit Fragment.swift
[14/57] Compiling SymbolKit FragmentKind.swift
[15/57] Compiling SymbolKit FunctionParameter.swift
[16/57] Compiling SymbolKit FunctionSignature.swift
[17/57] Compiling SymbolKit Identifier.swift
[18/57] Compiling SymbolKit KindIdentifier.swift
[19/57] Compiling SymbolKit Location.swift
[20/57] Compiling SymbolKit Mutability.swift
[21/57] Compiling SymbolKit Names.swift
[22/57] Compiling SymbolKit SPI.swift
[23/57] Compiling SymbolKit Snippet.swift
[24/57] Compiling SymbolKit Extension.swift
[25/57] Compiling SymbolKit SourceRange.swift
[26/57] Compiling SymbolKit Metadata.swift
[27/57] Compiling SymbolKit Module.swift
[28/57] Compiling SymbolKit OperatingSystem.swift
[29/57] Compiling SymbolKit Platform.swift
[30/57] Compiling SymbolKit Mixin+Equals.swift
[31/57] Compiling SymbolKit Mixin+Hash.swift
[32/57] Compiling SymbolKit Mixin.swift
[33/57] Compiling SymbolKit LineList.swift
[34/57] Compiling SymbolKit Position.swift
[35/57] Compiling SymbolKit Relationship.swift
[36/57] Compiling SymbolKit RelationshipKind.swift
[37/57] Compiling SymbolKit SourceOrigin.swift
[38/57] Compiling SymbolKit GenericConstraints.swift
[39/57] Compiling SymbolKit Swift.swift
[40/57] Compiling SymbolKit GenericConstraint.swift
[41/57] Compiling SymbolKit GenericParameter.swift
[42/57] Compiling SymbolKit Generics.swift
[43/57] Compiling SymbolKit Namespace.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Emitting module snippet_extract
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.12s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Gpx' complete! (0.19s)
     312
3	/Users/admin/builder/spi-builder-workspace/.docs/fjagerman/gpx/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/fjagerman/gpx/main
File count: 312
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-fjagerman-gpx-main-e444de85.zip to s3://spi-docs-inbox/prod-fjagerman-gpx-main-e444de85.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [71%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.