The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TcxDataProtocol, reference 1.0.2 (d879fb), with Swift 6.3 for Android on 12 Apr 2026 21:10:02 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FitnessKit/TcxDataProtocol.git
Reference: 1.0.2
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/FitnessKit/TcxDataProtocol
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at d879fb3 bump
Cloned https://github.com/FitnessKit/TcxDataProtocol.git
Revision (git rev-parse @):
d879fb3022d971ea39676a9fc63ede4af437c6f3
SUCCESS checkout https://github.com/FitnessKit/TcxDataProtocol.git at 1.0.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/FitnessKit/TcxDataProtocol.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/MaxDesiatov/XMLCoder
[1/10092] Fetching xmlcoder
Fetched https://github.com/MaxDesiatov/XMLCoder from cache (0.53s)
Computing version for https://github.com/MaxDesiatov/XMLCoder
Computed https://github.com/MaxDesiatov/XMLCoder at 0.18.1 (0.96s)
Creating working copy for https://github.com/MaxDesiatov/XMLCoder
Working copy of https://github.com/MaxDesiatov/XMLCoder resolved at 0.18.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--4F562202D5529B1.txt
[4/49] Emitting module XMLCoder
[5/55] Compiling XMLCoder StringBox.swift
[6/55] Compiling XMLCoder UIntBox.swift
[7/55] Compiling XMLCoder URLBox.swift
[8/55] Compiling XMLCoder UnkeyedBox.swift
[9/55] Compiling XMLCoder ValueBox.swift
[10/55] Compiling XMLCoder Element.swift
[11/55] Compiling XMLCoder ElementAndAttribute.swift
[12/55] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[13/55] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[14/55] Compiling XMLCoder DynamicNodeEncoding.swift
[15/55] Compiling XMLCoder EncodingErrorExtension.swift
[16/55] Compiling XMLCoder SingleValueEncodingContainer.swift
[17/55] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[18/55] Compiling XMLCoder ISO8601DateFormatter.swift
[19/55] Compiling XMLCoder KeyedStorage.swift
[20/55] Compiling XMLCoder Metatypes.swift
[21/55] Compiling XMLCoder String+Extensions.swift
[22/55] Compiling XMLCoder Utils.swift
[23/55] Compiling XMLCoder XMLChoiceCodingKey.swift
[24/55] Compiling XMLCoder XMLEncoder.swift
[25/55] Compiling XMLCoder XMLEncoderImplementation.swift
[26/55] Compiling XMLCoder XMLEncodingStorage.swift
[27/55] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[28/55] Compiling XMLCoder XMLReferencingEncoder.swift
[29/55] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[30/55] Compiling XMLCoder XMLCoderElement.swift
[31/55] Compiling XMLCoder XMLDocumentType.swift
[32/55] Compiling XMLCoder XMLHeader.swift
[33/55] Compiling XMLCoder XMLKey.swift
[34/55] Compiling XMLCoder XMLStackParser.swift
[35/55] Compiling XMLCoder DecodingErrorExtension.swift
[36/55] Compiling XMLCoder DynamicNodeDecoding.swift
[37/55] Compiling XMLCoder SingleValueDecodingContainer.swift
[38/55] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[39/55] Compiling XMLCoder XMLDecoder.swift
[40/55] Compiling XMLCoder XMLDecoderImplementation.swift
[41/55] Compiling XMLCoder XMLDecodingStorage.swift
[42/55] Compiling XMLCoder DoubleBox.swift
[43/55] Compiling XMLCoder FloatBox.swift
[44/55] Compiling XMLCoder IntBox.swift
[45/55] Compiling XMLCoder KeyedBox.swift
[46/55] Compiling XMLCoder NullBox.swift
[47/55] Compiling XMLCoder SharedBox.swift
[48/55] Compiling XMLCoder SingleKeyedBox.swift
[49/55] Compiling XMLCoder Attribute.swift
[50/55] Compiling XMLCoder BoolBox.swift
[51/55] Compiling XMLCoder Box.swift
[52/55] Compiling XMLCoder ChoiceBox.swift
[53/55] Compiling XMLCoder DataBox.swift
[54/55] Compiling XMLCoder DateBox.swift
[55/55] Compiling XMLCoder DecimalBox.swift
[57/88] Emitting module TcxDataProtocol
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Activity.swift:34:29: warning: stored property 'sport' of 'Sendable'-conforming struct 'Activity' has non-Sendable type 'Sport'; this is an error in the Swift 6 language mode
 32 |
 33 |     /// Sport
 34 |     private(set) public var sport: Sport
    |                             `- warning: stored property 'sport' of 'Sendable'-conforming struct 'Activity' has non-Sendable type 'Sport'; this is an error in the Swift 6 language mode
 35 |
 36 |     /// Activity ID
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Sport.swift:29:13: note: consider making enum 'Sport' conform to the 'Sendable' protocol
27 | /// TCX Sport
28 | @available(swift 4.0)
29 | public enum Sport: String, Codable {
   |             `- note: consider making enum 'Sport' conform to the 'Sendable' protocol
30 |     // Sport_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:53:29: warning: stored property 'averageHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 51 |
 52 |     /// Average Heart Rate
 53 |     private(set) public var averageHeartRate: HeartRateInBeatsPerMinute?
    |                             `- warning: stored property 'averageHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 54 |
 55 |     /// Maximum Heart Rate
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Heartrate.swift:29:15: note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 27 | /// TCX Heart Rate in BPM
 28 | @available(swift 4.0)
 29 | public struct HeartRateInBeatsPerMinute {
    |               `- note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 30 |     // HeartRateInBeatsPerMinute_t
 31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:56:29: warning: stored property 'maximumHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 54 |
 55 |     /// Maximum Heart Rate
 56 |     private(set) public var maximumHeartRate: HeartRateInBeatsPerMinute?
    |                             `- warning: stored property 'maximumHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Intensity
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Heartrate.swift:29:15: note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 27 | /// TCX Heart Rate in BPM
 28 | @available(swift 4.0)
 29 | public struct HeartRateInBeatsPerMinute {
    |               `- note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 30 |     // HeartRateInBeatsPerMinute_t
 31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:59:29: warning: stored property 'intensity' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'Intensity'; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Intensity
 59 |     private(set) public var intensity: Intensity
    |                             `- warning: stored property 'intensity' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'Intensity'; this is an error in the Swift 6 language mode
 60 |
 61 |     /// Cadence
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Intensity.swift:29:13: note: consider making enum 'Intensity' conform to the 'Sendable' protocol
27 | /// TCX Intensity
28 | @available(swift 4.0)
29 | public enum Intensity: String, Codable {
   |             `- note: consider making enum 'Intensity' conform to the 'Sendable' protocol
30 |     //Intensity_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:65:29: warning: stored property 'triggerMethod' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'TriggerMethod'; this is an error in the Swift 6 language mode
 63 |
 64 |     /// Trigger Method
 65 |     private(set) public var triggerMethod: TriggerMethod
    |                             `- warning: stored property 'triggerMethod' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'TriggerMethod'; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Track
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/TriggerMethod.swift:29:13: note: consider making enum 'TriggerMethod' conform to the 'Sendable' protocol
27 | /// TCX Trigger Method
28 | @available(swift 4.0)
29 | public enum TriggerMethod: String, Codable {
   |             `- note: consider making enum 'TriggerMethod' conform to the 'Sendable' protocol
30 |     //TriggerMethod_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:68:29: warning: stored property 'track' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Track'; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Track
 68 |     private(set) public var track: [Track]?
    |                             `- warning: stored property 'track' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Track'; this is an error in the Swift 6 language mode
 69 |
 70 |     /// Notes
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Track.swift:29:15: note: consider making struct 'Track' conform to the 'Sendable' protocol
27 | /// TCX Track
28 | @available(swift 4.0)
29 | public struct Track {
   |               `- note: consider making struct 'Track' conform to the 'Sendable' protocol
30 |     // Track_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:74:29: warning: stored property 'extensions' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Extension'; this is an error in the Swift 6 language mode
 72 |
 73 |     /// Extensions for Activity Lap
 74 |     private(set) public var extensions: [Extension]?
    |                             `- warning: stored property 'extensions' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Extension'; this is an error in the Swift 6 language mode
 75 |
 76 |     public init(startTime: Date?,
/host/spi-builder-workspace/Sources/TcxDataProtocol/TcxExtensions/Extensions.swift:29:15: note: consider making struct 'Extension' conform to the 'Sendable' protocol
 27 | /// TCX Extension
 28 | @available(swift 4.0)
 29 | public struct Extension {
    |               `- note: consider making struct 'Extension' conform to the 'Sendable' protocol
 30 |
 31 |     /// Activity TrackPoint Extension
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Author.swift:40:29: warning: stored property 'build' of 'Sendable'-conforming struct 'Author' contains non-Sendable type 'Build'; this is an error in the Swift 6 language mode
 38 |
 39 |     /// Build Info
 40 |     private(set) public var build: Build?
    |                             `- warning: stored property 'build' of 'Sendable'-conforming struct 'Author' contains non-Sendable type 'Build'; this is an error in the Swift 6 language mode
 41 |
 42 |     /// Language
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Build.swift:42:15: note: consider making struct 'Build' conform to the 'Sendable' protocol
 40 | /// TCX Build Information
 41 | @available(swift 4.0)
 42 | public struct Build {
    |               `- note: consider making struct 'Build' conform to the 'Sendable' protocol
 43 |     // Build_t
 44 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Creator.swift:42:29: warning: stored property 'version' of 'Sendable'-conforming struct 'Creator' contains non-Sendable type 'Version'; this is an error in the Swift 6 language mode
 40 |
 41 |     /// Version
 42 |     private(set) public var version: Version?
    |                             `- warning: stored property 'version' of 'Sendable'-conforming struct 'Creator' contains non-Sendable type 'Version'; this is an error in the Swift 6 language mode
 43 |
 44 |     /// Unit Identification
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Version.swift:29:15: note: consider making struct 'Version' conform to the 'Sendable' protocol
 27 | /// TCX Version
 28 | @available(swift 4.0)
 29 | public struct Version {
    |               `- note: consider making struct 'Version' conform to the 'Sendable' protocol
 30 |
 31 |     /// Major
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Plan.swift:36:29: warning: stored property 'trainingType' of 'Sendable'-conforming struct 'Plan' has non-Sendable type 'TrainingType'; this is an error in the Swift 6 language mode
 34 |
 35 |     /// Training Type
 36 |     private(set) public var trainingType: TrainingType
    |                             `- warning: stored property 'trainingType' of 'Sendable'-conforming struct 'Plan' has non-Sendable type 'TrainingType'; this is an error in the Swift 6 language mode
 37 |
 38 |     /// Interval Workout
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Training.swift:29:13: note: consider making enum 'TrainingType' conform to the 'Sendable' protocol
 27 |
 28 | /// TCX Training Type
 29 | public enum TrainingType: String, Codable {
    |             `- note: consider making enum 'TrainingType' conform to the 'Sendable' protocol
 30 |     /// TrainingType_t
 31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Training.swift:47:29: warning: stored property 'workoutResults' of 'Sendable'-conforming struct 'Training' contains non-Sendable type 'QuickWorkoutResults'; this is an error in the Swift 6 language mode
 45 |
 46 |     /// Workout Results
 47 |     private(set) public var workoutResults: QuickWorkoutResults?
    |                             `- warning: stored property 'workoutResults' of 'Sendable'-conforming struct 'Training' contains non-Sendable type 'QuickWorkoutResults'; this is an error in the Swift 6 language mode
 48 |
 49 |     public init(virtualPartner: Bool, workoutResults: QuickWorkoutResults?) {
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/QuickWorkoutResults.swift:28:15: note: consider making struct 'QuickWorkoutResults' conform to the 'Sendable' protocol
26 |
27 | /// TCX Quick Workout Results
28 | public struct QuickWorkoutResults {
   |               `- note: consider making struct 'QuickWorkoutResults' conform to the 'Sendable' protocol
29 |
30 |     /// Total Time in Seconds
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/TrainingCenterDatabase.swift:59:29: warning: stored property 'activities' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'ActivityList'; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Activities
 59 |     private(set) public var activities: ActivityList?
    |                             `- warning: stored property 'activities' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'ActivityList'; this is an error in the Swift 6 language mode
 60 |
 61 |     /// Courses
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityList.swift:29:15: note: consider making struct 'ActivityList' conform to the 'Sendable' protocol
27 | /// TCX Activity List
28 | @available(swift 4.0)
29 | public struct ActivityList {
   |               `- note: consider making struct 'ActivityList' conform to the 'Sendable' protocol
30 |     // ActivityList_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/TrainingCenterDatabase.swift:62:29: warning: stored property 'courses' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'CourseList'; this is an error in the Swift 6 language mode
 60 |
 61 |     /// Courses
 62 |     private(set) public var courses: CourseList?
    |                             `- warning: stored property 'courses' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'CourseList'; this is an error in the Swift 6 language mode
 63 |
 64 |     /// Author
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/CourseList.swift:28:15: note: consider making struct 'CourseList' conform to the 'Sendable' protocol
26 |
27 | /// TCX Course List
28 | public struct CourseList {
   |               `- note: consider making struct 'CourseList' conform to the 'Sendable' protocol
29 |     // CourseList_t
30 |
[58/88] Compiling TcxDataProtocol TriggerMethod.swift
[59/88] Compiling TcxDataProtocol Version.swift
[60/88] Compiling TcxDataProtocol CodingKeys.swift
[61/88] Compiling TcxDataProtocol StringExtensions.swift
[62/88] Compiling TcxDataProtocol Intensity.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Plan.swift:36:29: warning: stored property 'trainingType' of 'Sendable'-conforming struct 'Plan' has non-Sendable type 'TrainingType'; this is an error in the Swift 6 language mode
 34 |
 35 |     /// Training Type
 36 |     private(set) public var trainingType: TrainingType
    |                             `- warning: stored property 'trainingType' of 'Sendable'-conforming struct 'Plan' has non-Sendable type 'TrainingType'; this is an error in the Swift 6 language mode
 37 |
 38 |     /// Interval Workout
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Training.swift:29:13: note: consider making enum 'TrainingType' conform to the 'Sendable' protocol
 27 |
 28 | /// TCX Training Type
 29 | public enum TrainingType: String, Codable {
    |             `- note: consider making enum 'TrainingType' conform to the 'Sendable' protocol
 30 |     /// TrainingType_t
 31 |
[63/88] Compiling TcxDataProtocol MultiSportSession.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Plan.swift:36:29: warning: stored property 'trainingType' of 'Sendable'-conforming struct 'Plan' has non-Sendable type 'TrainingType'; this is an error in the Swift 6 language mode
 34 |
 35 |     /// Training Type
 36 |     private(set) public var trainingType: TrainingType
    |                             `- warning: stored property 'trainingType' of 'Sendable'-conforming struct 'Plan' has non-Sendable type 'TrainingType'; this is an error in the Swift 6 language mode
 37 |
 38 |     /// Interval Workout
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Training.swift:29:13: note: consider making enum 'TrainingType' conform to the 'Sendable' protocol
 27 |
 28 | /// TCX Training Type
 29 | public enum TrainingType: String, Codable {
    |             `- note: consider making enum 'TrainingType' conform to the 'Sendable' protocol
 30 |     /// TrainingType_t
 31 |
[64/88] Compiling TcxDataProtocol NextSport.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Plan.swift:36:29: warning: stored property 'trainingType' of 'Sendable'-conforming struct 'Plan' has non-Sendable type 'TrainingType'; this is an error in the Swift 6 language mode
 34 |
 35 |     /// Training Type
 36 |     private(set) public var trainingType: TrainingType
    |                             `- warning: stored property 'trainingType' of 'Sendable'-conforming struct 'Plan' has non-Sendable type 'TrainingType'; this is an error in the Swift 6 language mode
 37 |
 38 |     /// Interval Workout
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Training.swift:29:13: note: consider making enum 'TrainingType' conform to the 'Sendable' protocol
 27 |
 28 | /// TCX Training Type
 29 | public enum TrainingType: String, Codable {
    |             `- note: consider making enum 'TrainingType' conform to the 'Sendable' protocol
 30 |     /// TrainingType_t
 31 |
[65/88] Compiling TcxDataProtocol Plan.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Plan.swift:36:29: warning: stored property 'trainingType' of 'Sendable'-conforming struct 'Plan' has non-Sendable type 'TrainingType'; this is an error in the Swift 6 language mode
 34 |
 35 |     /// Training Type
 36 |     private(set) public var trainingType: TrainingType
    |                             `- warning: stored property 'trainingType' of 'Sendable'-conforming struct 'Plan' has non-Sendable type 'TrainingType'; this is an error in the Swift 6 language mode
 37 |
 38 |     /// Interval Workout
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Training.swift:29:13: note: consider making enum 'TrainingType' conform to the 'Sendable' protocol
 27 |
 28 | /// TCX Training Type
 29 | public enum TrainingType: String, Codable {
    |             `- note: consider making enum 'TrainingType' conform to the 'Sendable' protocol
 30 |     /// TrainingType_t
 31 |
[66/88] Compiling TcxDataProtocol Position.swift
[67/88] Compiling TcxDataProtocol QuickWorkoutResults.swift
[68/88] Compiling TcxDataProtocol SensorState.swift
[69/88] Compiling TcxDataProtocol Sport.swift
[70/92] Compiling TcxDataProtocol Track.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Training.swift:47:29: warning: stored property 'workoutResults' of 'Sendable'-conforming struct 'Training' contains non-Sendable type 'QuickWorkoutResults'; this is an error in the Swift 6 language mode
 45 |
 46 |     /// Workout Results
 47 |     private(set) public var workoutResults: QuickWorkoutResults?
    |                             `- warning: stored property 'workoutResults' of 'Sendable'-conforming struct 'Training' contains non-Sendable type 'QuickWorkoutResults'; this is an error in the Swift 6 language mode
 48 |
 49 |     public init(virtualPartner: Bool, workoutResults: QuickWorkoutResults?) {
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/QuickWorkoutResults.swift:28:15: note: consider making struct 'QuickWorkoutResults' conform to the 'Sendable' protocol
26 |
27 | /// TCX Quick Workout Results
28 | public struct QuickWorkoutResults {
   |               `- note: consider making struct 'QuickWorkoutResults' conform to the 'Sendable' protocol
29 |
30 |     /// Total Time in Seconds
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/TrainingCenterDatabase.swift:59:29: warning: stored property 'activities' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'ActivityList'; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Activities
 59 |     private(set) public var activities: ActivityList?
    |                             `- warning: stored property 'activities' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'ActivityList'; this is an error in the Swift 6 language mode
 60 |
 61 |     /// Courses
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityList.swift:29:15: note: consider making struct 'ActivityList' conform to the 'Sendable' protocol
27 | /// TCX Activity List
28 | @available(swift 4.0)
29 | public struct ActivityList {
   |               `- note: consider making struct 'ActivityList' conform to the 'Sendable' protocol
30 |     // ActivityList_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/TrainingCenterDatabase.swift:62:29: warning: stored property 'courses' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'CourseList'; this is an error in the Swift 6 language mode
 60 |
 61 |     /// Courses
 62 |     private(set) public var courses: CourseList?
    |                             `- warning: stored property 'courses' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'CourseList'; this is an error in the Swift 6 language mode
 63 |
 64 |     /// Author
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/CourseList.swift:28:15: note: consider making struct 'CourseList' conform to the 'Sendable' protocol
26 |
27 | /// TCX Course List
28 | public struct CourseList {
   |               `- note: consider making struct 'CourseList' conform to the 'Sendable' protocol
29 |     // CourseList_t
30 |
[71/92] Compiling TcxDataProtocol Trackpoint.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Training.swift:47:29: warning: stored property 'workoutResults' of 'Sendable'-conforming struct 'Training' contains non-Sendable type 'QuickWorkoutResults'; this is an error in the Swift 6 language mode
 45 |
 46 |     /// Workout Results
 47 |     private(set) public var workoutResults: QuickWorkoutResults?
    |                             `- warning: stored property 'workoutResults' of 'Sendable'-conforming struct 'Training' contains non-Sendable type 'QuickWorkoutResults'; this is an error in the Swift 6 language mode
 48 |
 49 |     public init(virtualPartner: Bool, workoutResults: QuickWorkoutResults?) {
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/QuickWorkoutResults.swift:28:15: note: consider making struct 'QuickWorkoutResults' conform to the 'Sendable' protocol
26 |
27 | /// TCX Quick Workout Results
28 | public struct QuickWorkoutResults {
   |               `- note: consider making struct 'QuickWorkoutResults' conform to the 'Sendable' protocol
29 |
30 |     /// Total Time in Seconds
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/TrainingCenterDatabase.swift:59:29: warning: stored property 'activities' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'ActivityList'; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Activities
 59 |     private(set) public var activities: ActivityList?
    |                             `- warning: stored property 'activities' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'ActivityList'; this is an error in the Swift 6 language mode
 60 |
 61 |     /// Courses
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityList.swift:29:15: note: consider making struct 'ActivityList' conform to the 'Sendable' protocol
27 | /// TCX Activity List
28 | @available(swift 4.0)
29 | public struct ActivityList {
   |               `- note: consider making struct 'ActivityList' conform to the 'Sendable' protocol
30 |     // ActivityList_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/TrainingCenterDatabase.swift:62:29: warning: stored property 'courses' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'CourseList'; this is an error in the Swift 6 language mode
 60 |
 61 |     /// Courses
 62 |     private(set) public var courses: CourseList?
    |                             `- warning: stored property 'courses' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'CourseList'; this is an error in the Swift 6 language mode
 63 |
 64 |     /// Author
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/CourseList.swift:28:15: note: consider making struct 'CourseList' conform to the 'Sendable' protocol
26 |
27 | /// TCX Course List
28 | public struct CourseList {
   |               `- note: consider making struct 'CourseList' conform to the 'Sendable' protocol
29 |     // CourseList_t
30 |
[72/92] Compiling TcxDataProtocol Training.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Training.swift:47:29: warning: stored property 'workoutResults' of 'Sendable'-conforming struct 'Training' contains non-Sendable type 'QuickWorkoutResults'; this is an error in the Swift 6 language mode
 45 |
 46 |     /// Workout Results
 47 |     private(set) public var workoutResults: QuickWorkoutResults?
    |                             `- warning: stored property 'workoutResults' of 'Sendable'-conforming struct 'Training' contains non-Sendable type 'QuickWorkoutResults'; this is an error in the Swift 6 language mode
 48 |
 49 |     public init(virtualPartner: Bool, workoutResults: QuickWorkoutResults?) {
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/QuickWorkoutResults.swift:28:15: note: consider making struct 'QuickWorkoutResults' conform to the 'Sendable' protocol
26 |
27 | /// TCX Quick Workout Results
28 | public struct QuickWorkoutResults {
   |               `- note: consider making struct 'QuickWorkoutResults' conform to the 'Sendable' protocol
29 |
30 |     /// Total Time in Seconds
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/TrainingCenterDatabase.swift:59:29: warning: stored property 'activities' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'ActivityList'; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Activities
 59 |     private(set) public var activities: ActivityList?
    |                             `- warning: stored property 'activities' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'ActivityList'; this is an error in the Swift 6 language mode
 60 |
 61 |     /// Courses
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityList.swift:29:15: note: consider making struct 'ActivityList' conform to the 'Sendable' protocol
27 | /// TCX Activity List
28 | @available(swift 4.0)
29 | public struct ActivityList {
   |               `- note: consider making struct 'ActivityList' conform to the 'Sendable' protocol
30 |     // ActivityList_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/TrainingCenterDatabase.swift:62:29: warning: stored property 'courses' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'CourseList'; this is an error in the Swift 6 language mode
 60 |
 61 |     /// Courses
 62 |     private(set) public var courses: CourseList?
    |                             `- warning: stored property 'courses' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'CourseList'; this is an error in the Swift 6 language mode
 63 |
 64 |     /// Author
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/CourseList.swift:28:15: note: consider making struct 'CourseList' conform to the 'Sendable' protocol
26 |
27 | /// TCX Course List
28 | public struct CourseList {
   |               `- note: consider making struct 'CourseList' conform to the 'Sendable' protocol
29 |     // CourseList_t
30 |
[73/92] Compiling TcxDataProtocol TrainingCenterDatabase.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Training.swift:47:29: warning: stored property 'workoutResults' of 'Sendable'-conforming struct 'Training' contains non-Sendable type 'QuickWorkoutResults'; this is an error in the Swift 6 language mode
 45 |
 46 |     /// Workout Results
 47 |     private(set) public var workoutResults: QuickWorkoutResults?
    |                             `- warning: stored property 'workoutResults' of 'Sendable'-conforming struct 'Training' contains non-Sendable type 'QuickWorkoutResults'; this is an error in the Swift 6 language mode
 48 |
 49 |     public init(virtualPartner: Bool, workoutResults: QuickWorkoutResults?) {
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/QuickWorkoutResults.swift:28:15: note: consider making struct 'QuickWorkoutResults' conform to the 'Sendable' protocol
26 |
27 | /// TCX Quick Workout Results
28 | public struct QuickWorkoutResults {
   |               `- note: consider making struct 'QuickWorkoutResults' conform to the 'Sendable' protocol
29 |
30 |     /// Total Time in Seconds
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/TrainingCenterDatabase.swift:59:29: warning: stored property 'activities' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'ActivityList'; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Activities
 59 |     private(set) public var activities: ActivityList?
    |                             `- warning: stored property 'activities' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'ActivityList'; this is an error in the Swift 6 language mode
 60 |
 61 |     /// Courses
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityList.swift:29:15: note: consider making struct 'ActivityList' conform to the 'Sendable' protocol
27 | /// TCX Activity List
28 | @available(swift 4.0)
29 | public struct ActivityList {
   |               `- note: consider making struct 'ActivityList' conform to the 'Sendable' protocol
30 |     // ActivityList_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/TrainingCenterDatabase.swift:62:29: warning: stored property 'courses' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'CourseList'; this is an error in the Swift 6 language mode
 60 |
 61 |     /// Courses
 62 |     private(set) public var courses: CourseList?
    |                             `- warning: stored property 'courses' of 'Sendable'-conforming struct 'TrainingCenterDatabase' contains non-Sendable type 'CourseList'; this is an error in the Swift 6 language mode
 63 |
 64 |     /// Author
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/CourseList.swift:28:15: note: consider making struct 'CourseList' conform to the 'Sendable' protocol
26 |
27 | /// TCX Course List
28 | public struct CourseList {
   |               `- note: consider making struct 'CourseList' conform to the 'Sendable' protocol
29 |     // CourseList_t
30 |
[74/92] Compiling TcxDataProtocol Author.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Author.swift:40:29: warning: stored property 'build' of 'Sendable'-conforming struct 'Author' contains non-Sendable type 'Build'; this is an error in the Swift 6 language mode
 38 |
 39 |     /// Build Info
 40 |     private(set) public var build: Build?
    |                             `- warning: stored property 'build' of 'Sendable'-conforming struct 'Author' contains non-Sendable type 'Build'; this is an error in the Swift 6 language mode
 41 |
 42 |     /// Language
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Build.swift:42:15: note: consider making struct 'Build' conform to the 'Sendable' protocol
 40 | /// TCX Build Information
 41 | @available(swift 4.0)
 42 | public struct Build {
    |               `- note: consider making struct 'Build' conform to the 'Sendable' protocol
 43 |     // Build_t
 44 |
[75/92] Compiling TcxDataProtocol Build.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Author.swift:40:29: warning: stored property 'build' of 'Sendable'-conforming struct 'Author' contains non-Sendable type 'Build'; this is an error in the Swift 6 language mode
 38 |
 39 |     /// Build Info
 40 |     private(set) public var build: Build?
    |                             `- warning: stored property 'build' of 'Sendable'-conforming struct 'Author' contains non-Sendable type 'Build'; this is an error in the Swift 6 language mode
 41 |
 42 |     /// Language
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Build.swift:42:15: note: consider making struct 'Build' conform to the 'Sendable' protocol
 40 | /// TCX Build Information
 41 | @available(swift 4.0)
 42 | public struct Build {
    |               `- note: consider making struct 'Build' conform to the 'Sendable' protocol
 43 |     // Build_t
 44 |
[76/92] Compiling TcxDataProtocol Course.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Author.swift:40:29: warning: stored property 'build' of 'Sendable'-conforming struct 'Author' contains non-Sendable type 'Build'; this is an error in the Swift 6 language mode
 38 |
 39 |     /// Build Info
 40 |     private(set) public var build: Build?
    |                             `- warning: stored property 'build' of 'Sendable'-conforming struct 'Author' contains non-Sendable type 'Build'; this is an error in the Swift 6 language mode
 41 |
 42 |     /// Language
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Build.swift:42:15: note: consider making struct 'Build' conform to the 'Sendable' protocol
 40 | /// TCX Build Information
 41 | @available(swift 4.0)
 42 | public struct Build {
    |               `- note: consider making struct 'Build' conform to the 'Sendable' protocol
 43 |     // Build_t
 44 |
[77/92] Compiling TcxDataProtocol CourseLap.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Author.swift:40:29: warning: stored property 'build' of 'Sendable'-conforming struct 'Author' contains non-Sendable type 'Build'; this is an error in the Swift 6 language mode
 38 |
 39 |     /// Build Info
 40 |     private(set) public var build: Build?
    |                             `- warning: stored property 'build' of 'Sendable'-conforming struct 'Author' contains non-Sendable type 'Build'; this is an error in the Swift 6 language mode
 41 |
 42 |     /// Language
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Build.swift:42:15: note: consider making struct 'Build' conform to the 'Sendable' protocol
 40 | /// TCX Build Information
 41 | @available(swift 4.0)
 42 | public struct Build {
    |               `- note: consider making struct 'Build' conform to the 'Sendable' protocol
 43 |     // Build_t
 44 |
[78/92] Compiling TcxDataProtocol CourseList.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Author.swift:40:29: warning: stored property 'build' of 'Sendable'-conforming struct 'Author' contains non-Sendable type 'Build'; this is an error in the Swift 6 language mode
 38 |
 39 |     /// Build Info
 40 |     private(set) public var build: Build?
    |                             `- warning: stored property 'build' of 'Sendable'-conforming struct 'Author' contains non-Sendable type 'Build'; this is an error in the Swift 6 language mode
 41 |
 42 |     /// Language
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Build.swift:42:15: note: consider making struct 'Build' conform to the 'Sendable' protocol
 40 | /// TCX Build Information
 41 | @available(swift 4.0)
 42 | public struct Build {
    |               `- note: consider making struct 'Build' conform to the 'Sendable' protocol
 43 |     // Build_t
 44 |
[79/92] Compiling TcxDataProtocol Activity.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Activity.swift:34:29: warning: stored property 'sport' of 'Sendable'-conforming struct 'Activity' has non-Sendable type 'Sport'; this is an error in the Swift 6 language mode
 32 |
 33 |     /// Sport
 34 |     private(set) public var sport: Sport
    |                             `- warning: stored property 'sport' of 'Sendable'-conforming struct 'Activity' has non-Sendable type 'Sport'; this is an error in the Swift 6 language mode
 35 |
 36 |     /// Activity ID
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Sport.swift:29:13: note: consider making enum 'Sport' conform to the 'Sendable' protocol
27 | /// TCX Sport
28 | @available(swift 4.0)
29 | public enum Sport: String, Codable {
   |             `- note: consider making enum 'Sport' conform to the 'Sendable' protocol
30 |     // Sport_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:53:29: warning: stored property 'averageHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 51 |
 52 |     /// Average Heart Rate
 53 |     private(set) public var averageHeartRate: HeartRateInBeatsPerMinute?
    |                             `- warning: stored property 'averageHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 54 |
 55 |     /// Maximum Heart Rate
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Heartrate.swift:29:15: note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 27 | /// TCX Heart Rate in BPM
 28 | @available(swift 4.0)
 29 | public struct HeartRateInBeatsPerMinute {
    |               `- note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 30 |     // HeartRateInBeatsPerMinute_t
 31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:56:29: warning: stored property 'maximumHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 54 |
 55 |     /// Maximum Heart Rate
 56 |     private(set) public var maximumHeartRate: HeartRateInBeatsPerMinute?
    |                             `- warning: stored property 'maximumHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Intensity
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Heartrate.swift:29:15: note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 27 | /// TCX Heart Rate in BPM
 28 | @available(swift 4.0)
 29 | public struct HeartRateInBeatsPerMinute {
    |               `- note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 30 |     // HeartRateInBeatsPerMinute_t
 31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:59:29: warning: stored property 'intensity' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'Intensity'; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Intensity
 59 |     private(set) public var intensity: Intensity
    |                             `- warning: stored property 'intensity' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'Intensity'; this is an error in the Swift 6 language mode
 60 |
 61 |     /// Cadence
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Intensity.swift:29:13: note: consider making enum 'Intensity' conform to the 'Sendable' protocol
27 | /// TCX Intensity
28 | @available(swift 4.0)
29 | public enum Intensity: String, Codable {
   |             `- note: consider making enum 'Intensity' conform to the 'Sendable' protocol
30 |     //Intensity_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:65:29: warning: stored property 'triggerMethod' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'TriggerMethod'; this is an error in the Swift 6 language mode
 63 |
 64 |     /// Trigger Method
 65 |     private(set) public var triggerMethod: TriggerMethod
    |                             `- warning: stored property 'triggerMethod' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'TriggerMethod'; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Track
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/TriggerMethod.swift:29:13: note: consider making enum 'TriggerMethod' conform to the 'Sendable' protocol
27 | /// TCX Trigger Method
28 | @available(swift 4.0)
29 | public enum TriggerMethod: String, Codable {
   |             `- note: consider making enum 'TriggerMethod' conform to the 'Sendable' protocol
30 |     //TriggerMethod_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:68:29: warning: stored property 'track' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Track'; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Track
 68 |     private(set) public var track: [Track]?
    |                             `- warning: stored property 'track' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Track'; this is an error in the Swift 6 language mode
 69 |
 70 |     /// Notes
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Track.swift:29:15: note: consider making struct 'Track' conform to the 'Sendable' protocol
27 | /// TCX Track
28 | @available(swift 4.0)
29 | public struct Track {
   |               `- note: consider making struct 'Track' conform to the 'Sendable' protocol
30 |     // Track_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:74:29: warning: stored property 'extensions' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Extension'; this is an error in the Swift 6 language mode
 72 |
 73 |     /// Extensions for Activity Lap
 74 |     private(set) public var extensions: [Extension]?
    |                             `- warning: stored property 'extensions' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Extension'; this is an error in the Swift 6 language mode
 75 |
 76 |     public init(startTime: Date?,
/host/spi-builder-workspace/Sources/TcxDataProtocol/TcxExtensions/Extensions.swift:29:15: note: consider making struct 'Extension' conform to the 'Sendable' protocol
 27 | /// TCX Extension
 28 | @available(swift 4.0)
 29 | public struct Extension {
    |               `- note: consider making struct 'Extension' conform to the 'Sendable' protocol
 30 |
 31 |     /// Activity TrackPoint Extension
[80/92] Compiling TcxDataProtocol ActivityLap.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Activity.swift:34:29: warning: stored property 'sport' of 'Sendable'-conforming struct 'Activity' has non-Sendable type 'Sport'; this is an error in the Swift 6 language mode
 32 |
 33 |     /// Sport
 34 |     private(set) public var sport: Sport
    |                             `- warning: stored property 'sport' of 'Sendable'-conforming struct 'Activity' has non-Sendable type 'Sport'; this is an error in the Swift 6 language mode
 35 |
 36 |     /// Activity ID
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Sport.swift:29:13: note: consider making enum 'Sport' conform to the 'Sendable' protocol
27 | /// TCX Sport
28 | @available(swift 4.0)
29 | public enum Sport: String, Codable {
   |             `- note: consider making enum 'Sport' conform to the 'Sendable' protocol
30 |     // Sport_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:53:29: warning: stored property 'averageHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 51 |
 52 |     /// Average Heart Rate
 53 |     private(set) public var averageHeartRate: HeartRateInBeatsPerMinute?
    |                             `- warning: stored property 'averageHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 54 |
 55 |     /// Maximum Heart Rate
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Heartrate.swift:29:15: note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 27 | /// TCX Heart Rate in BPM
 28 | @available(swift 4.0)
 29 | public struct HeartRateInBeatsPerMinute {
    |               `- note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 30 |     // HeartRateInBeatsPerMinute_t
 31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:56:29: warning: stored property 'maximumHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 54 |
 55 |     /// Maximum Heart Rate
 56 |     private(set) public var maximumHeartRate: HeartRateInBeatsPerMinute?
    |                             `- warning: stored property 'maximumHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Intensity
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Heartrate.swift:29:15: note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 27 | /// TCX Heart Rate in BPM
 28 | @available(swift 4.0)
 29 | public struct HeartRateInBeatsPerMinute {
    |               `- note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 30 |     // HeartRateInBeatsPerMinute_t
 31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:59:29: warning: stored property 'intensity' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'Intensity'; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Intensity
 59 |     private(set) public var intensity: Intensity
    |                             `- warning: stored property 'intensity' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'Intensity'; this is an error in the Swift 6 language mode
 60 |
 61 |     /// Cadence
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Intensity.swift:29:13: note: consider making enum 'Intensity' conform to the 'Sendable' protocol
27 | /// TCX Intensity
28 | @available(swift 4.0)
29 | public enum Intensity: String, Codable {
   |             `- note: consider making enum 'Intensity' conform to the 'Sendable' protocol
30 |     //Intensity_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:65:29: warning: stored property 'triggerMethod' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'TriggerMethod'; this is an error in the Swift 6 language mode
 63 |
 64 |     /// Trigger Method
 65 |     private(set) public var triggerMethod: TriggerMethod
    |                             `- warning: stored property 'triggerMethod' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'TriggerMethod'; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Track
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/TriggerMethod.swift:29:13: note: consider making enum 'TriggerMethod' conform to the 'Sendable' protocol
27 | /// TCX Trigger Method
28 | @available(swift 4.0)
29 | public enum TriggerMethod: String, Codable {
   |             `- note: consider making enum 'TriggerMethod' conform to the 'Sendable' protocol
30 |     //TriggerMethod_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:68:29: warning: stored property 'track' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Track'; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Track
 68 |     private(set) public var track: [Track]?
    |                             `- warning: stored property 'track' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Track'; this is an error in the Swift 6 language mode
 69 |
 70 |     /// Notes
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Track.swift:29:15: note: consider making struct 'Track' conform to the 'Sendable' protocol
27 | /// TCX Track
28 | @available(swift 4.0)
29 | public struct Track {
   |               `- note: consider making struct 'Track' conform to the 'Sendable' protocol
30 |     // Track_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:74:29: warning: stored property 'extensions' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Extension'; this is an error in the Swift 6 language mode
 72 |
 73 |     /// Extensions for Activity Lap
 74 |     private(set) public var extensions: [Extension]?
    |                             `- warning: stored property 'extensions' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Extension'; this is an error in the Swift 6 language mode
 75 |
 76 |     public init(startTime: Date?,
/host/spi-builder-workspace/Sources/TcxDataProtocol/TcxExtensions/Extensions.swift:29:15: note: consider making struct 'Extension' conform to the 'Sendable' protocol
 27 | /// TCX Extension
 28 | @available(swift 4.0)
 29 | public struct Extension {
    |               `- note: consider making struct 'Extension' conform to the 'Sendable' protocol
 30 |
 31 |     /// Activity TrackPoint Extension
[81/92] Compiling TcxDataProtocol ActivityList.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Activity.swift:34:29: warning: stored property 'sport' of 'Sendable'-conforming struct 'Activity' has non-Sendable type 'Sport'; this is an error in the Swift 6 language mode
 32 |
 33 |     /// Sport
 34 |     private(set) public var sport: Sport
    |                             `- warning: stored property 'sport' of 'Sendable'-conforming struct 'Activity' has non-Sendable type 'Sport'; this is an error in the Swift 6 language mode
 35 |
 36 |     /// Activity ID
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Sport.swift:29:13: note: consider making enum 'Sport' conform to the 'Sendable' protocol
27 | /// TCX Sport
28 | @available(swift 4.0)
29 | public enum Sport: String, Codable {
   |             `- note: consider making enum 'Sport' conform to the 'Sendable' protocol
30 |     // Sport_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:53:29: warning: stored property 'averageHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 51 |
 52 |     /// Average Heart Rate
 53 |     private(set) public var averageHeartRate: HeartRateInBeatsPerMinute?
    |                             `- warning: stored property 'averageHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 54 |
 55 |     /// Maximum Heart Rate
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Heartrate.swift:29:15: note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 27 | /// TCX Heart Rate in BPM
 28 | @available(swift 4.0)
 29 | public struct HeartRateInBeatsPerMinute {
    |               `- note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 30 |     // HeartRateInBeatsPerMinute_t
 31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:56:29: warning: stored property 'maximumHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 54 |
 55 |     /// Maximum Heart Rate
 56 |     private(set) public var maximumHeartRate: HeartRateInBeatsPerMinute?
    |                             `- warning: stored property 'maximumHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Intensity
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Heartrate.swift:29:15: note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 27 | /// TCX Heart Rate in BPM
 28 | @available(swift 4.0)
 29 | public struct HeartRateInBeatsPerMinute {
    |               `- note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 30 |     // HeartRateInBeatsPerMinute_t
 31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:59:29: warning: stored property 'intensity' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'Intensity'; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Intensity
 59 |     private(set) public var intensity: Intensity
    |                             `- warning: stored property 'intensity' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'Intensity'; this is an error in the Swift 6 language mode
 60 |
 61 |     /// Cadence
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Intensity.swift:29:13: note: consider making enum 'Intensity' conform to the 'Sendable' protocol
27 | /// TCX Intensity
28 | @available(swift 4.0)
29 | public enum Intensity: String, Codable {
   |             `- note: consider making enum 'Intensity' conform to the 'Sendable' protocol
30 |     //Intensity_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:65:29: warning: stored property 'triggerMethod' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'TriggerMethod'; this is an error in the Swift 6 language mode
 63 |
 64 |     /// Trigger Method
 65 |     private(set) public var triggerMethod: TriggerMethod
    |                             `- warning: stored property 'triggerMethod' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'TriggerMethod'; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Track
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/TriggerMethod.swift:29:13: note: consider making enum 'TriggerMethod' conform to the 'Sendable' protocol
27 | /// TCX Trigger Method
28 | @available(swift 4.0)
29 | public enum TriggerMethod: String, Codable {
   |             `- note: consider making enum 'TriggerMethod' conform to the 'Sendable' protocol
30 |     //TriggerMethod_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:68:29: warning: stored property 'track' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Track'; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Track
 68 |     private(set) public var track: [Track]?
    |                             `- warning: stored property 'track' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Track'; this is an error in the Swift 6 language mode
 69 |
 70 |     /// Notes
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Track.swift:29:15: note: consider making struct 'Track' conform to the 'Sendable' protocol
27 | /// TCX Track
28 | @available(swift 4.0)
29 | public struct Track {
   |               `- note: consider making struct 'Track' conform to the 'Sendable' protocol
30 |     // Track_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:74:29: warning: stored property 'extensions' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Extension'; this is an error in the Swift 6 language mode
 72 |
 73 |     /// Extensions for Activity Lap
 74 |     private(set) public var extensions: [Extension]?
    |                             `- warning: stored property 'extensions' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Extension'; this is an error in the Swift 6 language mode
 75 |
 76 |     public init(startTime: Date?,
/host/spi-builder-workspace/Sources/TcxDataProtocol/TcxExtensions/Extensions.swift:29:15: note: consider making struct 'Extension' conform to the 'Sendable' protocol
 27 | /// TCX Extension
 28 | @available(swift 4.0)
 29 | public struct Extension {
    |               `- note: consider making struct 'Extension' conform to the 'Sendable' protocol
 30 |
 31 |     /// Activity TrackPoint Extension
[82/92] Compiling TcxDataProtocol ActivityReference.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Activity.swift:34:29: warning: stored property 'sport' of 'Sendable'-conforming struct 'Activity' has non-Sendable type 'Sport'; this is an error in the Swift 6 language mode
 32 |
 33 |     /// Sport
 34 |     private(set) public var sport: Sport
    |                             `- warning: stored property 'sport' of 'Sendable'-conforming struct 'Activity' has non-Sendable type 'Sport'; this is an error in the Swift 6 language mode
 35 |
 36 |     /// Activity ID
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Sport.swift:29:13: note: consider making enum 'Sport' conform to the 'Sendable' protocol
27 | /// TCX Sport
28 | @available(swift 4.0)
29 | public enum Sport: String, Codable {
   |             `- note: consider making enum 'Sport' conform to the 'Sendable' protocol
30 |     // Sport_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:53:29: warning: stored property 'averageHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 51 |
 52 |     /// Average Heart Rate
 53 |     private(set) public var averageHeartRate: HeartRateInBeatsPerMinute?
    |                             `- warning: stored property 'averageHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 54 |
 55 |     /// Maximum Heart Rate
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Heartrate.swift:29:15: note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 27 | /// TCX Heart Rate in BPM
 28 | @available(swift 4.0)
 29 | public struct HeartRateInBeatsPerMinute {
    |               `- note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 30 |     // HeartRateInBeatsPerMinute_t
 31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:56:29: warning: stored property 'maximumHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 54 |
 55 |     /// Maximum Heart Rate
 56 |     private(set) public var maximumHeartRate: HeartRateInBeatsPerMinute?
    |                             `- warning: stored property 'maximumHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Intensity
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Heartrate.swift:29:15: note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 27 | /// TCX Heart Rate in BPM
 28 | @available(swift 4.0)
 29 | public struct HeartRateInBeatsPerMinute {
    |               `- note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 30 |     // HeartRateInBeatsPerMinute_t
 31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:59:29: warning: stored property 'intensity' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'Intensity'; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Intensity
 59 |     private(set) public var intensity: Intensity
    |                             `- warning: stored property 'intensity' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'Intensity'; this is an error in the Swift 6 language mode
 60 |
 61 |     /// Cadence
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Intensity.swift:29:13: note: consider making enum 'Intensity' conform to the 'Sendable' protocol
27 | /// TCX Intensity
28 | @available(swift 4.0)
29 | public enum Intensity: String, Codable {
   |             `- note: consider making enum 'Intensity' conform to the 'Sendable' protocol
30 |     //Intensity_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:65:29: warning: stored property 'triggerMethod' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'TriggerMethod'; this is an error in the Swift 6 language mode
 63 |
 64 |     /// Trigger Method
 65 |     private(set) public var triggerMethod: TriggerMethod
    |                             `- warning: stored property 'triggerMethod' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'TriggerMethod'; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Track
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/TriggerMethod.swift:29:13: note: consider making enum 'TriggerMethod' conform to the 'Sendable' protocol
27 | /// TCX Trigger Method
28 | @available(swift 4.0)
29 | public enum TriggerMethod: String, Codable {
   |             `- note: consider making enum 'TriggerMethod' conform to the 'Sendable' protocol
30 |     //TriggerMethod_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:68:29: warning: stored property 'track' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Track'; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Track
 68 |     private(set) public var track: [Track]?
    |                             `- warning: stored property 'track' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Track'; this is an error in the Swift 6 language mode
 69 |
 70 |     /// Notes
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Track.swift:29:15: note: consider making struct 'Track' conform to the 'Sendable' protocol
27 | /// TCX Track
28 | @available(swift 4.0)
29 | public struct Track {
   |               `- note: consider making struct 'Track' conform to the 'Sendable' protocol
30 |     // Track_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:74:29: warning: stored property 'extensions' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Extension'; this is an error in the Swift 6 language mode
 72 |
 73 |     /// Extensions for Activity Lap
 74 |     private(set) public var extensions: [Extension]?
    |                             `- warning: stored property 'extensions' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Extension'; this is an error in the Swift 6 language mode
 75 |
 76 |     public init(startTime: Date?,
/host/spi-builder-workspace/Sources/TcxDataProtocol/TcxExtensions/Extensions.swift:29:15: note: consider making struct 'Extension' conform to the 'Sendable' protocol
 27 | /// TCX Extension
 28 | @available(swift 4.0)
 29 | public struct Extension {
    |               `- note: consider making struct 'Extension' conform to the 'Sendable' protocol
 30 |
 31 |     /// Activity TrackPoint Extension
[83/92] Compiling TcxDataProtocol Application.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Activity.swift:34:29: warning: stored property 'sport' of 'Sendable'-conforming struct 'Activity' has non-Sendable type 'Sport'; this is an error in the Swift 6 language mode
 32 |
 33 |     /// Sport
 34 |     private(set) public var sport: Sport
    |                             `- warning: stored property 'sport' of 'Sendable'-conforming struct 'Activity' has non-Sendable type 'Sport'; this is an error in the Swift 6 language mode
 35 |
 36 |     /// Activity ID
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Sport.swift:29:13: note: consider making enum 'Sport' conform to the 'Sendable' protocol
27 | /// TCX Sport
28 | @available(swift 4.0)
29 | public enum Sport: String, Codable {
   |             `- note: consider making enum 'Sport' conform to the 'Sendable' protocol
30 |     // Sport_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:53:29: warning: stored property 'averageHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 51 |
 52 |     /// Average Heart Rate
 53 |     private(set) public var averageHeartRate: HeartRateInBeatsPerMinute?
    |                             `- warning: stored property 'averageHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 54 |
 55 |     /// Maximum Heart Rate
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Heartrate.swift:29:15: note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 27 | /// TCX Heart Rate in BPM
 28 | @available(swift 4.0)
 29 | public struct HeartRateInBeatsPerMinute {
    |               `- note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 30 |     // HeartRateInBeatsPerMinute_t
 31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:56:29: warning: stored property 'maximumHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 54 |
 55 |     /// Maximum Heart Rate
 56 |     private(set) public var maximumHeartRate: HeartRateInBeatsPerMinute?
    |                             `- warning: stored property 'maximumHeartRate' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'HeartRateInBeatsPerMinute'; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Intensity
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Heartrate.swift:29:15: note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 27 | /// TCX Heart Rate in BPM
 28 | @available(swift 4.0)
 29 | public struct HeartRateInBeatsPerMinute {
    |               `- note: consider making struct 'HeartRateInBeatsPerMinute' conform to the 'Sendable' protocol
 30 |     // HeartRateInBeatsPerMinute_t
 31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:59:29: warning: stored property 'intensity' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'Intensity'; this is an error in the Swift 6 language mode
 57 |
 58 |     /// Intensity
 59 |     private(set) public var intensity: Intensity
    |                             `- warning: stored property 'intensity' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'Intensity'; this is an error in the Swift 6 language mode
 60 |
 61 |     /// Cadence
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Intensity.swift:29:13: note: consider making enum 'Intensity' conform to the 'Sendable' protocol
27 | /// TCX Intensity
28 | @available(swift 4.0)
29 | public enum Intensity: String, Codable {
   |             `- note: consider making enum 'Intensity' conform to the 'Sendable' protocol
30 |     //Intensity_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:65:29: warning: stored property 'triggerMethod' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'TriggerMethod'; this is an error in the Swift 6 language mode
 63 |
 64 |     /// Trigger Method
 65 |     private(set) public var triggerMethod: TriggerMethod
    |                             `- warning: stored property 'triggerMethod' of 'Sendable'-conforming struct 'ActivityLap' has non-Sendable type 'TriggerMethod'; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Track
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/TriggerMethod.swift:29:13: note: consider making enum 'TriggerMethod' conform to the 'Sendable' protocol
27 | /// TCX Trigger Method
28 | @available(swift 4.0)
29 | public enum TriggerMethod: String, Codable {
   |             `- note: consider making enum 'TriggerMethod' conform to the 'Sendable' protocol
30 |     //TriggerMethod_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:68:29: warning: stored property 'track' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Track'; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Track
 68 |     private(set) public var track: [Track]?
    |                             `- warning: stored property 'track' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Track'; this is an error in the Swift 6 language mode
 69 |
 70 |     /// Notes
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Track.swift:29:15: note: consider making struct 'Track' conform to the 'Sendable' protocol
27 | /// TCX Track
28 | @available(swift 4.0)
29 | public struct Track {
   |               `- note: consider making struct 'Track' conform to the 'Sendable' protocol
30 |     // Track_t
31 |
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/ActivityLap.swift:74:29: warning: stored property 'extensions' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Extension'; this is an error in the Swift 6 language mode
 72 |
 73 |     /// Extensions for Activity Lap
 74 |     private(set) public var extensions: [Extension]?
    |                             `- warning: stored property 'extensions' of 'Sendable'-conforming struct 'ActivityLap' contains non-Sendable type 'Extension'; this is an error in the Swift 6 language mode
 75 |
 76 |     public init(startTime: Date?,
/host/spi-builder-workspace/Sources/TcxDataProtocol/TcxExtensions/Extensions.swift:29:15: note: consider making struct 'Extension' conform to the 'Sendable' protocol
 27 | /// TCX Extension
 28 | @available(swift 4.0)
 29 | public struct Extension {
    |               `- note: consider making struct 'Extension' conform to the 'Sendable' protocol
 30 |
 31 |     /// Activity TrackPoint Extension
[84/92] Compiling TcxDataProtocol CoursePoint.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Creator.swift:42:29: warning: stored property 'version' of 'Sendable'-conforming struct 'Creator' contains non-Sendable type 'Version'; this is an error in the Swift 6 language mode
 40 |
 41 |     /// Version
 42 |     private(set) public var version: Version?
    |                             `- warning: stored property 'version' of 'Sendable'-conforming struct 'Creator' contains non-Sendable type 'Version'; this is an error in the Swift 6 language mode
 43 |
 44 |     /// Unit Identification
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Version.swift:29:15: note: consider making struct 'Version' conform to the 'Sendable' protocol
 27 | /// TCX Version
 28 | @available(swift 4.0)
 29 | public struct Version {
    |               `- note: consider making struct 'Version' conform to the 'Sendable' protocol
 30 |
 31 |     /// Major
[85/92] Compiling TcxDataProtocol CoursePointType.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Creator.swift:42:29: warning: stored property 'version' of 'Sendable'-conforming struct 'Creator' contains non-Sendable type 'Version'; this is an error in the Swift 6 language mode
 40 |
 41 |     /// Version
 42 |     private(set) public var version: Version?
    |                             `- warning: stored property 'version' of 'Sendable'-conforming struct 'Creator' contains non-Sendable type 'Version'; this is an error in the Swift 6 language mode
 43 |
 44 |     /// Unit Identification
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Version.swift:29:15: note: consider making struct 'Version' conform to the 'Sendable' protocol
 27 | /// TCX Version
 28 | @available(swift 4.0)
 29 | public struct Version {
    |               `- note: consider making struct 'Version' conform to the 'Sendable' protocol
 30 |
 31 |     /// Major
[86/92] Compiling TcxDataProtocol Creator.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Creator.swift:42:29: warning: stored property 'version' of 'Sendable'-conforming struct 'Creator' contains non-Sendable type 'Version'; this is an error in the Swift 6 language mode
 40 |
 41 |     /// Version
 42 |     private(set) public var version: Version?
    |                             `- warning: stored property 'version' of 'Sendable'-conforming struct 'Creator' contains non-Sendable type 'Version'; this is an error in the Swift 6 language mode
 43 |
 44 |     /// Unit Identification
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Version.swift:29:15: note: consider making struct 'Version' conform to the 'Sendable' protocol
 27 | /// TCX Version
 28 | @available(swift 4.0)
 29 | public struct Version {
    |               `- note: consider making struct 'Version' conform to the 'Sendable' protocol
 30 |
 31 |     /// Major
[87/92] Compiling TcxDataProtocol Gender.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Creator.swift:42:29: warning: stored property 'version' of 'Sendable'-conforming struct 'Creator' contains non-Sendable type 'Version'; this is an error in the Swift 6 language mode
 40 |
 41 |     /// Version
 42 |     private(set) public var version: Version?
    |                             `- warning: stored property 'version' of 'Sendable'-conforming struct 'Creator' contains non-Sendable type 'Version'; this is an error in the Swift 6 language mode
 43 |
 44 |     /// Unit Identification
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Version.swift:29:15: note: consider making struct 'Version' conform to the 'Sendable' protocol
 27 | /// TCX Version
 28 | @available(swift 4.0)
 29 | public struct Version {
    |               `- note: consider making struct 'Version' conform to the 'Sendable' protocol
 30 |
 31 |     /// Major
[88/92] Compiling TcxDataProtocol Heartrate.swift
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Creator.swift:42:29: warning: stored property 'version' of 'Sendable'-conforming struct 'Creator' contains non-Sendable type 'Version'; this is an error in the Swift 6 language mode
 40 |
 41 |     /// Version
 42 |     private(set) public var version: Version?
    |                             `- warning: stored property 'version' of 'Sendable'-conforming struct 'Creator' contains non-Sendable type 'Version'; this is an error in the Swift 6 language mode
 43 |
 44 |     /// Unit Identification
/host/spi-builder-workspace/Sources/TcxDataProtocol/Elements/Version.swift:29:15: note: consider making struct 'Version' conform to the 'Sendable' protocol
 27 | /// TCX Version
 28 | @available(swift 4.0)
 29 | public struct Version {
    |               `- note: consider making struct 'Version' conform to the 'Sendable' protocol
 30 |
 31 |     /// Major
[89/92] Compiling TcxDataProtocol ActivityExtension.swift
[90/92] Compiling TcxDataProtocol ActivityGoalsExtension.swift
[91/92] Compiling TcxDataProtocol Extensions.swift
[92/92] Compiling TcxDataProtocol TcxFile.swift
Build complete! (24.25s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MaxDesiatov/XMLCoder"
    }
  ],
  "manifest_display_name" : "TcxDataProtocol",
  "name" : "TcxDataProtocol",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "TcxDataProtocol",
      "targets" : [
        "TcxDataProtocol"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TcxDataProtocolTests",
      "module_type" : "SwiftTarget",
      "name" : "TcxDataProtocolTests",
      "path" : "Tests/TcxDataProtocolTests",
      "sources" : [
        "TcxDataProtocolTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "TcxDataProtocol"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TcxDataProtocol",
      "module_type" : "SwiftTarget",
      "name" : "TcxDataProtocol",
      "path" : "Sources/TcxDataProtocol",
      "product_dependencies" : [
        "XMLCoder"
      ],
      "product_memberships" : [
        "TcxDataProtocol"
      ],
      "sources" : [
        "Elements/Activity.swift",
        "Elements/ActivityLap.swift",
        "Elements/ActivityList.swift",
        "Elements/ActivityReference.swift",
        "Elements/Application.swift",
        "Elements/Author.swift",
        "Elements/Build.swift",
        "Elements/Course.swift",
        "Elements/CourseLap.swift",
        "Elements/CourseList.swift",
        "Elements/CoursePoint.swift",
        "Elements/CoursePointType.swift",
        "Elements/Creator.swift",
        "Elements/Gender.swift",
        "Elements/Heartrate.swift",
        "Elements/Intensity.swift",
        "Elements/MultiSportSession.swift",
        "Elements/NextSport.swift",
        "Elements/Plan.swift",
        "Elements/Position.swift",
        "Elements/QuickWorkoutResults.swift",
        "Elements/SensorState.swift",
        "Elements/Sport.swift",
        "Elements/Track.swift",
        "Elements/Trackpoint.swift",
        "Elements/Training.swift",
        "Elements/TrainingCenterDatabase.swift",
        "Elements/TriggerMethod.swift",
        "Elements/Version.swift",
        "Extensions/CodingKeys.swift",
        "Extensions/StringExtensions.swift",
        "TcxExtensions/ActivityExtension.swift",
        "TcxExtensions/ActivityGoalsExtension.swift",
        "TcxExtensions/Extensions.swift",
        "TcxFile.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.