The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of AntMessageProtocol, reference 1.1.1 (f0350c), with Swift 6.1 for Linux on 26 Apr 2025 20:41:22 UTC.

Swift 6 data race errors: 3

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FitnessKit/AntMessageProtocol.git
Reference: 1.1.1
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/AntMessageProtocol
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at f0350ce bump 1.1.1
Cloned https://github.com/FitnessKit/AntMessageProtocol.git
Revision (git rev-parse @):
f0350ce0eea3057af8a34b85c0fda25c2052b094
SUCCESS checkout https://github.com/FitnessKit/AntMessageProtocol.git at 1.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/FitnessKit/AntMessageProtocol.git
https://github.com/FitnessKit/AntMessageProtocol.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "fitnessunits",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FitnessKit/FitnessUnits"
    },
    {
      "identity" : "datadecoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FitnessKit/DataDecoder"
    }
  ],
  "manifest_display_name" : "AntMessageProtocol",
  "name" : "AntMessageProtocol",
  "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" : "AntMessageProtocol",
      "targets" : [
        "AntMessageProtocol"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AntMessageProtocolTests",
      "module_type" : "SwiftTarget",
      "name" : "AntMessageProtocolTests",
      "path" : "Tests/AntMessageProtocolTests",
      "sources" : [
        "AntMessageProtocol.swift",
        "ManufacturerTests.swift"
      ],
      "target_dependencies" : [
        "AntMessageProtocol"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AntMessageProtocol",
      "module_type" : "SwiftTarget",
      "name" : "AntMessageProtocol",
      "path" : "Sources",
      "product_dependencies" : [
        "FitnessUnits",
        "DataDecoder"
      ],
      "product_memberships" : [
        "AntMessageProtocol"
      ],
      "sources" : [
        "ANTMessageProtocol/Errors.swift",
        "ANTMessageProtocol/Protocols/EncodingProtocol.swift",
        "ANTMessageProtocol/Types/ANTFSTypes.swift",
        "ANTMessageProtocol/Types/Battery.swift",
        "ANTMessageProtocol/Types/ChannelType.swift",
        "ANTMessageProtocol/Types/ComponentIdentifier.swift",
        "ANTMessageProtocol/Types/DataTypes.swift",
        "ANTMessageProtocol/Types/DateTime.swift",
        "ANTMessageProtocol/Types/DeviceType.swift",
        "ANTMessageProtocol/Types/FitnessEquipmentTypes.swift",
        "ANTMessageProtocol/Types/Gender.swift",
        "ANTMessageProtocol/Types/GenericCommand.swift",
        "ANTMessageProtocol/Types/Manufacturer/Manufacturer.swift",
        "ANTMessageProtocol/Types/Manufacturer/ManufacturerExtension.swift",
        "ANTMessageProtocol/Types/Manufacturer/ManufacturerSupported.swift",
        "ANTMessageProtocol/Types/NetworkType.swift",
        "ANTMessageProtocol/Types/RadioMessageType.swift",
        "ANTMessageProtocol/Types/SoftwareVersion.swift",
        "ANTMessageProtocol/Types/Sport.swift",
        "ANTMessageProtocol/Types/SubSport.swift",
        "ANTMessageProtocol/Types/TransmissionType.swift",
        "ANTMessageProtocol/Utilities/ArrayExtension.swift",
        "ANTMessageProtocol/Utilities/CodingKeys.swift",
        "ANTMessageProtocol/Utilities/DataExtension.swift",
        "ANTMessageProtocol/Utilities/DeltaExtentions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/FitnessKit/FitnessUnits
Fetching https://github.com/FitnessKit/DataDecoder
[1/417] Fetching datadecoder
[418/1175] Fetching datadecoder, fitnessunits
Fetched https://github.com/FitnessKit/DataDecoder from cache (0.19s)
Fetched https://github.com/FitnessKit/FitnessUnits from cache (0.20s)
Computing version for https://github.com/FitnessKit/DataDecoder
Computed https://github.com/FitnessKit/DataDecoder at 5.0.0 (0.65s)
Computing version for https://github.com/FitnessKit/FitnessUnits
Computed https://github.com/FitnessKit/FitnessUnits at 3.1.0 (0.45s)
Creating working copy for https://github.com/FitnessKit/DataDecoder
Working copy of https://github.com/FitnessKit/DataDecoder resolved at 5.0.0
Creating working copy for https://github.com/FitnessKit/FitnessUnits
Working copy of https://github.com/FitnessKit/FitnessUnits resolved at 3.1.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/32] Emitting module FitnessUnits
[6/35] Compiling DataDecoder MACAddress.swift
[7/35] Compiling DataDecoder ANTToggleByte.swift
[8/35] Emitting module DataDecoder
[9/35] Compiling DataDecoder Nibble.swift
[10/35] Compiling DataDecoder Decoder.swift
[11/35] Compiling DataDecoder DataExtension.swift
[12/36] Compiling FitnessUnits ValidatedBinaryFloatingPoint.swift
[13/36] Compiling FitnessUnits ValidatedBinaryInteger.swift
[14/36] Compiling FitnessUnits ValidatedMeasurement.swift
[15/36] Compiling FitnessUnits Color.swift
[16/36] Compiling FitnessUnits UnitAcceleration.swift
[17/36] Compiling FitnessUnits UnitAngle.swift
[18/36] Compiling FitnessUnits UnitPercent.swift
[19/36] Compiling FitnessUnits MeasurementZone.swift
[20/36] Compiling FitnessUnits StringMeasurement.swift
[22/36] Compiling FitnessUnits UnitMagneticField.swift
[23/36] Compiling FitnessUnits UnitMass.swift
[24/36] Compiling FitnessUnits UnitRadioactivity.swift
[25/36] Compiling FitnessUnits UnitEnergy.swift
[26/36] Compiling FitnessUnits UnitForce.swift
[27/36] Compiling FitnessUnits UnitLinearDensity.swift
[28/36] Compiling FitnessUnits UnitSpeed.swift
[29/36] Compiling FitnessUnits UnitTorque.swift
[30/36] Compiling FitnessUnits UnitCadence.swift
[31/36] Compiling FitnessUnits UnitAngularVelocity.swift
[32/36] Compiling FitnessUnits UnitConcentrationMass.swift
[33/36] Compiling FitnessUnits UnitDuration.swift
[34/36] Compiling FitnessUnits UnitCount.swift
[35/36] Compiling FitnessUnits UnitGender.swift
[36/36] Compiling FitnessUnits UnitOxygenConsumption.swift
[38/60] Compiling AntMessageProtocol Gender.swift
/host/spi-builder-workspace/Sources/ANTMessageProtocol/Types/Manufacturer/Manufacturer.swift:27:14: warning: var 'allManufacturers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 25 | import Foundation
 26 |
 27 | internal var allManufacturers: [Manufacturer] = [Manufacturer]()
    |              |- warning: var 'allManufacturers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'allManufacturers' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make var 'allManufacturers' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 28 |
 29 | /// ANT Manufacturer
[39/60] Compiling AntMessageProtocol GenericCommand.swift
/host/spi-builder-workspace/Sources/ANTMessageProtocol/Types/Manufacturer/Manufacturer.swift:27:14: warning: var 'allManufacturers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 25 | import Foundation
 26 |
 27 | internal var allManufacturers: [Manufacturer] = [Manufacturer]()
    |              |- warning: var 'allManufacturers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'allManufacturers' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make var 'allManufacturers' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 28 |
 29 | /// ANT Manufacturer
[40/60] Compiling AntMessageProtocol Manufacturer.swift
/host/spi-builder-workspace/Sources/ANTMessageProtocol/Types/Manufacturer/Manufacturer.swift:27:14: warning: var 'allManufacturers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 25 | import Foundation
 26 |
 27 | internal var allManufacturers: [Manufacturer] = [Manufacturer]()
    |              |- warning: var 'allManufacturers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'allManufacturers' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make var 'allManufacturers' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 28 |
 29 | /// ANT Manufacturer
[41/63] Compiling AntMessageProtocol ChannelType.swift
[42/63] Compiling AntMessageProtocol ComponentIdentifier.swift
[43/63] Compiling AntMessageProtocol DataTypes.swift
[44/63] Compiling AntMessageProtocol Errors.swift
/host/spi-builder-workspace/Sources/ANTMessageProtocol/Errors.swift:55:16: warning: stored property 'type' of 'Sendable'-conforming struct 'ANTMessageProtocolError' has non-sendable type 'ErrorReasons'; this is an error in the Swift 6 language mode
26 |
27 | /// ANTMessage Error Reasons
28 | public enum ErrorReasons {
   |             `- note: consider making enum 'ErrorReasons' conform to the 'Sendable' protocol
29 |     /// Unsupported Message
30 |     case unsupportedMessage
   :
53 | public struct ANTMessageProtocolError: Error {
54 |
55 |     public let type: ErrorReasons
   |                `- warning: stored property 'type' of 'Sendable'-conforming struct 'ANTMessageProtocolError' has non-sendable type 'ErrorReasons'; this is an error in the Swift 6 language mode
56 |
57 |     public init(_ type: ErrorReasons) {
[45/63] Compiling AntMessageProtocol EncodingProtocol.swift
/host/spi-builder-workspace/Sources/ANTMessageProtocol/Errors.swift:55:16: warning: stored property 'type' of 'Sendable'-conforming struct 'ANTMessageProtocolError' has non-sendable type 'ErrorReasons'; this is an error in the Swift 6 language mode
26 |
27 | /// ANTMessage Error Reasons
28 | public enum ErrorReasons {
   |             `- note: consider making enum 'ErrorReasons' conform to the 'Sendable' protocol
29 |     /// Unsupported Message
30 |     case unsupportedMessage
   :
53 | public struct ANTMessageProtocolError: Error {
54 |
55 |     public let type: ErrorReasons
   |                `- warning: stored property 'type' of 'Sendable'-conforming struct 'ANTMessageProtocolError' has non-sendable type 'ErrorReasons'; this is an error in the Swift 6 language mode
56 |
57 |     public init(_ type: ErrorReasons) {
[46/63] Compiling AntMessageProtocol ANTFSTypes.swift
/host/spi-builder-workspace/Sources/ANTMessageProtocol/Errors.swift:55:16: warning: stored property 'type' of 'Sendable'-conforming struct 'ANTMessageProtocolError' has non-sendable type 'ErrorReasons'; this is an error in the Swift 6 language mode
26 |
27 | /// ANTMessage Error Reasons
28 | public enum ErrorReasons {
   |             `- note: consider making enum 'ErrorReasons' conform to the 'Sendable' protocol
29 |     /// Unsupported Message
30 |     case unsupportedMessage
   :
53 | public struct ANTMessageProtocolError: Error {
54 |
55 |     public let type: ErrorReasons
   |                `- warning: stored property 'type' of 'Sendable'-conforming struct 'ANTMessageProtocolError' has non-sendable type 'ErrorReasons'; this is an error in the Swift 6 language mode
56 |
57 |     public init(_ type: ErrorReasons) {
[47/63] Compiling AntMessageProtocol Battery.swift
/host/spi-builder-workspace/Sources/ANTMessageProtocol/Errors.swift:55:16: warning: stored property 'type' of 'Sendable'-conforming struct 'ANTMessageProtocolError' has non-sendable type 'ErrorReasons'; this is an error in the Swift 6 language mode
26 |
27 | /// ANTMessage Error Reasons
28 | public enum ErrorReasons {
   |             `- note: consider making enum 'ErrorReasons' conform to the 'Sendable' protocol
29 |     /// Unsupported Message
30 |     case unsupportedMessage
   :
53 | public struct ANTMessageProtocolError: Error {
54 |
55 |     public let type: ErrorReasons
   |                `- warning: stored property 'type' of 'Sendable'-conforming struct 'ANTMessageProtocolError' has non-sendable type 'ErrorReasons'; this is an error in the Swift 6 language mode
56 |
57 |     public init(_ type: ErrorReasons) {
[48/63] Emitting module AntMessageProtocol
/host/spi-builder-workspace/Sources/ANTMessageProtocol/Errors.swift:55:16: warning: stored property 'type' of 'Sendable'-conforming struct 'ANTMessageProtocolError' has non-sendable type 'ErrorReasons'; this is an error in the Swift 6 language mode
26 |
27 | /// ANTMessage Error Reasons
28 | public enum ErrorReasons {
   |             `- note: consider making enum 'ErrorReasons' conform to the 'Sendable' protocol
29 |     /// Unsupported Message
30 |     case unsupportedMessage
   :
53 | public struct ANTMessageProtocolError: Error {
54 |
55 |     public let type: ErrorReasons
   |                `- warning: stored property 'type' of 'Sendable'-conforming struct 'ANTMessageProtocolError' has non-sendable type 'ErrorReasons'; this is an error in the Swift 6 language mode
56 |
57 |     public init(_ type: ErrorReasons) {
/host/spi-builder-workspace/Sources/ANTMessageProtocol/Types/Manufacturer/Manufacturer.swift:27:14: warning: var 'allManufacturers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 25 | import Foundation
 26 |
 27 | internal var allManufacturers: [Manufacturer] = [Manufacturer]()
    |              |- warning: var 'allManufacturers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'allManufacturers' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make var 'allManufacturers' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 28 |
 29 | /// ANT Manufacturer
/host/spi-builder-workspace/Sources/ANTMessageProtocol/Types/Manufacturer/ManufacturerSupported.swift:31:16: warning: static property 'supportedManufacturers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 29 |
 30 |     /// Supported Manufacturers
 31 |     static var supportedManufacturers: [Manufacturer] = {
    |                |- warning: static property 'supportedManufacturers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'supportedManufacturers' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'supportedManufacturers' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |
 33 |         allManufacturers.append(.unknown)
[49/63] Compiling AntMessageProtocol SubSport.swift
[50/63] Compiling AntMessageProtocol TransmissionType.swift
[51/63] Compiling AntMessageProtocol ArrayExtension.swift
[52/63] Compiling AntMessageProtocol RadioMessageType.swift
[53/63] Compiling AntMessageProtocol SoftwareVersion.swift
[54/63] Compiling AntMessageProtocol Sport.swift
[55/63] Compiling AntMessageProtocol DateTime.swift
[56/63] Compiling AntMessageProtocol DeviceType.swift
[57/63] Compiling AntMessageProtocol FitnessEquipmentTypes.swift
[58/63] Compiling AntMessageProtocol ManufacturerExtension.swift
/host/spi-builder-workspace/Sources/ANTMessageProtocol/Types/Manufacturer/ManufacturerSupported.swift:31:16: warning: static property 'supportedManufacturers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 29 |
 30 |     /// Supported Manufacturers
 31 |     static var supportedManufacturers: [Manufacturer] = {
    |                |- warning: static property 'supportedManufacturers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'supportedManufacturers' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'supportedManufacturers' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |
 33 |         allManufacturers.append(.unknown)
[59/63] Compiling AntMessageProtocol ManufacturerSupported.swift
/host/spi-builder-workspace/Sources/ANTMessageProtocol/Types/Manufacturer/ManufacturerSupported.swift:31:16: warning: static property 'supportedManufacturers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 29 |
 30 |     /// Supported Manufacturers
 31 |     static var supportedManufacturers: [Manufacturer] = {
    |                |- warning: static property 'supportedManufacturers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'supportedManufacturers' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'supportedManufacturers' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |
 33 |         allManufacturers.append(.unknown)
[60/63] Compiling AntMessageProtocol NetworkType.swift
/host/spi-builder-workspace/Sources/ANTMessageProtocol/Types/Manufacturer/ManufacturerSupported.swift:31:16: warning: static property 'supportedManufacturers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 29 |
 30 |     /// Supported Manufacturers
 31 |     static var supportedManufacturers: [Manufacturer] = {
    |                |- warning: static property 'supportedManufacturers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'supportedManufacturers' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'supportedManufacturers' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |
 33 |         allManufacturers.append(.unknown)
[61/63] Compiling AntMessageProtocol CodingKeys.swift
[62/63] Compiling AntMessageProtocol DataExtension.swift
[63/63] Compiling AntMessageProtocol DeltaExtentions.swift
Build complete! (10.50s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "fitnessunits",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FitnessKit/FitnessUnits"
    },
    {
      "identity" : "datadecoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FitnessKit/DataDecoder"
    }
  ],
  "manifest_display_name" : "AntMessageProtocol",
  "name" : "AntMessageProtocol",
  "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" : "AntMessageProtocol",
      "targets" : [
        "AntMessageProtocol"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AntMessageProtocolTests",
      "module_type" : "SwiftTarget",
      "name" : "AntMessageProtocolTests",
      "path" : "Tests/AntMessageProtocolTests",
      "sources" : [
        "AntMessageProtocol.swift",
        "ManufacturerTests.swift"
      ],
      "target_dependencies" : [
        "AntMessageProtocol"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AntMessageProtocol",
      "module_type" : "SwiftTarget",
      "name" : "AntMessageProtocol",
      "path" : "Sources",
      "product_dependencies" : [
        "FitnessUnits",
        "DataDecoder"
      ],
      "product_memberships" : [
        "AntMessageProtocol"
      ],
      "sources" : [
        "ANTMessageProtocol/Errors.swift",
        "ANTMessageProtocol/Protocols/EncodingProtocol.swift",
        "ANTMessageProtocol/Types/ANTFSTypes.swift",
        "ANTMessageProtocol/Types/Battery.swift",
        "ANTMessageProtocol/Types/ChannelType.swift",
        "ANTMessageProtocol/Types/ComponentIdentifier.swift",
        "ANTMessageProtocol/Types/DataTypes.swift",
        "ANTMessageProtocol/Types/DateTime.swift",
        "ANTMessageProtocol/Types/DeviceType.swift",
        "ANTMessageProtocol/Types/FitnessEquipmentTypes.swift",
        "ANTMessageProtocol/Types/Gender.swift",
        "ANTMessageProtocol/Types/GenericCommand.swift",
        "ANTMessageProtocol/Types/Manufacturer/Manufacturer.swift",
        "ANTMessageProtocol/Types/Manufacturer/ManufacturerExtension.swift",
        "ANTMessageProtocol/Types/Manufacturer/ManufacturerSupported.swift",
        "ANTMessageProtocol/Types/NetworkType.swift",
        "ANTMessageProtocol/Types/RadioMessageType.swift",
        "ANTMessageProtocol/Types/SoftwareVersion.swift",
        "ANTMessageProtocol/Types/Sport.swift",
        "ANTMessageProtocol/Types/SubSport.swift",
        "ANTMessageProtocol/Types/TransmissionType.swift",
        "ANTMessageProtocol/Utilities/ArrayExtension.swift",
        "ANTMessageProtocol/Utilities/CodingKeys.swift",
        "ANTMessageProtocol/Utilities/DataExtension.swift",
        "ANTMessageProtocol/Utilities/DeltaExtentions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.