The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of GPXKit, reference main (95e596), with Swift 6.1 for Linux on 1 May 2025 02:30:07 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mmllr/GPXKit.git
Reference: main
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/mmllr/GPXKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 95e5969 Clarifies dependencies in README
Cloned https://github.com/mmllr/GPXKit.git
Revision (git rev-parse @):
95e5969be26e2c662b0fc8eda0ceb0ca2e135743
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mmllr/GPXKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mmllr/GPXKit.git
https://github.com/mmllr/GPXKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    }
  ],
  "manifest_display_name" : "GPXKit",
  "name" : "GPXKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "GPXKit",
      "targets" : [
        "GPXKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "GPXKitTests",
      "module_type" : "SwiftTarget",
      "name" : "GPXKitTests",
      "path" : "Tests/GPXKitTests",
      "product_dependencies" : [
        "CustomDump",
        "Numerics"
      ],
      "sources" : [
        "CollectionExtensionsTests.swift",
        "CombineExtensionTests.swift",
        "Fixtures.swift",
        "GPXExporterTests.swift",
        "GPXParserTests.swift",
        "GPXTrackTests.swift",
        "GeoBoundsTests.swift",
        "GeoCoordinateExtensionsTests.swift",
        "GradeSegmentTests.swift",
        "MapKitExtensionsTests.swift",
        "TestFixtures.swift",
        "TestHelpers.swift",
        "TrackGraphCoreLocationTests.swift",
        "TrackGraphTests.swift"
      ],
      "target_dependencies" : [
        "GPXKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GPXKit",
      "module_type" : "SwiftTarget",
      "name" : "GPXKit",
      "path" : "Sources/GPXKit",
      "product_dependencies" : [
        "Algorithms"
      ],
      "product_memberships" : [
        "GPXKit"
      ],
      "sources" : [
        "BasicXMLParser.swift",
        "Climb.swift",
        "CollectionExtensions.swift",
        "CombineSupport.swift",
        "Coordinate.swift",
        "CoreLocationSupport.swift",
        "DistanceCalculation.swift",
        "DistanceHeight.swift",
        "GPXExporter.swift",
        "GPXFileParser.swift",
        "GPXTrack.swift",
        "GeoBounds.swift",
        "GeoCoordinate.swift",
        "GradeSegment.swift",
        "ISO8601DateFormatter.swift",
        "TrackGraph+Private.swift",
        "TrackGraph.swift",
        "TrackPoint.swift",
        "TrackSegment.swift",
        "Waypoint.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/apple/swift-algorithms
[1/5903] Fetching swift-algorithms
[3484/10484] Fetching swift-algorithms, swift-custom-dump
[6366/12533] Fetching swift-algorithms, swift-custom-dump, swift-docc-plugin
[7704/18207] Fetching swift-algorithms, swift-custom-dump, swift-docc-plugin, swift-numerics
[9912/23608] Fetching swift-algorithms, swift-custom-dump, swift-docc-plugin, swift-numerics, xctest-dynamic-overlay
Fetched https://github.com/apple/swift-numerics from cache (0.89s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.09s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.19s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.19s)
Fetched https://github.com/apple/swift-algorithms from cache (1.19s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (3.20s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.34s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.96s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.64s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.72s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.49s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.47s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
warning: 'spi-builder-workspace': dependency 'xctest-dynamic-overlay' is not used by any target
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/7] Write sources
[5/7] Compiling _NumericsShims _NumericsShims.c
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/17] Compiling RealModule Real.swift
[9/18] Compiling RealModule RealFunctions.swift
[10/18] Compiling RealModule Float16+Real.swift
[11/18] Compiling RealModule Float+Real.swift
[12/18] Compiling RealModule Float80+Real.swift
[13/18] Emitting module RealModule
[14/18] Compiling RealModule ElementaryFunctions.swift
[15/18] Compiling RealModule AlgebraicField.swift
[16/18] Compiling RealModule ApproximateEquality.swift
[17/18] Compiling RealModule AugmentedArithmetic.swift
[18/18] Compiling RealModule Double+Real.swift
[20/44] Compiling Algorithms Compacted.swift
[21/44] Compiling Algorithms Cycle.swift
[22/44] Compiling Algorithms EitherSequence.swift
[23/44] Compiling Algorithms FirstNonNil.swift
[24/47] Compiling Algorithms Split.swift
[25/47] Compiling Algorithms Stride.swift
[26/47] Compiling Algorithms Suffix.swift
[27/47] Compiling Algorithms Joined.swift
[28/47] Compiling Algorithms Keyed.swift
[29/47] Compiling Algorithms MinMax.swift
[30/47] Compiling Algorithms RandomSample.swift
[31/47] Compiling Algorithms Reductions.swift
[32/47] Compiling Algorithms Rotate.swift
[33/47] Compiling Algorithms Partition.swift
[34/47] Compiling Algorithms Permutations.swift
[35/47] Compiling Algorithms Product.swift
[36/47] Compiling Algorithms FlattenCollection.swift
[37/47] Compiling Algorithms Grouped.swift
[38/47] Compiling Algorithms Indexed.swift
[39/47] Compiling Algorithms Intersperse.swift
[40/47] Compiling Algorithms Trim.swift
[41/47] Compiling Algorithms Unique.swift
[42/47] Compiling Algorithms Windows.swift
[43/47] Compiling Algorithms AdjacentPairs.swift
[44/47] Compiling Algorithms Chain.swift
[45/47] Compiling Algorithms Chunked.swift
[46/47] Compiling Algorithms Combinations.swift
[47/47] Emitting module Algorithms
[49/67] Emitting module GPXKit
[50/69] Compiling GPXKit TrackSegment.swift
[51/69] Compiling GPXKit Waypoint.swift
[52/69] Compiling GPXKit CombineSupport.swift
[53/69] Compiling GPXKit Coordinate.swift
[54/69] Compiling GPXKit CoreLocationSupport.swift
[55/69] Compiling GPXKit GPXFileParser.swift
/host/spi-builder-workspace/Sources/GPXKit/GPXFileParser.swift:378:36: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
376 |     /// - Returns: An `GPXFileParser` instance or nil if the track cannot be parsed.
377 |     init?(url: URL) {
378 |         guard let xmlString = try? String(contentsOf: url) else { return nil }
    |                                    `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
379 |         self.init(xmlString: xmlString)
380 |     }
[56/69] Compiling GPXKit GPXTrack.swift
/host/spi-builder-workspace/Sources/GPXKit/GPXFileParser.swift:378:36: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
376 |     /// - Returns: An `GPXFileParser` instance or nil if the track cannot be parsed.
377 |     init?(url: URL) {
378 |         guard let xmlString = try? String(contentsOf: url) else { return nil }
    |                                    `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
379 |         self.init(xmlString: xmlString)
380 |     }
[57/69] Compiling GPXKit GeoBounds.swift
/host/spi-builder-workspace/Sources/GPXKit/GPXFileParser.swift:378:36: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
376 |     /// - Returns: An `GPXFileParser` instance or nil if the track cannot be parsed.
377 |     init?(url: URL) {
378 |         guard let xmlString = try? String(contentsOf: url) else { return nil }
    |                                    `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
379 |         self.init(xmlString: xmlString)
380 |     }
[58/69] Compiling GPXKit BasicXMLParser.swift
[59/69] Compiling GPXKit Climb.swift
[60/69] Compiling GPXKit CollectionExtensions.swift
[61/69] Compiling GPXKit GeoCoordinate.swift
[62/69] Compiling GPXKit GradeSegment.swift
[63/69] Compiling GPXKit TrackGraph.swift
[64/69] Compiling GPXKit TrackPoint.swift
[65/69] Compiling GPXKit DistanceCalculation.swift
[66/69] Compiling GPXKit DistanceHeight.swift
[67/69] Compiling GPXKit GPXExporter.swift
[68/69] Compiling GPXKit ISO8601DateFormatter.swift
[69/69] Compiling GPXKit TrackGraph+Private.swift
Build complete! (30.68s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    }
  ],
  "manifest_display_name" : "GPXKit",
  "name" : "GPXKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "GPXKit",
      "targets" : [
        "GPXKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "GPXKitTests",
      "module_type" : "SwiftTarget",
      "name" : "GPXKitTests",
      "path" : "Tests/GPXKitTests",
      "product_dependencies" : [
        "CustomDump",
        "Numerics"
      ],
      "sources" : [
        "CollectionExtensionsTests.swift",
        "CombineExtensionTests.swift",
        "Fixtures.swift",
        "GPXExporterTests.swift",
        "GPXParserTests.swift",
        "GPXTrackTests.swift",
        "GeoBoundsTests.swift",
        "GeoCoordinateExtensionsTests.swift",
        "GradeSegmentTests.swift",
        "MapKitExtensionsTests.swift",
        "TestFixtures.swift",
        "TestHelpers.swift",
        "TrackGraphCoreLocationTests.swift",
        "TrackGraphTests.swift"
      ],
      "target_dependencies" : [
        "GPXKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GPXKit",
      "module_type" : "SwiftTarget",
      "name" : "GPXKit",
      "path" : "Sources/GPXKit",
      "product_dependencies" : [
        "Algorithms"
      ],
      "product_memberships" : [
        "GPXKit"
      ],
      "sources" : [
        "BasicXMLParser.swift",
        "Climb.swift",
        "CollectionExtensions.swift",
        "CombineSupport.swift",
        "Coordinate.swift",
        "CoreLocationSupport.swift",
        "DistanceCalculation.swift",
        "DistanceHeight.swift",
        "GPXExporter.swift",
        "GPXFileParser.swift",
        "GPXTrack.swift",
        "GeoBounds.swift",
        "GeoCoordinate.swift",
        "GradeSegment.swift",
        "ISO8601DateFormatter.swift",
        "TrackGraph+Private.swift",
        "TrackGraph.swift",
        "TrackPoint.swift",
        "TrackSegment.swift",
        "Waypoint.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.