The Swift Package Index logo.Swift Package Index

Build Information

Failed to build GPXKit with Swift 5.7 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mmllr/GPXKit.git
Reference: 2.2.4
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
 * tag               2.2.4      -> FETCH_HEAD
HEAD is now at 3b1e913 Cleans up code in TrackGraphTests.swift
Cloned https://github.com/mmllr/GPXKit.git
Revision (git rev-parse @):
3b1e913050c1809a3b4a21f92af2110d988dd1af
SUCCESS checkout https://github.com/mmllr/GPXKit.git at 2.2.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $workDir
https://github.com/mmllr/GPXKit.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-numerics.git
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/4225] Fetching swift-custom-dump
[3846/9633] Fetching swift-custom-dump, swift-numerics
Fetched https://github.com/pointfreeco/swift-custom-dump (0.37s)
Fetching https://github.com/apple/swift-algorithms
[1/2327] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (0.52s)
Fetched https://github.com/apple/swift-numerics.git (0.52s)
[1/5201] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms (0.40s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.0 (0.32s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.2.0 (0.34s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.34s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.1.0 (0.35s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.1.0
Building for debugging...
[0/1] Compiling _NumericsShims _NumericsShims.c
[2/11] Compiling RealModule Real.swift
[3/12] Emitting module RealModule
[4/12] Compiling RealModule Float16+Real.swift
[5/12] Compiling RealModule Float+Real.swift
[6/12] Compiling RealModule RealFunctions.swift
[7/12] Compiling RealModule Float80+Real.swift
[8/12] Compiling RealModule ElementaryFunctions.swift
[9/12] Compiling RealModule AlgebraicField.swift
[10/12] Compiling RealModule ApproximateEquality.swift
[11/12] Compiling RealModule AugmentedArithmetic.swift
[12/12] Compiling RealModule Double+Real.swift
[15/39] Compiling Algorithms Split.swift
[16/39] Compiling Algorithms Stride.swift
[17/39] Compiling Algorithms Suffix.swift
[18/39] Compiling Algorithms Compacted.swift
[19/39] Compiling Algorithms Cycle.swift
[20/39] Compiling Algorithms EitherSequence.swift
[21/39] Compiling Algorithms FirstNonNil.swift
[22/42] Compiling Algorithms RandomSample.swift
[23/42] Compiling Algorithms Reductions.swift
[24/42] Compiling Algorithms Rotate.swift
[25/42] Compiling Algorithms Partition.swift
[26/42] Compiling Algorithms Permutations.swift
[27/42] Compiling Algorithms Product.swift
[28/42] Compiling Algorithms Joined.swift
[29/42] Compiling Algorithms Keyed.swift
[30/42] Compiling Algorithms MinMax.swift
[31/42] Compiling Algorithms Trim.swift
[32/42] Compiling Algorithms Unique.swift
[33/42] Compiling Algorithms Windows.swift
[34/42] Compiling Algorithms FlattenCollection.swift
[35/42] Compiling Algorithms Grouped.swift
[36/42] Compiling Algorithms Indexed.swift
[37/42] Compiling Algorithms Intersperse.swift
[38/42] Compiling Algorithms AdjacentPairs.swift
[39/42] Compiling Algorithms Chain.swift
[40/42] Compiling Algorithms Chunked.swift
[41/42] Compiling Algorithms Combinations.swift
[42/42] Emitting module Algorithms
[45/63] Emitting module GPXKit
/host/spi-builder-workspace/Sources/GPXKit/GPXTrack.swift:28:16: warning: stored property 'date' of 'Sendable'-conforming struct 'GPXTrack' has non-sendable type 'Date?'
    public var date: Date?
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/GPXKit/GPXTrack.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:10:16: warning: stored property 'date' of 'Sendable'-conforming struct 'TrackPoint' has non-sendable type 'Date?'
    public var date: Date?
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:13:16: warning: stored property 'power' of 'Sendable'-conforming struct 'TrackPoint' has non-sendable type 'Measurement<UnitPower>?'
    public var power: Measurement<UnitPower>?
               ^
Foundation.Measurement:2:15: note: generic struct 'Measurement' does not conform to the 'Sendable' protocol
public struct Measurement<UnitType> : ReferenceConvertible, Comparable, Equatable where UnitType : Unit {
              ^
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:22:16: warning: stored property 'temperature' of 'Sendable'-conforming struct 'TrackPoint' has non-sendable type 'Measurement<UnitTemperature>?'
    public var temperature: Measurement<UnitTemperature>?
               ^
Foundation.Measurement:2:15: note: generic struct 'Measurement' does not conform to the 'Sendable' protocol
public struct Measurement<UnitType> : ReferenceConvertible, Comparable, Equatable where UnitType : Unit {
              ^
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:25:16: warning: stored property 'speed' of 'Sendable'-conforming struct 'TrackPoint' has non-sendable type 'Measurement<UnitSpeed>?'
    public var speed: Measurement<UnitSpeed>?
               ^
Foundation.Measurement:2:15: note: generic struct 'Measurement' does not conform to the 'Sendable' protocol
public struct Measurement<UnitType> : ReferenceConvertible, Comparable, Equatable where UnitType : Unit {
              ^
/host/spi-builder-workspace/Sources/GPXKit/Waypoint.swift:9:16: warning: stored property 'date' of 'Sendable'-conforming struct 'Waypoint' has non-sendable type 'Date?'
    public var date: Date?
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/GPXKit/Waypoint.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[46/65] Compiling GPXKit TrackGraph.swift
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:10:16: warning: stored property 'date' of 'Sendable'-conforming struct 'TrackPoint' has non-sendable type 'Date?'
    public var date: Date?
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:13:16: warning: stored property 'power' of 'Sendable'-conforming struct 'TrackPoint' has non-sendable type 'Measurement<UnitPower>?'
    public var power: Measurement<UnitPower>?
               ^
Foundation.Measurement:2:15: note: generic struct 'Measurement' does not conform to the 'Sendable' protocol
public struct Measurement<UnitType> : ReferenceConvertible, Comparable, Equatable where UnitType : Unit {
              ^
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:22:16: warning: stored property 'temperature' of 'Sendable'-conforming struct 'TrackPoint' has non-sendable type 'Measurement<UnitTemperature>?'
    public var temperature: Measurement<UnitTemperature>?
               ^
Foundation.Measurement:2:15: note: generic struct 'Measurement' does not conform to the 'Sendable' protocol
public struct Measurement<UnitType> : ReferenceConvertible, Comparable, Equatable where UnitType : Unit {
              ^
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:25:16: warning: stored property 'speed' of 'Sendable'-conforming struct 'TrackPoint' has non-sendable type 'Measurement<UnitSpeed>?'
    public var speed: Measurement<UnitSpeed>?
               ^
Foundation.Measurement:2:15: note: generic struct 'Measurement' does not conform to the 'Sendable' protocol
public struct Measurement<UnitType> : ReferenceConvertible, Comparable, Equatable where UnitType : Unit {
              ^
[47/65] Compiling GPXKit TrackPoint.swift
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:10:16: warning: stored property 'date' of 'Sendable'-conforming struct 'TrackPoint' has non-sendable type 'Date?'
    public var date: Date?
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:13:16: warning: stored property 'power' of 'Sendable'-conforming struct 'TrackPoint' has non-sendable type 'Measurement<UnitPower>?'
    public var power: Measurement<UnitPower>?
               ^
Foundation.Measurement:2:15: note: generic struct 'Measurement' does not conform to the 'Sendable' protocol
public struct Measurement<UnitType> : ReferenceConvertible, Comparable, Equatable where UnitType : Unit {
              ^
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:22:16: warning: stored property 'temperature' of 'Sendable'-conforming struct 'TrackPoint' has non-sendable type 'Measurement<UnitTemperature>?'
    public var temperature: Measurement<UnitTemperature>?
               ^
Foundation.Measurement:2:15: note: generic struct 'Measurement' does not conform to the 'Sendable' protocol
public struct Measurement<UnitType> : ReferenceConvertible, Comparable, Equatable where UnitType : Unit {
              ^
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:25:16: warning: stored property 'speed' of 'Sendable'-conforming struct 'TrackPoint' has non-sendable type 'Measurement<UnitSpeed>?'
    public var speed: Measurement<UnitSpeed>?
               ^
Foundation.Measurement:2:15: note: generic struct 'Measurement' does not conform to the 'Sendable' protocol
public struct Measurement<UnitType> : ReferenceConvertible, Comparable, Equatable where UnitType : Unit {
              ^
[48/65] Compiling GPXKit ISO8601DateFormatter.swift
[49/65] Compiling GPXKit TrackGraph+Private.swift
[50/65] Compiling GPXKit GeoCoordinate.swift
[51/65] Compiling GPXKit GradeSegment.swift
[52/65] Compiling GPXKit GPXFileParser.swift
/host/spi-builder-workspace/Sources/GPXKit/GPXTrack.swift:28:16: warning: stored property 'date' of 'Sendable'-conforming struct 'GPXTrack' has non-sendable type 'Date?'
    public var date: Date?
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/GPXKit/GPXTrack.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[53/65] Compiling GPXKit GPXTrack.swift
/host/spi-builder-workspace/Sources/GPXKit/GPXTrack.swift:28:16: warning: stored property 'date' of 'Sendable'-conforming struct 'GPXTrack' has non-sendable type 'Date?'
    public var date: Date?
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/GPXKit/GPXTrack.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[54/65] Compiling GPXKit GeoBounds.swift
/host/spi-builder-workspace/Sources/GPXKit/GPXTrack.swift:28:16: warning: stored property 'date' of 'Sendable'-conforming struct 'GPXTrack' has non-sendable type 'Date?'
    public var date: Date?
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/GPXKit/GPXTrack.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[55/65] Compiling GPXKit TrackSegment.swift
/host/spi-builder-workspace/Sources/GPXKit/Waypoint.swift:9:16: warning: stored property 'date' of 'Sendable'-conforming struct 'Waypoint' has non-sendable type 'Date?'
    public var date: Date?
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/GPXKit/Waypoint.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[56/65] Compiling GPXKit Waypoint.swift
/host/spi-builder-workspace/Sources/GPXKit/Waypoint.swift:9:16: warning: stored property 'date' of 'Sendable'-conforming struct 'Waypoint' has non-sendable type 'Date?'
    public var date: Date?
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/GPXKit/Waypoint.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[57/65] Compiling GPXKit CombineSupport.swift
[58/65] Compiling GPXKit Coordinate.swift
[59/65] Compiling GPXKit CoreLocationSupport.swift
[60/65] Compiling GPXKit DistanceCalculation.swift
[61/65] Compiling GPXKit DistanceHeight.swift
[62/65] Compiling GPXKit GPXExporter.swift
[63/65] Compiling GPXKit BasicXMLParser.swift
/host/spi-builder-workspace/Sources/GPXKit/BasicXMLParser.swift:37:27: error: cannot find 'autoreleasepool' in scope
        let parseResult = autoreleasepool {
                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/GPXKit/CollectionExtensions.swift:126:33: warning: result of operator '...' is unused
            idx - smoothingSize ... idx + smoothingSize
            ~~~~~~~~~~~~~~~~~~~ ^   ~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/GPXKit/CollectionExtensions.swift:128:60: warning: result of operator '...' is unused
            Swift.max(self.startIndex, idx - smoothingSize)...Swift.min(idx + smoothingSize, self.endIndex-1)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[64/65] Compiling GPXKit Climb.swift
/host/spi-builder-workspace/Sources/GPXKit/BasicXMLParser.swift:37:27: error: cannot find 'autoreleasepool' in scope
        let parseResult = autoreleasepool {
                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/GPXKit/CollectionExtensions.swift:126:33: warning: result of operator '...' is unused
            idx - smoothingSize ... idx + smoothingSize
            ~~~~~~~~~~~~~~~~~~~ ^   ~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/GPXKit/CollectionExtensions.swift:128:60: warning: result of operator '...' is unused
            Swift.max(self.startIndex, idx - smoothingSize)...Swift.min(idx + smoothingSize, self.endIndex-1)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[65/65] Compiling GPXKit CollectionExtensions.swift
/host/spi-builder-workspace/Sources/GPXKit/BasicXMLParser.swift:37:27: error: cannot find 'autoreleasepool' in scope
        let parseResult = autoreleasepool {
                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/GPXKit/CollectionExtensions.swift:126:33: warning: result of operator '...' is unused
            idx - smoothingSize ... idx + smoothingSize
            ~~~~~~~~~~~~~~~~~~~ ^   ~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/GPXKit/CollectionExtensions.swift:128:60: warning: result of operator '...' is unused
            Swift.max(self.startIndex, idx - smoothingSize)...Swift.min(idx + smoothingSize, self.endIndex-1)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0/1] Planning build
Building for debugging...
[1/4] Compiling GPXKit Climb.swift
[2/4] Compiling GPXKit CollectionExtensions.swift
/host/spi-builder-workspace/Sources/GPXKit/CollectionExtensions.swift:126:33: warning: result of operator '...' is unused
            idx - smoothingSize ... idx + smoothingSize
            ~~~~~~~~~~~~~~~~~~~ ^   ~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/GPXKit/CollectionExtensions.swift:128:60: warning: result of operator '...' is unused
            Swift.max(self.startIndex, idx - smoothingSize)...Swift.min(idx + smoothingSize, self.endIndex-1)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/GPXKit/CollectionExtensions.swift:130:5: error: missing return in instance method expected to return 'ClosedRange<Int>'
    }
    ^
[3/4] Compiling GPXKit BasicXMLParser.swift
/host/spi-builder-workspace/Sources/GPXKit/BasicXMLParser.swift:37:27: error: cannot find 'autoreleasepool' in scope
        let parseResult = autoreleasepool {
                          ^~~~~~~~~~~~~~~
[4/6] Emitting module GPXKit
/host/spi-builder-workspace/Sources/GPXKit/GPXTrack.swift:28:16: warning: stored property 'date' of 'Sendable'-conforming struct 'GPXTrack' has non-sendable type 'Date?'
    public var date: Date?
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/GPXKit/GPXTrack.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:10:16: warning: stored property 'date' of 'Sendable'-conforming struct 'TrackPoint' has non-sendable type 'Date?'
    public var date: Date?
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:13:16: warning: stored property 'power' of 'Sendable'-conforming struct 'TrackPoint' has non-sendable type 'Measurement<UnitPower>?'
    public var power: Measurement<UnitPower>?
               ^
Foundation.Measurement:2:15: note: generic struct 'Measurement' does not conform to the 'Sendable' protocol
public struct Measurement<UnitType> : ReferenceConvertible, Comparable, Equatable where UnitType : Unit {
              ^
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:22:16: warning: stored property 'temperature' of 'Sendable'-conforming struct 'TrackPoint' has non-sendable type 'Measurement<UnitTemperature>?'
    public var temperature: Measurement<UnitTemperature>?
               ^
Foundation.Measurement:2:15: note: generic struct 'Measurement' does not conform to the 'Sendable' protocol
public struct Measurement<UnitType> : ReferenceConvertible, Comparable, Equatable where UnitType : Unit {
              ^
/host/spi-builder-workspace/Sources/GPXKit/TrackPoint.swift:25:16: warning: stored property 'speed' of 'Sendable'-conforming struct 'TrackPoint' has non-sendable type 'Measurement<UnitSpeed>?'
    public var speed: Measurement<UnitSpeed>?
               ^
Foundation.Measurement:2:15: note: generic struct 'Measurement' does not conform to the 'Sendable' protocol
public struct Measurement<UnitType> : ReferenceConvertible, Comparable, Equatable where UnitType : Unit {
              ^
/host/spi-builder-workspace/Sources/GPXKit/Waypoint.swift:9:16: warning: stored property 'date' of 'Sendable'-conforming struct 'Waypoint' has non-sendable type 'Date?'
    public var date: Date?
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/GPXKit/Waypoint.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[5/6] Compiling GPXKit TrackGraph+Private.swift
[6/6] Compiling GPXKit TrackGraph.swift
BUILD FAILURE 5.7 linux

Build Machine: Linux 2