The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of BluetoothMessageProtocol, reference 2.0.1 (10cba9), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 18:17:41 UTC.

Swift 6 data race errors: 171

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BluetoothMessageProtocol -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

    public struct MachineFeatures: OptionSet, Hashable {
                  ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:63:27: note: add '@MainActor' to make static property 'resistanceLevelSupported' part of global actor 'MainActor'
        public static let resistanceLevelSupported  = MachineFeatures(rawValue: 1 << 7)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:63:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let resistanceLevelSupported  = MachineFeatures(rawValue: 1 << 7)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:65:27: warning: static property 'strideCountSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.MachineFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let strideCountSupported      = MachineFeatures(rawValue: 1 << 8)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:44:19: note: consider making struct 'MachineFeatures' conform to the 'Sendable' protocol
    public struct MachineFeatures: OptionSet, Hashable {
                  ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:65:27: note: add '@MainActor' to make static property 'strideCountSupported' part of global actor 'MainActor'
        public static let strideCountSupported      = MachineFeatures(rawValue: 1 << 8)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:65:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let strideCountSupported      = MachineFeatures(rawValue: 1 << 8)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:67:27: warning: static property 'expendedEnergySupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.MachineFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let expendedEnergySupported   = MachineFeatures(rawValue: 1 << 9)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:44:19: note: consider making struct 'MachineFeatures' conform to the 'Sendable' protocol
    public struct MachineFeatures: OptionSet, Hashable {
                  ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:67:27: note: add '@MainActor' to make static property 'expendedEnergySupported' part of global actor 'MainActor'
        public static let expendedEnergySupported   = MachineFeatures(rawValue: 1 << 9)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:67:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let expendedEnergySupported   = MachineFeatures(rawValue: 1 << 9)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:69:27: warning: static property 'heartRateSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.MachineFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let heartRateSupported        = MachineFeatures(rawValue: 1 << 10)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:44:19: note: consider making struct 'MachineFeatures' conform to the 'Sendable' protocol
    public struct MachineFeatures: OptionSet, Hashable {
                  ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:69:27: note: add '@MainActor' to make static property 'heartRateSupported' part of global actor 'MainActor'
        public static let heartRateSupported        = MachineFeatures(rawValue: 1 << 10)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:69:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let heartRateSupported        = MachineFeatures(rawValue: 1 << 10)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:71:27: warning: static property 'metsSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.MachineFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let metsSupported             = MachineFeatures(rawValue: 1 << 11)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:44:19: note: consider making struct 'MachineFeatures' conform to the 'Sendable' protocol
    public struct MachineFeatures: OptionSet, Hashable {
                  ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:71:27: note: add '@MainActor' to make static property 'metsSupported' part of global actor 'MainActor'
        public static let metsSupported             = MachineFeatures(rawValue: 1 << 11)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:71:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let metsSupported             = MachineFeatures(rawValue: 1 << 11)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:73:27: warning: static property 'elapsedTimeSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.MachineFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let elapsedTimeSupported      = MachineFeatures(rawValue: 1 << 12)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:44:19: note: consider making struct 'MachineFeatures' conform to the 'Sendable' protocol
    public struct MachineFeatures: OptionSet, Hashable {
                  ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:73:27: note: add '@MainActor' to make static property 'elapsedTimeSupported' part of global actor 'MainActor'
        public static let elapsedTimeSupported      = MachineFeatures(rawValue: 1 << 12)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:73:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let elapsedTimeSupported      = MachineFeatures(rawValue: 1 << 12)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:75:27: warning: static property 'remainingTimeSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.MachineFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let remainingTimeSupported    = MachineFeatures(rawValue: 1 << 13)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:44:19: note: consider making struct 'MachineFeatures' conform to the 'Sendable' protocol
    public struct MachineFeatures: OptionSet, Hashable {
                  ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:75:27: note: add '@MainActor' to make static property 'remainingTimeSupported' part of global actor 'MainActor'
        public static let remainingTimeSupported    = MachineFeatures(rawValue: 1 << 13)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:75:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let remainingTimeSupported    = MachineFeatures(rawValue: 1 << 13)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:77:27: warning: static property 'powerSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.MachineFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let powerSupported            = MachineFeatures(rawValue: 1 << 14)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:44:19: note: consider making struct 'MachineFeatures' conform to the 'Sendable' protocol
    public struct MachineFeatures: OptionSet, Hashable {
                  ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:77:27: note: add '@MainActor' to make static property 'powerSupported' part of global actor 'MainActor'
        public static let powerSupported            = MachineFeatures(rawValue: 1 << 14)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:77:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let powerSupported            = MachineFeatures(rawValue: 1 << 14)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:79:27: warning: static property 'forceOnBeltSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.MachineFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let forceOnBeltSupported      = MachineFeatures(rawValue: 1 << 15)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:44:19: note: consider making struct 'MachineFeatures' conform to the 'Sendable' protocol
    public struct MachineFeatures: OptionSet, Hashable {
                  ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:79:27: note: add '@MainActor' to make static property 'forceOnBeltSupported' part of global actor 'MainActor'
        public static let forceOnBeltSupported      = MachineFeatures(rawValue: 1 << 15)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:79:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let forceOnBeltSupported      = MachineFeatures(rawValue: 1 << 15)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:81:27: warning: static property 'userDataSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.MachineFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let userDataSupported         = MachineFeatures(rawValue: 1 << 16)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:44:19: note: consider making struct 'MachineFeatures' conform to the 'Sendable' protocol
    public struct MachineFeatures: OptionSet, Hashable {
                  ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:81:27: note: add '@MainActor' to make static property 'userDataSupported' part of global actor 'MainActor'
        public static let userDataSupported         = MachineFeatures(rawValue: 1 << 16)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:81:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let userDataSupported         = MachineFeatures(rawValue: 1 << 16)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:90:27: warning: static property 'speedSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.TargetFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let speedSupported                = TargetFeatures(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:85:19: note: consider making struct 'TargetFeatures' conform to the 'Sendable' protocol
    public struct TargetFeatures: OptionSet, Hashable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:90:27: note: add '@MainActor' to make static property 'speedSupported' part of global actor 'MainActor'
        public static let speedSupported                = TargetFeatures(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:90:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let speedSupported                = TargetFeatures(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:92:27: warning: static property 'inclinationSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.TargetFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let inclinationSupported          = TargetFeatures(rawValue: 1 << 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:85:19: note: consider making struct 'TargetFeatures' conform to the 'Sendable' protocol
    public struct TargetFeatures: OptionSet, Hashable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:92:27: note: add '@MainActor' to make static property 'inclinationSupported' part of global actor 'MainActor'
        public static let inclinationSupported          = TargetFeatures(rawValue: 1 << 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:92:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let inclinationSupported          = TargetFeatures(rawValue: 1 << 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:94:27: warning: static property 'resistanceSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.TargetFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let resistanceSupported           = TargetFeatures(rawValue: 1 << 2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:85:19: note: consider making struct 'TargetFeatures' conform to the 'Sendable' protocol
    public struct TargetFeatures: OptionSet, Hashable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:94:27: note: add '@MainActor' to make static property 'resistanceSupported' part of global actor 'MainActor'
        public static let resistanceSupported           = TargetFeatures(rawValue: 1 << 2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:94:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let resistanceSupported           = TargetFeatures(rawValue: 1 << 2)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:96:27: warning: static property 'powerSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.TargetFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let powerSupported                = TargetFeatures(rawValue: 1 << 3)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:85:19: note: consider making struct 'TargetFeatures' conform to the 'Sendable' protocol
    public struct TargetFeatures: OptionSet, Hashable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:96:27: note: add '@MainActor' to make static property 'powerSupported' part of global actor 'MainActor'
        public static let powerSupported                = TargetFeatures(rawValue: 1 << 3)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:96:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let powerSupported                = TargetFeatures(rawValue: 1 << 3)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:98:27: warning: static property 'heartRateSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.TargetFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let heartRateSupported            = TargetFeatures(rawValue: 1 << 4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:85:19: note: consider making struct 'TargetFeatures' conform to the 'Sendable' protocol
    public struct TargetFeatures: OptionSet, Hashable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:98:27: note: add '@MainActor' to make static property 'heartRateSupported' part of global actor 'MainActor'
        public static let heartRateSupported            = TargetFeatures(rawValue: 1 << 4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:98:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let heartRateSupported            = TargetFeatures(rawValue: 1 << 4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:100:27: warning: static property 'expendedEnergySupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.TargetFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let expendedEnergySupported       = TargetFeatures(rawValue: 1 << 4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:85:19: note: consider making struct 'TargetFeatures' conform to the 'Sendable' protocol
    public struct TargetFeatures: OptionSet, Hashable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:100:27: note: add '@MainActor' to make static property 'expendedEnergySupported' part of global actor 'MainActor'
        public static let expendedEnergySupported       = TargetFeatures(rawValue: 1 << 4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:100:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let expendedEnergySupported       = TargetFeatures(rawValue: 1 << 4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:102:27: warning: static property 'stepNumberSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.TargetFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let stepNumberSupported           = TargetFeatures(rawValue: 1 << 4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:85:19: note: consider making struct 'TargetFeatures' conform to the 'Sendable' protocol
    public struct TargetFeatures: OptionSet, Hashable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:102:27: note: add '@MainActor' to make static property 'stepNumberSupported' part of global actor 'MainActor'
        public static let stepNumberSupported           = TargetFeatures(rawValue: 1 << 4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:102:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let stepNumberSupported           = TargetFeatures(rawValue: 1 << 4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:104:27: warning: static property 'strideNumberSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.TargetFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let strideNumberSupported         = TargetFeatures(rawValue: 1 << 4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:85:19: note: consider making struct 'TargetFeatures' conform to the 'Sendable' protocol
    public struct TargetFeatures: OptionSet, Hashable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:104:27: note: add '@MainActor' to make static property 'strideNumberSupported' part of global actor 'MainActor'
        public static let strideNumberSupported         = TargetFeatures(rawValue: 1 << 4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:104:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let strideNumberSupported         = TargetFeatures(rawValue: 1 << 4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:106:27: warning: static property 'distanceSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.TargetFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let distanceSupported             = TargetFeatures(rawValue: 1 << 4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:85:19: note: consider making struct 'TargetFeatures' conform to the 'Sendable' protocol
    public struct TargetFeatures: OptionSet, Hashable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:106:27: note: add '@MainActor' to make static property 'distanceSupported' part of global actor 'MainActor'
        public static let distanceSupported             = TargetFeatures(rawValue: 1 << 4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:106:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let distanceSupported             = TargetFeatures(rawValue: 1 << 4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:108:27: warning: static property 'trainingTimeSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.TargetFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let trainingTimeSupported         = TargetFeatures(rawValue: 1 << 4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:85:19: note: consider making struct 'TargetFeatures' conform to the 'Sendable' protocol
    public struct TargetFeatures: OptionSet, Hashable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:108:27: note: add '@MainActor' to make static property 'trainingTimeSupported' part of global actor 'MainActor'
        public static let trainingTimeSupported         = TargetFeatures(rawValue: 1 << 4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:108:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let trainingTimeSupported         = TargetFeatures(rawValue: 1 << 4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:110:27: warning: static property 'timeInTwoHRZoneSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.TargetFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let timeInTwoHRZoneSupported      = TargetFeatures(rawValue: 1 << 4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:85:19: note: consider making struct 'TargetFeatures' conform to the 'Sendable' protocol
    public struct TargetFeatures: OptionSet, Hashable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:110:27: note: add '@MainActor' to make static property 'timeInTwoHRZoneSupported' part of global actor 'MainActor'
        public static let timeInTwoHRZoneSupported      = TargetFeatures(rawValue: 1 << 4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:110:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let timeInTwoHRZoneSupported      = TargetFeatures(rawValue: 1 << 4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:112:27: warning: static property 'timeInThreeHRZoneSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.TargetFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let timeInThreeHRZoneSupported    = TargetFeatures(rawValue: 1 << 4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:85:19: note: consider making struct 'TargetFeatures' conform to the 'Sendable' protocol
    public struct TargetFeatures: OptionSet, Hashable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:112:27: note: add '@MainActor' to make static property 'timeInThreeHRZoneSupported' part of global actor 'MainActor'
        public static let timeInThreeHRZoneSupported    = TargetFeatures(rawValue: 1 << 4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:112:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let timeInThreeHRZoneSupported    = TargetFeatures(rawValue: 1 << 4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:114:27: warning: static property 'timeInFiveHRZoneSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.TargetFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let timeInFiveHRZoneSupported     = TargetFeatures(rawValue: 1 << 4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:85:19: note: consider making struct 'TargetFeatures' conform to the 'Sendable' protocol
    public struct TargetFeatures: OptionSet, Hashable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:114:27: note: add '@MainActor' to make static property 'timeInFiveHRZoneSupported' part of global actor 'MainActor'
        public static let timeInFiveHRZoneSupported     = TargetFeatures(rawValue: 1 << 4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:114:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let timeInFiveHRZoneSupported     = TargetFeatures(rawValue: 1 << 4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:116:27: warning: static property 'indoorBikeSimulationSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.TargetFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let indoorBikeSimulationSupported = TargetFeatures(rawValue: 1 << 4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:85:19: note: consider making struct 'TargetFeatures' conform to the 'Sendable' protocol
    public struct TargetFeatures: OptionSet, Hashable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:116:27: note: add '@MainActor' to make static property 'indoorBikeSimulationSupported' part of global actor 'MainActor'
        public static let indoorBikeSimulationSupported = TargetFeatures(rawValue: 1 << 4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:116:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let indoorBikeSimulationSupported = TargetFeatures(rawValue: 1 << 4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:118:27: warning: static property 'wheelCircumferenceSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.TargetFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let wheelCircumferenceSupported   = TargetFeatures(rawValue: 1 << 4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:85:19: note: consider making struct 'TargetFeatures' conform to the 'Sendable' protocol
    public struct TargetFeatures: OptionSet, Hashable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:118:27: note: add '@MainActor' to make static property 'wheelCircumferenceSupported' part of global actor 'MainActor'
        public static let wheelCircumferenceSupported   = TargetFeatures(rawValue: 1 << 4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:118:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let wheelCircumferenceSupported   = TargetFeatures(rawValue: 1 << 4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:120:27: warning: static property 'spinDownControlSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.TargetFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let spinDownControlSupported      = TargetFeatures(rawValue: 1 << 4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:85:19: note: consider making struct 'TargetFeatures' conform to the 'Sendable' protocol
    public struct TargetFeatures: OptionSet, Hashable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:120:27: note: add '@MainActor' to make static property 'spinDownControlSupported' part of global actor 'MainActor'
        public static let spinDownControlSupported      = TargetFeatures(rawValue: 1 << 4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:120:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let spinDownControlSupported      = TargetFeatures(rawValue: 1 << 4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:122:27: warning: static property 'cadenceConfigSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicFitnessMachineFeature.TargetFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let cadenceConfigSupported        = TargetFeatures(rawValue: 1 << 4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:85:19: note: consider making struct 'TargetFeatures' conform to the 'Sendable' protocol
    public struct TargetFeatures: OptionSet, Hashable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:122:27: note: add '@MainActor' to make static property 'cadenceConfigSupported' part of global actor 'MainActor'
        public static let cadenceConfigSupported        = TargetFeatures(rawValue: 1 << 4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineFeature.swift:122:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let cadenceConfigSupported        = TargetFeatures(rawValue: 1 << 4)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFitnessMachineStatus.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFiveZoneHeartRateLimits.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicFloorNumber.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicGender.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicGustFactor.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPControlPoint.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPEntityBody.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPHeaders.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPSSecurity.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPStatusCode.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPStatusCode.swift:48:27: warning: static property 'headersReceived' is not concurrency-safe because non-'Sendable' type 'CharacteristicHTTPStatusCode.DataStatus' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let headersReceived   = DataStatus(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPStatusCode.swift:42:19: note: consider making struct 'DataStatus' conform to the 'Sendable' protocol
    public struct DataStatus: OptionSet, Hashable {
                  ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPStatusCode.swift:48:27: note: add '@MainActor' to make static property 'headersReceived' part of global actor 'MainActor'
        public static let headersReceived   = DataStatus(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPStatusCode.swift:48:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let headersReceived   = DataStatus(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPStatusCode.swift:51:27: warning: static property 'headersTruncated' is not concurrency-safe because non-'Sendable' type 'CharacteristicHTTPStatusCode.DataStatus' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let headersTruncated  = DataStatus(rawValue: 1 << 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPStatusCode.swift:42:19: note: consider making struct 'DataStatus' conform to the 'Sendable' protocol
    public struct DataStatus: OptionSet, Hashable {
                  ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPStatusCode.swift:51:27: note: add '@MainActor' to make static property 'headersTruncated' part of global actor 'MainActor'
        public static let headersTruncated  = DataStatus(rawValue: 1 << 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPStatusCode.swift:51:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let headersTruncated  = DataStatus(rawValue: 1 << 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPStatusCode.swift:54:27: warning: static property 'bodyReceived' is not concurrency-safe because non-'Sendable' type 'CharacteristicHTTPStatusCode.DataStatus' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let bodyReceived      = DataStatus(rawValue: 1 << 2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPStatusCode.swift:42:19: note: consider making struct 'DataStatus' conform to the 'Sendable' protocol
    public struct DataStatus: OptionSet, Hashable {
                  ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPStatusCode.swift:54:27: note: add '@MainActor' to make static property 'bodyReceived' part of global actor 'MainActor'
        public static let bodyReceived      = DataStatus(rawValue: 1 << 2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPStatusCode.swift:54:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let bodyReceived      = DataStatus(rawValue: 1 << 2)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPStatusCode.swift:57:27: warning: static property 'bodyTruncated' is not concurrency-safe because non-'Sendable' type 'CharacteristicHTTPStatusCode.DataStatus' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let bodyTruncated     = DataStatus(rawValue: 1 << 3)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPStatusCode.swift:42:19: note: consider making struct 'DataStatus' conform to the 'Sendable' protocol
    public struct DataStatus: OptionSet, Hashable {
                  ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPStatusCode.swift:57:27: note: add '@MainActor' to make static property 'bodyTruncated' part of global actor 'MainActor'
        public static let bodyTruncated     = DataStatus(rawValue: 1 << 3)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHTTPStatusCode.swift:57:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let bodyTruncated     = DataStatus(rawValue: 1 << 3)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHardwareRevisionString.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHeartRateControlPoint.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHeartRateMax.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ServiceInsulinDelivery.swift, ServiceInternetProtocolSupport.swift, ServiceLinkLoss.swift, ServiceLocationAndNavigation.swift, ServiceMeshProvisioning.swift, ServiceMeshProxy.swift, ServiceNextDSTChange.swift, ServiceObjectTransfer.swift, ServicePhoneAlertStatus.swift, ServicePulseOximeter.swift, ServiceReconnectionConfiguration.swift, ServiceReferenceTimeUpdate.swift, ServiceRunningSpeedAndCadence.swift, ServiceScanParameters.swift, ServiceTransportDiscovery.swift, ServiceTxPower.swift, ServiceUserData.swift, ServiceWeightScale.swift, ServiceData.swift, ServiceDataFitnessMachine.swift, ServiceDataMeshProvisioning.swift, AppleDeviceType.swift, BatteryTypes.swift, BloodPressureMeasurementStatus.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftCompile normal arm64 Compiling\ ServiceHapDoorbell.swift,\ ServiceHapFan.swift,\ ServiceHapFaucet.swift,\ ServiceHapFilterMaintenance.swift,\ ServiceHapGarageDoorOpener.swift,\ ServiceHapHeaterCooler.swift,\ ServiceHapHumidifierDehumidifier.swift,\ ServiceHapHumiditySensor.swift,\ ServiceHapIrrigationSystem.swift,\ ServiceHapLeakSensor.swift,\ ServiceHapLightSensor.swift,\ ServiceHapLightbulb.swift,\ ServiceHapLockManagement.swift,\ ServiceHapLockMechanism.swift,\ ServiceHapMicrophone.swift,\ ServiceHapMotionSensor.swift,\ ServiceHapOccupancySensor.swift,\ ServiceHapOutlet.swift,\ ServiceHapPairing.swift,\ ServiceHapProtocolInformationService.swift,\ ServiceHapSecuritySystem.swift,\ ServiceHapServiceLabel.swift,\ ServiceHapSlat.swift,\ ServiceHapSmokeSensor.swift,\ ServiceHapSpeaker.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapDoorbell.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapFan.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapFaucet.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapFilterMaintenance.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapGarageDoorOpener.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapHeaterCooler.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapHumidifierDehumidifier.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapHumiditySensor.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapIrrigationSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapLeakSensor.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapLightSensor.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapLightbulb.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapLockManagement.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapLockMechanism.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapMicrophone.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapMotionSensor.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapOccupancySensor.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapOutlet.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapPairing.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapProtocolInformationService.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapSecuritySystem.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapServiceLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapSlat.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapSmokeSensor.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapSpeaker.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapDoorbell.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapFan.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapFaucet.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapFilterMaintenance.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapGarageDoorOpener.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapHeaterCooler.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapHumidifierDehumidifier.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapHumiditySensor.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapIrrigationSystem.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapLeakSensor.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapLightSensor.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapLightbulb.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapLockManagement.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapLockMechanism.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapMicrophone.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapMotionSensor.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapOccupancySensor.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapOutlet.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapPairing.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapProtocolInformationService.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapSecuritySystem.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapServiceLabel.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapSlat.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapSmokeSensor.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapSpeaker.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ServiceCustomExtension.swift, ServiceCycleOps.swift, ServiceDropcam.swift, ServiceEliteTrainer.swift, ServiceGoogleGlass.swift, ServiceGymConnect.swift, ServiceKomoot.swift, ServiceMyoClassifierEvent.swift, ServiceMyoControl.swift, ServiceMyoImu.swift, ServiceMyoRawEMGData.swift, ServiceNordicLegacyDeviceFirmwareUpdate.swift, ServiceNordicSecureDeviceFirmwareUpdate.swift, ServiceNorthPoleAweDiagnostics.swift, ServiceNorthPoleAweHeartRate.swift, ServiceTacxAntFec.swift, ServiceWahooFitnessGEMModuleFirmwareUpdate.swift, ServiceTexasInstrumentsFirmwareUpdate.swift, ServiceTexasInstrumentsSensorTagAccelerometer.swift, ServiceTexasInstrumentsSensorTagBarometer.swift, ServiceTexasInstrumentsSensorTagControl.swift, ServiceTexasInstrumentsSensorTagGyroscope.swift, ServiceTexasInstrumentsSensorTagHumidity.swift, ServiceTexasInstrumentsSensorTagMagnetometer.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftCompile normal arm64 Compiling\ BluetoothAlertTypes.swift,\ BluetoothAppearance.swift,\ BluetoothAppearanceCategory.swift,\ BluetoothGender.swift,\ BluetoothSensorLocations.swift,\ BluetoothTimeZones.swift,\ CodingKeys.swift,\ DSTOffset.swift,\ DateTimeType.swift,\ DayOfWeekType.swift,\ FitnessMachineControlCode.swift,\ FitnessMachineControlProcedure.swift,\ FitnessMachineControlResponseTypes.swift,\ FitnessMachineStatusCode.swift,\ FitnessMachineStatusValue.swift,\ FitnessMachineTargetTypes.swift,\ FitnessMachineTypes.swift,\ GymConnectEquipmentState.swift,\ GymConnectEquipmentType.swift,\ HeartRateTypes.swift,\ MonthType.swift,\ TemperatureTypes.swift,\ UserType.swift,\ YearMonthDay.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/BluetoothAlertTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/BluetoothAppearance.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/BluetoothAppearanceCategory.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/BluetoothGender.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/BluetoothSensorLocations.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/BluetoothTimeZones.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/CodingKeys.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/DSTOffset.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/DateTimeType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/DayOfWeekType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/FitnessMachineControl/FitnessMachineControlCode.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/FitnessMachineControl/FitnessMachineControlProcedure.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/FitnessMachineControl/FitnessMachineControlResponseTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/FitnessMachineStatus/FitnessMachineStatusCode.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/FitnessMachineStatus/FitnessMachineStatusValue.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/FitnessMachineTargetTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/FitnessMachineTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/GymConnectEquipmentState.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/GymConnectEquipmentType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/HeartRateTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/MonthType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/TemperatureTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/UserType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/YearMonthDay.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/BluetoothAlertTypes.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/BluetoothAppearance.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/BluetoothAppearanceCategory.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/BluetoothGender.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/BluetoothSensorLocations.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/BluetoothTimeZones.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/CodingKeys.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/DSTOffset.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/DateTimeType.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/DayOfWeekType.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/FitnessMachineControl/FitnessMachineControlCode.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/FitnessMachineControl/FitnessMachineControlProcedure.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/FitnessMachineControl/FitnessMachineControlResponseTypes.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/FitnessMachineStatus/FitnessMachineStatusCode.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/FitnessMachineStatus/FitnessMachineStatusValue.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/FitnessMachineTargetTypes.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/FitnessMachineTypes.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/GymConnectEquipmentState.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/GymConnectEquipmentType.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/HeartRateTypes.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/MonthType.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/TemperatureTypes.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/UserType.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/YearMonthDay.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling CharacteristicMeshProvisioningDataIn.swift, CharacteristicMeshProvisioningDataOut.swift, CharacteristicMeshProxyDataIn.swift, CharacteristicMeshProxyDataOut.swift, ProvisioningAuthentication.swift, ProvisioningData.swift, ProvisioningDataUnitCapabilities.swift, ProvisioningDataUnitInvite.swift, ProvisioningDataUnitStart.swift, ProvisioningDataUnitType.swift, ProvisioningDataUnits.swift, ProxyDataUnits.swift, ProxyMessageType.swift, MeshModelIdentifier.swift, MeshModelIdentifierExtension.swift, MeshModelIdentifierVendorExtension.swift, MeshOutOfBandInformation.swift, MeshTransitionTime.swift, MeshMessage.swift, MeshMessageGenericDelta.swift, MeshMessageGenericLevel.swift, MeshMessageGenericOnOff.swift, Service.swift, ServiceAppleMidi.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftCompile normal arm64 Compiling\ ServiceHapStatelessProgrammableSwitch.swift,\ ServiceHapSwitch.swift,\ ServiceHapTemperatureSensor.swift,\ ServiceHapThermostat.swift,\ ServiceHapValve.swift,\ ServiceHapWindow.swift,\ ServiceHapWindowCovering.swift,\ ServiceHomeKitProtocolExtension.swift,\ AccessoryCategory.swift,\ HomeKitPairingErrors.swift,\ HomeKitPairingMethods.swift,\ HomeKitSoftwareAuthenticationTlvType.swift,\ PairingTlvType.swift,\ TlvFormat.swift,\ AppleBeaconExtension.swift,\ ManufacturerData.swift,\ ManufacturerDataAltBeacon.swift,\ ManufacturerDataAppleHomeKit.swift,\ ManufacturerDataAppleHomeKitEncryptedNotification.swift,\ ManufacturerDataAppleiBeacon.swift,\ ManufacturerDataGymConnect.swift,\ ManufacturerDataPolarHeartRate.swift,\ MemberIdentifier.swift,\ MemberIdentifierSupportedExtension.swift,\ MeshBeaconUnit.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapStatelessProgrammableSwitch.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapSwitch.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapTemperatureSensor.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapThermostat.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapValve.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapWindow.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapWindowCovering.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHomeKitProtocolExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Types/AccessoryCategory.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Types/HomeKitPairingErrors.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Types/HomeKitPairingMethods.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Types/HomeKitSoftwareAuthenticationTlvType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Types/PairingTlvType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Types/TlvFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/AppleBeaconExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerData.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataAltBeacon.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataAppleHomeKit.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataAppleHomeKitEncryptedNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataAppleiBeacon.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataGymConnect.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataPolarHeartRate.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/MemberIdentifier/MemberIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/MemberIdentifier/MemberIdentifierSupportedExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Mesh/Beacon/MeshBeaconUnit.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapStatelessProgrammableSwitch.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapSwitch.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapTemperatureSensor.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapThermostat.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapValve.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapWindow.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapWindowCovering.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHomeKitProtocolExtension.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Types/AccessoryCategory.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Types/HomeKitPairingErrors.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Types/HomeKitPairingMethods.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Types/HomeKitSoftwareAuthenticationTlvType.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Types/PairingTlvType.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Types/TlvFormat.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/AppleBeaconExtension.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerData.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataAltBeacon.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataAppleHomeKit.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataAppleHomeKit.swift:58:27: warning: static property 'pairingEnabled' is not concurrency-safe because non-'Sendable' type 'ManufacturerDataAppleHomeKit.StatusFlags' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let pairingEnabled    = StatusFlags(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataAppleHomeKit.swift:53:19: note: consider making struct 'StatusFlags' conform to the 'Sendable' protocol
    public struct StatusFlags: OptionSet, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataAppleHomeKit.swift:58:27: note: add '@MainActor' to make static property 'pairingEnabled' part of global actor 'MainActor'
        public static let pairingEnabled    = StatusFlags(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataAppleHomeKit.swift:58:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let pairingEnabled    = StatusFlags(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataAppleHomeKitEncryptedNotification.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataAppleiBeacon.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataGymConnect.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataGymConnect.swift:51:27: warning: static property 'qrCodeAdvertising' is not concurrency-safe because non-'Sendable' type 'ManufacturerDataGymConnect.StatusFlags' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let qrCodeAdvertising     = StatusFlags(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataGymConnect.swift:40:19: note: consider making struct 'StatusFlags' conform to the 'Sendable' protocol
    public struct StatusFlags: OptionSet, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataGymConnect.swift:51:27: note: add '@MainActor' to make static property 'qrCodeAdvertising' part of global actor 'MainActor'
        public static let qrCodeAdvertising     = StatusFlags(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataGymConnect.swift:51:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let qrCodeAdvertising     = StatusFlags(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataGymConnect.swift:56:27: warning: static property 'solicitedAdvertising' is not concurrency-safe because non-'Sendable' type 'ManufacturerDataGymConnect.StatusFlags' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let solicitedAdvertising  = StatusFlags(rawValue: 1 << 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataGymConnect.swift:40:19: note: consider making struct 'StatusFlags' conform to the 'Sendable' protocol
    public struct StatusFlags: OptionSet, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataGymConnect.swift:56:27: note: add '@MainActor' to make static property 'solicitedAdvertising' part of global actor 'MainActor'
        public static let solicitedAdvertising  = StatusFlags(rawValue: 1 << 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataGymConnect.swift:56:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let solicitedAdvertising  = StatusFlags(rawValue: 1 << 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataGymConnect.swift:64:27: warning: static property 'wasSolicited' is not concurrency-safe because non-'Sendable' type 'ManufacturerDataGymConnect.StatusFlags' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let wasSolicited          = StatusFlags(rawValue: 1 << 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataGymConnect.swift:40:19: note: consider making struct 'StatusFlags' conform to the 'Sendable' protocol
    public struct StatusFlags: OptionSet, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataGymConnect.swift:64:27: note: add '@MainActor' to make static property 'wasSolicited' part of global actor 'MainActor'
        public static let wasSolicited          = StatusFlags(rawValue: 1 << 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataGymConnect.swift:64:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let wasSolicited          = StatusFlags(rawValue: 1 << 1)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ManufacturerData/ManufacturerDataPolarHeartRate.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/MemberIdentifier/MemberIdentifier.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/MemberIdentifier/MemberIdentifier.swift:27:14: warning: var 'allMemberIdentifiers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var allMemberIdentifiers: [MemberIdentifier] = [MemberIdentifier]()
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/MemberIdentifier/MemberIdentifier.swift:27:14: note: convert 'allMemberIdentifiers' to a 'let' constant to make 'Sendable' shared state immutable
internal var allMemberIdentifiers: [MemberIdentifier] = [MemberIdentifier]()
         ~~~ ^
         let
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/MemberIdentifier/MemberIdentifier.swift:27:14: note: add '@MainActor' to make var 'allMemberIdentifiers' part of global actor 'MainActor'
internal var allMemberIdentifiers: [MemberIdentifier] = [MemberIdentifier]()
             ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/MemberIdentifier/MemberIdentifier.swift:27:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var allMemberIdentifiers: [MemberIdentifier] = [MemberIdentifier]()
             ^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/MemberIdentifier/MemberIdentifierSupportedExtension.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/MemberIdentifier/MemberIdentifierSupportedExtension.swift:30:16: warning: static property 'supportedMemberIdentifers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var supportedMemberIdentifers: [MemberIdentifier] = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/MemberIdentifier/MemberIdentifierSupportedExtension.swift:30:16: note: convert 'supportedMemberIdentifers' to a 'let' constant to make 'Sendable' shared state immutable
    static var supportedMemberIdentifers: [MemberIdentifier] = {
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/MemberIdentifier/MemberIdentifierSupportedExtension.swift:30:16: note: add '@MainActor' to make static property 'supportedMemberIdentifers' part of global actor 'MainActor'
    static var supportedMemberIdentifers: [MemberIdentifier] = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/MemberIdentifier/MemberIdentifierSupportedExtension.swift:30:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var supportedMemberIdentifers: [MemberIdentifier] = {
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Mesh/Beacon/MeshBeaconUnit.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Mesh/Beacon/MeshBeaconUnit.swift:55:27: warning: static property 'keyRefreshTrue' is not concurrency-safe because non-'Sendable' type 'MeshBeaconSecureNetwork.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let keyRefreshTrue    = Flag(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Mesh/Beacon/MeshBeaconUnit.swift:50:19: note: consider making struct 'Flag' conform to the 'Sendable' protocol
    public struct Flag: OptionSet {
                  ^
                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Mesh/Beacon/MeshBeaconUnit.swift:55:27: note: add '@MainActor' to make static property 'keyRefreshTrue' part of global actor 'MainActor'
        public static let keyRefreshTrue    = Flag(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Mesh/Beacon/MeshBeaconUnit.swift:55:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let keyRefreshTrue    = Flag(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Mesh/Beacon/MeshBeaconUnit.swift:57:27: warning: static property 'ivUpdateActive' is not concurrency-safe because non-'Sendable' type 'MeshBeaconSecureNetwork.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ivUpdateActive    = Flag(rawValue: 1 << 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Mesh/Beacon/MeshBeaconUnit.swift:50:19: note: consider making struct 'Flag' conform to the 'Sendable' protocol
    public struct Flag: OptionSet {
                  ^
                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Mesh/Beacon/MeshBeaconUnit.swift:57:27: note: add '@MainActor' to make static property 'ivUpdateActive' part of global actor 'MainActor'
        public static let ivUpdateActive    = Flag(rawValue: 1 << 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Mesh/Beacon/MeshBeaconUnit.swift:57:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ivUpdateActive    = Flag(rawValue: 1 << 1)
                          ^
        nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling CharacteristicHeartRateMeasurement.swift, CharacteristicHeatIndex.swift, CharacteristicHeight.swift, CharacteristicHipCircumference.swift, CharacteristicHumidity.swift, CharacteristicIndoorBikeData.swift, CharacteristicIntermediateCuffPressure.swift, CharacteristicIntermediateTemperature.swift, CharacteristicLanguage.swift, CharacteristicLastName.swift, CharacteristicLatitude.swift, CharacteristicLocalEastCoordinate.swift, CharacteristicLocalNorthCoordinate.swift, CharacteristicLocalTimeInformation.swift, CharacteristicLocationName.swift, CharacteristicLocationNavigationFeature.swift, CharacteristicLongitude.swift, CharacteristicMagneticDeclination.swift, CharacteristicManufacturerNameString.swift, CharacteristicMaximumRecommendedHeartRate.swift, CharacteristicMeasurementInterval.swift, CharacteristicModelNumberString.swift, CharacteristicNetworkAvailability.swift, CharacteristicNewAlert.swift, CharacteristicObjectName.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftCompile normal arm64 Compiling\ CharacteristicWindChill.swift,\ CompanyIdentifier.swift,\ CompanyIdentifierExtension.swift,\ CompanyIdentifierExtensionMore.swift,\ CompanyIdentifierNonAssigned.swift,\ CompanyIdentifierSupportedExtension.swift,\ Errors.swift,\ DataExtension.swift,\ Resolutionable.swift,\ StringExtension.swift,\ UInt8Extension.swift,\ UUIDExtension.swift,\ GapAdvertisingType.swift,\ GapDataType.swift,\ GapEventType.swift,\ PeerAddress.swift,\ ServiceHapAccessoryInformation.swift,\ ServiceHapAirPurifier.swift,\ ServiceHapAirQualitySensor.swift,\ ServiceHapBatteryService.swift,\ ServiceHapCameraRtpStreamManagement.swift,\ ServiceHapCarbonDioxideSensor.swift,\ ServiceHapCarbonMonoxideSensor.swift,\ ServiceHapContactSensor.swift,\ ServiceHapDoor.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicWindChill.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/CompanyIdentifier/CompanyIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/CompanyIdentifier/CompanyIdentifierExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/CompanyIdentifier/CompanyIdentifierExtensionMore.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/CompanyIdentifier/CompanyIdentifierNonAssigned.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/CompanyIdentifier/CompanyIdentifierSupportedExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/DataExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/StringExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/UInt8Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/UUIDExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/GAP/GapAdvertisingType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/GAP/GapDataType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/GAP/GapEventType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/GAP/PeerAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapAccessoryInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapAirPurifier.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapAirQualitySensor.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapBatteryService.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapCameraRtpStreamManagement.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapCarbonDioxideSensor.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapCarbonMonoxideSensor.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapContactSensor.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapDoor.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicWindChill.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/CompanyIdentifier/CompanyIdentifier.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/CompanyIdentifier/CompanyIdentifier.swift:27:14: warning: var 'allCompanyIdentifiers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var allCompanyIdentifiers: [CompanyIdentifier] = [CompanyIdentifier]()
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/CompanyIdentifier/CompanyIdentifier.swift:27:14: note: convert 'allCompanyIdentifiers' to a 'let' constant to make 'Sendable' shared state immutable
internal var allCompanyIdentifiers: [CompanyIdentifier] = [CompanyIdentifier]()
         ~~~ ^
         let
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/CompanyIdentifier/CompanyIdentifier.swift:27:14: note: add '@MainActor' to make var 'allCompanyIdentifiers' part of global actor 'MainActor'
internal var allCompanyIdentifiers: [CompanyIdentifier] = [CompanyIdentifier]()
             ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/CompanyIdentifier/CompanyIdentifier.swift:27:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var allCompanyIdentifiers: [CompanyIdentifier] = [CompanyIdentifier]()
             ^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/CompanyIdentifier/CompanyIdentifierExtension.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/CompanyIdentifier/CompanyIdentifierExtensionMore.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/CompanyIdentifier/CompanyIdentifierNonAssigned.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/CompanyIdentifier/CompanyIdentifierSupportedExtension.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/CompanyIdentifier/CompanyIdentifierSupportedExtension.swift:31:16: warning: static property 'supportedCompanyIdentifers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var supportedCompanyIdentifers: [CompanyIdentifier] = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/CompanyIdentifier/CompanyIdentifierSupportedExtension.swift:31:16: note: convert 'supportedCompanyIdentifers' to a 'let' constant to make 'Sendable' shared state immutable
    static var supportedCompanyIdentifers: [CompanyIdentifier] = {
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/CompanyIdentifier/CompanyIdentifierSupportedExtension.swift:31:16: note: add '@MainActor' to make static property 'supportedCompanyIdentifers' part of global actor 'MainActor'
    static var supportedCompanyIdentifers: [CompanyIdentifier] = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/CompanyIdentifier/CompanyIdentifierSupportedExtension.swift:31:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var supportedCompanyIdentifers: [CompanyIdentifier] = {
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Errors.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/DataExtension.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:31:16: warning: static property 'one' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var one = Resolution(scale: 1, offset: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:31:16: note: convert 'one' to a 'let' constant to make 'Sendable' shared state immutable
    static var one = Resolution(scale: 1, offset: 0)
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:31:16: note: add '@MainActor' to make static property 'one' part of global actor 'MainActor'
    static var one = Resolution(scale: 1, offset: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:31:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var one = Resolution(scale: 1, offset: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:34:16: warning: static property 'two' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var two = Resolution(scale: 2, offset: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:34:16: note: convert 'two' to a 'let' constant to make 'Sendable' shared state immutable
    static var two = Resolution(scale: 2, offset: 0)
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:34:16: note: add '@MainActor' to make static property 'two' part of global actor 'MainActor'
    static var two = Resolution(scale: 2, offset: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var two = Resolution(scale: 2, offset: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:37:16: warning: static property 'oneTenth' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var oneTenth = Resolution(scale: 10, offset: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:37:16: note: convert 'oneTenth' to a 'let' constant to make 'Sendable' shared state immutable
    static var oneTenth = Resolution(scale: 10, offset: 0)
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:37:16: note: add '@MainActor' to make static property 'oneTenth' part of global actor 'MainActor'
    static var oneTenth = Resolution(scale: 10, offset: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var oneTenth = Resolution(scale: 10, offset: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:40:16: warning: static property 'oneHundredth' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var oneHundredth = Resolution(scale: 100, offset: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:40:16: note: convert 'oneHundredth' to a 'let' constant to make 'Sendable' shared state immutable
    static var oneHundredth = Resolution(scale: 100, offset: 0)
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:40:16: note: add '@MainActor' to make static property 'oneHundredth' part of global actor 'MainActor'
    static var oneHundredth = Resolution(scale: 100, offset: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var oneHundredth = Resolution(scale: 100, offset: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:43:16: warning: static property 'oneThousandth' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var oneThousandth = Resolution(scale: 1000, offset: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:43:16: note: convert 'oneThousandth' to a 'let' constant to make 'Sendable' shared state immutable
    static var oneThousandth = Resolution(scale: 1000, offset: 0)
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:43:16: note: add '@MainActor' to make static property 'oneThousandth' part of global actor 'MainActor'
    static var oneThousandth = Resolution(scale: 1000, offset: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:43:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var oneThousandth = Resolution(scale: 1000, offset: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:46:16: warning: static property 'oneFiveThousandth' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var oneFiveThousandth = Resolution(scale: 5000, offset: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:46:16: note: convert 'oneFiveThousandth' to a 'let' constant to make 'Sendable' shared state immutable
    static var oneFiveThousandth = Resolution(scale: 5000, offset: 0)
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:46:16: note: add '@MainActor' to make static property 'oneFiveThousandth' part of global actor 'MainActor'
    static var oneFiveThousandth = Resolution(scale: 5000, offset: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:46:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var oneFiveThousandth = Resolution(scale: 5000, offset: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:49:16: warning: static property 'oneTenThousandth' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var oneTenThousandth = Resolution(scale: 10000, offset: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:49:16: note: convert 'oneTenThousandth' to a 'let' constant to make 'Sendable' shared state immutable
    static var oneTenThousandth = Resolution(scale: 10000, offset: 0)
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:49:16: note: add '@MainActor' to make static property 'oneTenThousandth' part of global actor 'MainActor'
    static var oneTenThousandth = Resolution(scale: 10000, offset: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/Resolutionable.swift:49:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var oneTenThousandth = Resolution(scale: 10000, offset: 0)
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/StringExtension.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/UInt8Extension.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Extensions/UUIDExtension.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/GAP/GapAdvertisingType.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/GAP/GapDataType.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/GAP/GapEventType.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/GAP/PeerAddress.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapAccessoryInformation.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapAirPurifier.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapAirQualitySensor.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapBatteryService.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapCameraRtpStreamManagement.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapCarbonDioxideSensor.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapCarbonMonoxideSensor.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapContactSensor.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/HomeKit/Service/ServiceHapDoor.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling CharacteristicTemperatureCelsius.swift, CharacteristicTemperatureFahrenheit.swift, CharacteristicTemperatureMeasurement.swift, CharacteristicTemperatureType.swift, CharacteristicThreeZoneHeartRateLimits.swift, CharacteristicTimeSource.swift, CharacteristicTimeUpdateControlPoint.swift, CharacteristicTimeUpdateState.swift, CharacteristicTimeWithDst.swift, CharacteristicTimeZone.swift, CharacteristicTrainingStatus.swift, CharacteristicTreadmillData.swift, CharacteristicTrueWindDirection.swift, CharacteristicTrueWindSpeed.swift, CharacteristicTwoZoneHeartRateLimit.swift, CharacteristicTxPowerLevel.swift, CharacteristicUVIndex.swift, CharacteristicUniformResourceIdentifier.swift, CharacteristicUnreadAlertStatus.swift, CharacteristicUserIndex.swift, CharacteristicV02Max.swift, CharacteristicWaistCircumference.swift, CharacteristicWeight.swift, CharacteristicWeightMeasurement.swift, CharacteristicWeightScaleFeature.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftCompile normal arm64 Compiling\ ServiceTexasInstrumentsSensorTagTemperature.swift,\ ServiceAlertNotification.swift,\ ServiceAutomationInputOutput.swift,\ ServiceBattery.swift,\ ServiceBloodPressure.swift,\ ServiceBodyComposition.swift,\ ServiceBondManagement.swift,\ ServiceContinuousGlucoseMonitoring.swift,\ ServiceCurrentTime.swift,\ ServiceCyclingPower.swift,\ ServiceCyclingSpeedAndCadence.swift,\ ServiceDeviceInformation.swift,\ ServiceEnvironmentalSensing.swift,\ ServiceExtension.swift,\ ServiceFitnessMachine.swift,\ ServiceGenericAccess.swift,\ ServiceGenericAttribute.swift,\ ServiceGlucose.swift,\ ServiceHealthThermometer.swift,\ ServiceHeartRate.swift,\ ServiceHttpProxy.swift,\ ServiceHumanInterfaceDevice.swift,\ ServiceImmediateAlert.swift,\ ServiceIndoorPositioning.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagTemperature.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceAlertNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceAutomationInputOutput.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceBattery.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceBloodPressure.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceBodyComposition.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceBondManagement.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceContinuousGlucoseMonitoring.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceCurrentTime.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceCyclingPower.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceCyclingSpeedAndCadence.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceDeviceInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceEnvironmentalSensing.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceFitnessMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceGenericAccess.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceGenericAttribute.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceGlucose.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceHealthThermometer.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceHeartRate.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceHttpProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceHumanInterfaceDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceImmediateAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceIndoorPositioning.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagTemperature.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceAlertNotification.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceAutomationInputOutput.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceBattery.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceBloodPressure.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceBodyComposition.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceBondManagement.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceContinuousGlucoseMonitoring.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceCurrentTime.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceCyclingPower.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceCyclingSpeedAndCadence.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceDeviceInformation.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceEnvironmentalSensing.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceExtension.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceFitnessMachine.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceGenericAccess.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceGenericAttribute.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceGlucose.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceHealthThermometer.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceHeartRate.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceHttpProxy.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceHumanInterfaceDevice.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceImmediateAlert.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/SIG/ServiceIndoorPositioning.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ServiceHapDoorbell.swift, ServiceHapFan.swift, ServiceHapFaucet.swift, ServiceHapFilterMaintenance.swift, ServiceHapGarageDoorOpener.swift, ServiceHapHeaterCooler.swift, ServiceHapHumidifierDehumidifier.swift, ServiceHapHumiditySensor.swift, ServiceHapIrrigationSystem.swift, ServiceHapLeakSensor.swift, ServiceHapLightSensor.swift, ServiceHapLightbulb.swift, ServiceHapLockManagement.swift, ServiceHapLockMechanism.swift, ServiceHapMicrophone.swift, ServiceHapMotionSensor.swift, ServiceHapOccupancySensor.swift, ServiceHapOutlet.swift, ServiceHapPairing.swift, ServiceHapProtocolInformationService.swift, ServiceHapSecuritySystem.swift, ServiceHapServiceLabel.swift, ServiceHapSlat.swift, ServiceHapSmokeSensor.swift, ServiceHapSpeaker.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftDriverJobDiscovery normal arm64 Compiling RSA+Cipher.swift, RSA+Signature.swift, RSA.swift, Rabbit.swift, SHA1.swift, SHA2.swift, SHA3.swift, Scrypt.swift, SecureBytes.swift, Signature.swift, StreamDecryptor.swift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftDriver\ Compilation CryptoSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CryptoSwift' from project 'CryptoSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CryptoSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CryptoSwift.o normal (in target 'CryptoSwift' from project 'CryptoSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CryptoSwift.o
ExtractAppIntentsMetadata (in target 'CryptoSwift' from project 'CryptoSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CryptoSwift --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier cryptoswift.CryptoSwift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CryptoSwift.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CryptoSwift.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/CryptoSwift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/CryptoSwift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-iphoneos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 11:17:18.058 appintentsmetadataprocessor[874:4961] Starting appintentsmetadataprocessor export
2025-04-27 11:17:18.101 appintentsmetadataprocessor[874:4961] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CryptoSwift.o (in target 'CryptoSwift' from project 'CryptoSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CryptoSwift.o
SwiftDriverJobDiscovery normal arm64 Compiling CharacteristicAnaerobicHeartRateUpperLimit.swift, CharacteristicAnaerobicThreshold.swift, CharacteristicAnalog.swift, CharacteristicAnalogOutput.swift, CharacteristicApparentWindDirection.swift, CharacteristicApparentWindSpeed.swift, CharacteristicAppearance.swift, CharacteristicBarometricPressureTrend.swift, CharacteristicBatteryLevel.swift, CharacteristicBatteryLevelState.swift, CharacteristicBatteryPowerState.swift, CharacteristicBloodPressureFeature.swift, CharacteristicBloodPressureMeasurement.swift, CharacteristicBodyCompositionMeasurement.swift, CharacteristicBodySensorLocation.swift, CharacteristicBondManagementFeatures.swift, CharacteristicContinuousGlucoseMonitoringFeature.swift, CharacteristicCrossTrainerData.swift, CharacteristicCurrentTime.swift, CharacteristicCyclingSpeedCadence.swift, CharacteristicCyclingSpeedCadenceFeature.swift, CharacteristicDSTOffset.swift, CharacteristicDatabaseChangeIncrement.swift, CharacteristicDateOfBirth.swift, CharacteristicDateTime.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftDriverJobDiscovery normal arm64 Compiling CharacteristicDateofThresholdAssessment.swift, CharacteristicDayDateTime.swift, CharacteristicDayOfWeek.swift, CharacteristicDeviceName.swift, CharacteristicDewPoint.swift, CharacteristicElevation.swift, CharacteristicEmailAddress.swift, CharacteristicFatBurnHeartRateLowerLimit.swift, CharacteristicFatBurnHeartRateUpperLimit.swift, CharacteristicFirmwareRevisionString.swift, CharacteristicFirstName.swift, CharacteristicFitnessMachineFeature.swift, CharacteristicFitnessMachineStatus.swift, CharacteristicFiveZoneHeartRateLimits.swift, CharacteristicFloorNumber.swift, CharacteristicGender.swift, CharacteristicGustFactor.swift, CharacteristicHTTPControlPoint.swift, CharacteristicHTTPEntityBody.swift, CharacteristicHTTPHeaders.swift, CharacteristicHTTPSSecurity.swift, CharacteristicHTTPStatusCode.swift, CharacteristicHardwareRevisionString.swift, CharacteristicHeartRateControlPoint.swift, CharacteristicHeartRateMax.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftDriverJobDiscovery normal arm64 Compiling ServiceTexasInstrumentsSensorTagTemperature.swift, ServiceAlertNotification.swift, ServiceAutomationInputOutput.swift, ServiceBattery.swift, ServiceBloodPressure.swift, ServiceBodyComposition.swift, ServiceBondManagement.swift, ServiceContinuousGlucoseMonitoring.swift, ServiceCurrentTime.swift, ServiceCyclingPower.swift, ServiceCyclingSpeedAndCadence.swift, ServiceDeviceInformation.swift, ServiceEnvironmentalSensing.swift, ServiceExtension.swift, ServiceFitnessMachine.swift, ServiceGenericAccess.swift, ServiceGenericAttribute.swift, ServiceGlucose.swift, ServiceHealthThermometer.swift, ServiceHeartRate.swift, ServiceHttpProxy.swift, ServiceHumanInterfaceDevice.swift, ServiceImmediateAlert.swift, ServiceIndoorPositioning.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftDriverJobDiscovery normal arm64 Compiling BluetoothBounds.swift, BluetoothCodable.swift, BluetoothMessageProtocol.swift, Characteristic.swift, CharacteristicGymConnectEquipmentState.swift, CharacteristicGymConnectEquipmentStateName.swift, CharacteristicGymConnectEquipmentType.swift, CharacteristicGymConnectMeasurement.swift, CharacteristicGymConnectWorkoutProgramName.swift, CharacteristicNorthPoleAweDiagnostics.swift, CharacteristicNorthPoleAweHeartRateMeasurement.swift, CharacteristicNorthPoleAweWorkoutInformation.swift, CharacteristicTacxAntFecReceive.swift, CharacteristicTacxAntFecSend.swift, CharacteristicAerobicHeartRateLowerLimit.swift, CharacteristicAerobicHeartRateUpperLimit.swift, CharacteristicAerobicThreshold.swift, CharacteristicAge.swift, CharacteristicAlertCategoryID.swift, CharacteristicAlertCategoryIDBitMask.swift, CharacteristicAlertLevel.swift, CharacteristicAlertNotificationControlPoint.swift, CharacteristicAlertStatus.swift, CharacteristicAltitude.swift, CharacteristicAnaerobicHeartRateLowerLimit.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftDriverJobDiscovery normal arm64 Compiling CharacteristicObjectSize.swift, CharacteristicPnPID.swift, CharacteristicPollenConcentration.swift, CharacteristicPosition2D.swift, CharacteristicPosition3D.swift, CharacteristicPressure.swift, CharacteristicRainfall.swift, CharacteristicRestingHeartRate.swift, CharacteristicRingerSetting.swift, CharacteristicRowerData.swift, CharacteristicScanIntervalWindow.swift, CharacteristicScanRefresh.swift, CharacteristicSensorLocation.swift, CharacteristicSerialNumberString.swift, CharacteristicSoftwareRevisionString.swift, CharacteristicSportTypeForAerobicAndAnaerobicThresholds.swift, CharacteristicStairClimberData.swift, CharacteristicStepClimberData.swift, CharacteristicString.swift, CharacteristicSupportedHeartRateRange.swift, CharacteristicSupportedInclinationRange.swift, CharacteristicSupportedPowerRange.swift, CharacteristicSupportedResistanceLevel.swift, CharacteristicSupportedSpeedRange.swift, CharacteristicTemperature.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftDriverJobDiscovery normal arm64 Compiling BluetoothAlertTypes.swift, BluetoothAppearance.swift, BluetoothAppearanceCategory.swift, BluetoothGender.swift, BluetoothSensorLocations.swift, BluetoothTimeZones.swift, CodingKeys.swift, DSTOffset.swift, DateTimeType.swift, DayOfWeekType.swift, FitnessMachineControlCode.swift, FitnessMachineControlProcedure.swift, FitnessMachineControlResponseTypes.swift, FitnessMachineStatusCode.swift, FitnessMachineStatusValue.swift, FitnessMachineTargetTypes.swift, FitnessMachineTypes.swift, GymConnectEquipmentState.swift, GymConnectEquipmentType.swift, HeartRateTypes.swift, MonthType.swift, TemperatureTypes.swift, UserType.swift, YearMonthDay.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftDriverJobDiscovery normal arm64 Compiling ServiceHapStatelessProgrammableSwitch.swift, ServiceHapSwitch.swift, ServiceHapTemperatureSensor.swift, ServiceHapThermostat.swift, ServiceHapValve.swift, ServiceHapWindow.swift, ServiceHapWindowCovering.swift, ServiceHomeKitProtocolExtension.swift, AccessoryCategory.swift, HomeKitPairingErrors.swift, HomeKitPairingMethods.swift, HomeKitSoftwareAuthenticationTlvType.swift, PairingTlvType.swift, TlvFormat.swift, AppleBeaconExtension.swift, ManufacturerData.swift, ManufacturerDataAltBeacon.swift, ManufacturerDataAppleHomeKit.swift, ManufacturerDataAppleHomeKitEncryptedNotification.swift, ManufacturerDataAppleiBeacon.swift, ManufacturerDataGymConnect.swift, ManufacturerDataPolarHeartRate.swift, MemberIdentifier.swift, MemberIdentifierSupportedExtension.swift, MeshBeaconUnit.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftDriverJobDiscovery normal arm64 Emitting module for BluetoothMessageProtocol (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftDriver\ Compilation\ Requirements BluetoothMessageProtocol normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BluetoothMessageProtocol -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/BluetoothMessageProtocol-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol-Swift.h (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/BluetoothMessageProtocol-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BluetoothMessageProtocol.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.swiftmodule (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BluetoothMessageProtocol.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BluetoothMessageProtocol.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.swiftdoc (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BluetoothMessageProtocol.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BluetoothMessageProtocol.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.abi.json (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BluetoothMessageProtocol.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BluetoothMessageProtocol.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.swiftsourceinfo (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BluetoothMessageProtocol.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling CharacteristicWindChill.swift, CompanyIdentifier.swift, CompanyIdentifierExtension.swift, CompanyIdentifierExtensionMore.swift, CompanyIdentifierNonAssigned.swift, CompanyIdentifierSupportedExtension.swift, Errors.swift, DataExtension.swift, Resolutionable.swift, StringExtension.swift, UInt8Extension.swift, UUIDExtension.swift, GapAdvertisingType.swift, GapDataType.swift, GapEventType.swift, PeerAddress.swift, ServiceHapAccessoryInformation.swift, ServiceHapAirPurifier.swift, ServiceHapAirQualitySensor.swift, ServiceHapBatteryService.swift, ServiceHapCameraRtpStreamManagement.swift, ServiceHapCarbonDioxideSensor.swift, ServiceHapCarbonMonoxideSensor.swift, ServiceHapContactSensor.swift, ServiceHapDoor.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftDriver\ Compilation BluetoothMessageProtocol normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BluetoothMessageProtocol -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BluetoothMessageProtocol.o normal (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BluetoothMessageProtocol.o
ExtractAppIntentsMetadata (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name BluetoothMessageProtocol --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.BluetoothMessageProtocol --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BluetoothMessageProtocol.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BluetoothMessageProtocol.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/BluetoothMessageProtocol.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/BluetoothMessageProtocol.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-iphoneos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 11:17:39.685 appintentsmetadataprocessor[878:5205] Starting appintentsmetadataprocessor export
2025-04-27 11:17:39.723 appintentsmetadataprocessor[878:5205] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BluetoothMessageProtocol.o (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BluetoothMessageProtocol.o
** BUILD SUCCEEDED **
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"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift"
    }
  ],
  "manifest_display_name" : "BluetoothMessageProtocol",
  "name" : "BluetoothMessageProtocol",
  "path" : "/Users/admin/builder/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" : "BluetoothMessageProtocol",
      "targets" : [
        "BluetoothMessageProtocol"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "BluetoothMessageProtocolTests",
      "module_type" : "SwiftTarget",
      "name" : "BluetoothMessageProtocolTests",
      "path" : "Tests/BluetoothMessageProtocolTests",
      "sources" : [
        "CharacteristicCurrentTimeTests.swift",
        "CodeableTests.swift",
        "CompanyIdentifierTests.swift",
        "GymConnectTests.swift",
        "HeartRateTests.swift",
        "HomeKitTests.swift",
        "MemberIdentifierTests.swift",
        "ModelIdentifierTests.swift",
        "ResolutionTest.swift"
      ],
      "target_dependencies" : [
        "BluetoothMessageProtocol"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BluetoothMessageProtocol",
      "module_type" : "SwiftTarget",
      "name" : "BluetoothMessageProtocol",
      "path" : "Sources/BluetoothMessageProtocol",
      "product_dependencies" : [
        "FitnessUnits",
        "DataDecoder",
        "CryptoSwift"
      ],
      "product_memberships" : [
        "BluetoothMessageProtocol"
      ],
      "sources" : [
        "BluetoothBounds.swift",
        "BluetoothCodable.swift",
        "BluetoothMessageProtocol.swift",
        "Characteristic.swift",
        "Characteristic/Custom/CharacteristicGymConnectEquipmentState.swift",
        "Characteristic/Custom/CharacteristicGymConnectEquipmentStateName.swift",
        "Characteristic/Custom/CharacteristicGymConnectEquipmentType.swift",
        "Characteristic/Custom/CharacteristicGymConnectMeasurement.swift",
        "Characteristic/Custom/CharacteristicGymConnectWorkoutProgramName.swift",
        "Characteristic/Custom/CharacteristicNorthPoleAweDiagnostics.swift",
        "Characteristic/Custom/CharacteristicNorthPoleAweHeartRateMeasurement.swift",
        "Characteristic/Custom/CharacteristicNorthPoleAweWorkoutInformation.swift",
        "Characteristic/Custom/CharacteristicTacxAntFecReceive.swift",
        "Characteristic/Custom/CharacteristicTacxAntFecSend.swift",
        "Characteristic/SIG/CharacteristicAerobicHeartRateLowerLimit.swift",
        "Characteristic/SIG/CharacteristicAerobicHeartRateUpperLimit.swift",
        "Characteristic/SIG/CharacteristicAerobicThreshold.swift",
        "Characteristic/SIG/CharacteristicAge.swift",
        "Characteristic/SIG/CharacteristicAlertCategoryID.swift",
        "Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift",
        "Characteristic/SIG/CharacteristicAlertLevel.swift",
        "Characteristic/SIG/CharacteristicAlertNotificationControlPoint.swift",
        "Characteristic/SIG/CharacteristicAlertStatus.swift",
        "Characteristic/SIG/CharacteristicAltitude.swift",
        "Characteristic/SIG/CharacteristicAnaerobicHeartRateLowerLimit.swift",
        "Characteristic/SIG/CharacteristicAnaerobicHeartRateUpperLimit.swift",
        "Characteristic/SIG/CharacteristicAnaerobicThreshold.swift",
        "Characteristic/SIG/CharacteristicAnalog.swift",
        "Characteristic/SIG/CharacteristicAnalogOutput.swift",
        "Characteristic/SIG/CharacteristicApparentWindDirection.swift",
        "Characteristic/SIG/CharacteristicApparentWindSpeed.swift",
        "Characteristic/SIG/CharacteristicAppearance.swift",
        "Characteristic/SIG/CharacteristicBarometricPressureTrend.swift",
        "Characteristic/SIG/CharacteristicBatteryLevel.swift",
        "Characteristic/SIG/CharacteristicBatteryLevelState.swift",
        "Characteristic/SIG/CharacteristicBatteryPowerState.swift",
        "Characteristic/SIG/CharacteristicBloodPressureFeature.swift",
        "Characteristic/SIG/CharacteristicBloodPressureMeasurement.swift",
        "Characteristic/SIG/CharacteristicBodyCompositionMeasurement.swift",
        "Characteristic/SIG/CharacteristicBodySensorLocation.swift",
        "Characteristic/SIG/CharacteristicBondManagementFeatures.swift",
        "Characteristic/SIG/CharacteristicContinuousGlucoseMonitoringFeature.swift",
        "Characteristic/SIG/CharacteristicCrossTrainerData.swift",
        "Characteristic/SIG/CharacteristicCurrentTime.swift",
        "Characteristic/SIG/CharacteristicCyclingSpeedCadence.swift",
        "Characteristic/SIG/CharacteristicCyclingSpeedCadenceFeature.swift",
        "Characteristic/SIG/CharacteristicDSTOffset.swift",
        "Characteristic/SIG/CharacteristicDatabaseChangeIncrement.swift",
        "Characteristic/SIG/CharacteristicDateOfBirth.swift",
        "Characteristic/SIG/CharacteristicDateTime.swift",
        "Characteristic/SIG/CharacteristicDateofThresholdAssessment.swift",
        "Characteristic/SIG/CharacteristicDayDateTime.swift",
        "Characteristic/SIG/CharacteristicDayOfWeek.swift",
        "Characteristic/SIG/CharacteristicDeviceName.swift",
        "Characteristic/SIG/CharacteristicDewPoint.swift",
        "Characteristic/SIG/CharacteristicElevation.swift",
        "Characteristic/SIG/CharacteristicEmailAddress.swift",
        "Characteristic/SIG/CharacteristicFatBurnHeartRateLowerLimit.swift",
        "Characteristic/SIG/CharacteristicFatBurnHeartRateUpperLimit.swift",
        "Characteristic/SIG/CharacteristicFirmwareRevisionString.swift",
        "Characteristic/SIG/CharacteristicFirstName.swift",
        "Characteristic/SIG/CharacteristicFitnessMachineFeature.swift",
        "Characteristic/SIG/CharacteristicFitnessMachineStatus.swift",
        "Characteristic/SIG/CharacteristicFiveZoneHeartRateLimits.swift",
        "Characteristic/SIG/CharacteristicFloorNumber.swift",
        "Characteristic/SIG/CharacteristicGender.swift",
        "Characteristic/SIG/CharacteristicGustFactor.swift",
        "Characteristic/SIG/CharacteristicHTTPControlPoint.swift",
        "Characteristic/SIG/CharacteristicHTTPEntityBody.swift",
        "Characteristic/SIG/CharacteristicHTTPHeaders.swift",
        "Characteristic/SIG/CharacteristicHTTPSSecurity.swift",
        "Characteristic/SIG/CharacteristicHTTPStatusCode.swift",
        "Characteristic/SIG/CharacteristicHardwareRevisionString.swift",
        "Characteristic/SIG/CharacteristicHeartRateControlPoint.swift",
        "Characteristic/SIG/CharacteristicHeartRateMax.swift",
        "Characteristic/SIG/CharacteristicHeartRateMeasurement.swift",
        "Characteristic/SIG/CharacteristicHeatIndex.swift",
        "Characteristic/SIG/CharacteristicHeight.swift",
        "Characteristic/SIG/CharacteristicHipCircumference.swift",
        "Characteristic/SIG/CharacteristicHumidity.swift",
        "Characteristic/SIG/CharacteristicIndoorBikeData.swift",
        "Characteristic/SIG/CharacteristicIntermediateCuffPressure.swift",
        "Characteristic/SIG/CharacteristicIntermediateTemperature.swift",
        "Characteristic/SIG/CharacteristicLanguage.swift",
        "Characteristic/SIG/CharacteristicLastName.swift",
        "Characteristic/SIG/CharacteristicLatitude.swift",
        "Characteristic/SIG/CharacteristicLocalEastCoordinate.swift",
        "Characteristic/SIG/CharacteristicLocalNorthCoordinate.swift",
        "Characteristic/SIG/CharacteristicLocalTimeInformation.swift",
        "Characteristic/SIG/CharacteristicLocationName.swift",
        "Characteristic/SIG/CharacteristicLocationNavigationFeature.swift",
        "Characteristic/SIG/CharacteristicLongitude.swift",
        "Characteristic/SIG/CharacteristicMagneticDeclination.swift",
        "Characteristic/SIG/CharacteristicManufacturerNameString.swift",
        "Characteristic/SIG/CharacteristicMaximumRecommendedHeartRate.swift",
        "Characteristic/SIG/CharacteristicMeasurementInterval.swift",
        "Characteristic/SIG/CharacteristicModelNumberString.swift",
        "Characteristic/SIG/CharacteristicNetworkAvailability.swift",
        "Characteristic/SIG/CharacteristicNewAlert.swift",
        "Characteristic/SIG/CharacteristicObjectName.swift",
        "Characteristic/SIG/CharacteristicObjectSize.swift",
        "Characteristic/SIG/CharacteristicPnPID.swift",
        "Characteristic/SIG/CharacteristicPollenConcentration.swift",
        "Characteristic/SIG/CharacteristicPosition2D.swift",
        "Characteristic/SIG/CharacteristicPosition3D.swift",
        "Characteristic/SIG/CharacteristicPressure.swift",
        "Characteristic/SIG/CharacteristicRainfall.swift",
        "Characteristic/SIG/CharacteristicRestingHeartRate.swift",
        "Characteristic/SIG/CharacteristicRingerSetting.swift",
        "Characteristic/SIG/CharacteristicRowerData.swift",
        "Characteristic/SIG/CharacteristicScanIntervalWindow.swift",
        "Characteristic/SIG/CharacteristicScanRefresh.swift",
        "Characteristic/SIG/CharacteristicSensorLocation.swift",
        "Characteristic/SIG/CharacteristicSerialNumberString.swift",
        "Characteristic/SIG/CharacteristicSoftwareRevisionString.swift",
        "Characteristic/SIG/CharacteristicSportTypeForAerobicAndAnaerobicThresholds.swift",
        "Characteristic/SIG/CharacteristicStairClimberData.swift",
        "Characteristic/SIG/CharacteristicStepClimberData.swift",
        "Characteristic/SIG/CharacteristicString.swift",
        "Characteristic/SIG/CharacteristicSupportedHeartRateRange.swift",
        "Characteristic/SIG/CharacteristicSupportedInclinationRange.swift",
        "Characteristic/SIG/CharacteristicSupportedPowerRange.swift",
        "Characteristic/SIG/CharacteristicSupportedResistanceLevel.swift",
        "Characteristic/SIG/CharacteristicSupportedSpeedRange.swift",
        "Characteristic/SIG/CharacteristicTemperature.swift",
        "Characteristic/SIG/CharacteristicTemperatureCelsius.swift",
        "Characteristic/SIG/CharacteristicTemperatureFahrenheit.swift",
        "Characteristic/SIG/CharacteristicTemperatureMeasurement.swift",
        "Characteristic/SIG/CharacteristicTemperatureType.swift",
        "Characteristic/SIG/CharacteristicThreeZoneHeartRateLimits.swift",
        "Characteristic/SIG/CharacteristicTimeSource.swift",
        "Characteristic/SIG/CharacteristicTimeUpdateControlPoint.swift",
        "Characteristic/SIG/CharacteristicTimeUpdateState.swift",
        "Characteristic/SIG/CharacteristicTimeWithDst.swift",
        "Characteristic/SIG/CharacteristicTimeZone.swift",
        "Characteristic/SIG/CharacteristicTrainingStatus.swift",
        "Characteristic/SIG/CharacteristicTreadmillData.swift",
        "Characteristic/SIG/CharacteristicTrueWindDirection.swift",
        "Characteristic/SIG/CharacteristicTrueWindSpeed.swift",
        "Characteristic/SIG/CharacteristicTwoZoneHeartRateLimit.swift",
        "Characteristic/SIG/CharacteristicTxPowerLevel.swift",
        "Characteristic/SIG/CharacteristicUVIndex.swift",
        "Characteristic/SIG/CharacteristicUniformResourceIdentifier.swift",
        "Characteristic/SIG/CharacteristicUnreadAlertStatus.swift",
        "Characteristic/SIG/CharacteristicUserIndex.swift",
        "Characteristic/SIG/CharacteristicV02Max.swift",
        "Characteristic/SIG/CharacteristicWaistCircumference.swift",
        "Characteristic/SIG/CharacteristicWeight.swift",
        "Characteristic/SIG/CharacteristicWeightMeasurement.swift",
        "Characteristic/SIG/CharacteristicWeightScaleFeature.swift",
        "Characteristic/SIG/CharacteristicWindChill.swift",
        "CompanyIdentifier/CompanyIdentifier.swift",
        "CompanyIdentifier/CompanyIdentifierExtension.swift",
        "CompanyIdentifier/CompanyIdentifierExtensionMore.swift",
        "CompanyIdentifier/CompanyIdentifierNonAssigned.swift",
        "CompanyIdentifier/CompanyIdentifierSupportedExtension.swift",
        "Errors.swift",
        "Extensions/DataExtension.swift",
        "Extensions/Resolutionable.swift",
        "Extensions/StringExtension.swift",
        "Extensions/UInt8Extension.swift",
        "Extensions/UUIDExtension.swift",
        "GAP/GapAdvertisingType.swift",
        "GAP/GapDataType.swift",
        "GAP/GapEventType.swift",
        "GAP/PeerAddress.swift",
        "HomeKit/Service/ServiceHapAccessoryInformation.swift",
        "HomeKit/Service/ServiceHapAirPurifier.swift",
        "HomeKit/Service/ServiceHapAirQualitySensor.swift",
        "HomeKit/Service/ServiceHapBatteryService.swift",
        "HomeKit/Service/ServiceHapCameraRtpStreamManagement.swift",
        "HomeKit/Service/ServiceHapCarbonDioxideSensor.swift",
        "HomeKit/Service/ServiceHapCarbonMonoxideSensor.swift",
        "HomeKit/Service/ServiceHapContactSensor.swift",
        "HomeKit/Service/ServiceHapDoor.swift",
        "HomeKit/Service/ServiceHapDoorbell.swift",
        "HomeKit/Service/ServiceHapFan.swift",
        "HomeKit/Service/ServiceHapFaucet.swift",
        "HomeKit/Service/ServiceHapFilterMaintenance.swift",
        "HomeKit/Service/ServiceHapGarageDoorOpener.swift",
        "HomeKit/Service/ServiceHapHeaterCooler.swift",
        "HomeKit/Service/ServiceHapHumidifierDehumidifier.swift",
        "HomeKit/Service/ServiceHapHumiditySensor.swift",
        "HomeKit/Service/ServiceHapIrrigationSystem.swift",
        "HomeKit/Service/ServiceHapLeakSensor.swift",
        "HomeKit/Service/ServiceHapLightSensor.swift",
        "HomeKit/Service/ServiceHapLightbulb.swift",
        "HomeKit/Service/ServiceHapLockManagement.swift",
        "HomeKit/Service/ServiceHapLockMechanism.swift",
        "HomeKit/Service/ServiceHapMicrophone.swift",
        "HomeKit/Service/ServiceHapMotionSensor.swift",
        "HomeKit/Service/ServiceHapOccupancySensor.swift",
        "HomeKit/Service/ServiceHapOutlet.swift",
        "HomeKit/Service/ServiceHapPairing.swift",
        "HomeKit/Service/ServiceHapProtocolInformationService.swift",
        "HomeKit/Service/ServiceHapSecuritySystem.swift",
        "HomeKit/Service/ServiceHapServiceLabel.swift",
        "HomeKit/Service/ServiceHapSlat.swift",
        "HomeKit/Service/ServiceHapSmokeSensor.swift",
        "HomeKit/Service/ServiceHapSpeaker.swift",
        "HomeKit/Service/ServiceHapStatelessProgrammableSwitch.swift",
        "HomeKit/Service/ServiceHapSwitch.swift",
        "HomeKit/Service/ServiceHapTemperatureSensor.swift",
        "HomeKit/Service/ServiceHapThermostat.swift",
        "HomeKit/Service/ServiceHapValve.swift",
        "HomeKit/Service/ServiceHapWindow.swift",
        "HomeKit/Service/ServiceHapWindowCovering.swift",
        "HomeKit/Service/ServiceHomeKitProtocolExtension.swift",
        "HomeKit/Types/AccessoryCategory.swift",
        "HomeKit/Types/HomeKitPairingErrors.swift",
        "HomeKit/Types/HomeKitPairingMethods.swift",
        "HomeKit/Types/HomeKitSoftwareAuthenticationTlvType.swift",
        "HomeKit/Types/PairingTlvType.swift",
        "HomeKit/Types/TlvFormat.swift",
        "ManufacturerData/AppleBeaconExtension.swift",
        "ManufacturerData/ManufacturerData.swift",
        "ManufacturerData/ManufacturerDataAltBeacon.swift",
        "ManufacturerData/ManufacturerDataAppleHomeKit.swift",
        "ManufacturerData/ManufacturerDataAppleHomeKitEncryptedNotification.swift",
        "ManufacturerData/ManufacturerDataAppleiBeacon.swift",
        "ManufacturerData/ManufacturerDataGymConnect.swift",
        "ManufacturerData/ManufacturerDataPolarHeartRate.swift",
        "MemberIdentifier/MemberIdentifier.swift",
        "MemberIdentifier/MemberIdentifierSupportedExtension.swift",
        "Mesh/Beacon/MeshBeaconUnit.swift",
        "Mesh/Characteristic/CharacteristicMeshProvisioningDataIn.swift",
        "Mesh/Characteristic/CharacteristicMeshProvisioningDataOut.swift",
        "Mesh/Characteristic/CharacteristicMeshProxyDataIn.swift",
        "Mesh/Characteristic/CharacteristicMeshProxyDataOut.swift",
        "Mesh/Provisioning/ProvisioningAuthentication.swift",
        "Mesh/Provisioning/ProvisioningData.swift",
        "Mesh/Provisioning/ProvisioningDataUnitCapabilities.swift",
        "Mesh/Provisioning/ProvisioningDataUnitInvite.swift",
        "Mesh/Provisioning/ProvisioningDataUnitStart.swift",
        "Mesh/Provisioning/ProvisioningDataUnitType.swift",
        "Mesh/Provisioning/ProvisioningDataUnits.swift",
        "Mesh/Proxy/ProxyDataUnits.swift",
        "Mesh/Proxy/ProxyMessageType.swift",
        "Mesh/Types/MeshModelIdentifier.swift",
        "Mesh/Types/MeshModelIdentifierExtension.swift",
        "Mesh/Types/MeshModelIdentifierVendorExtension.swift",
        "Mesh/Types/MeshOutOfBandInformation.swift",
        "Mesh/Types/MeshTransitionTime.swift",
        "Mesh/Types/Message/MeshMessage.swift",
        "Mesh/Types/Message/MeshMessageGenericDelta.swift",
        "Mesh/Types/Message/MeshMessageGenericLevel.swift",
        "Mesh/Types/Message/MeshMessageGenericOnOff.swift",
        "Service.swift",
        "Service/Custom/ServiceAppleMidi.swift",
        "Service/Custom/ServiceCustomExtension.swift",
        "Service/Custom/ServiceCycleOps.swift",
        "Service/Custom/ServiceDropcam.swift",
        "Service/Custom/ServiceEliteTrainer.swift",
        "Service/Custom/ServiceGoogleGlass.swift",
        "Service/Custom/ServiceGymConnect.swift",
        "Service/Custom/ServiceKomoot.swift",
        "Service/Custom/ServiceMyoClassifierEvent.swift",
        "Service/Custom/ServiceMyoControl.swift",
        "Service/Custom/ServiceMyoImu.swift",
        "Service/Custom/ServiceMyoRawEMGData.swift",
        "Service/Custom/ServiceNordicLegacyDeviceFirmwareUpdate.swift",
        "Service/Custom/ServiceNordicSecureDeviceFirmwareUpdate.swift",
        "Service/Custom/ServiceNorthPoleAweDiagnostics.swift",
        "Service/Custom/ServiceNorthPoleAweHeartRate.swift",
        "Service/Custom/ServiceTacxAntFec.swift",
        "Service/Custom/ServiceWahooFitnessGEMModuleFirmwareUpdate.swift",
        "Service/Custom/TexasInstruments/ServiceTexasInstrumentsFirmwareUpdate.swift",
        "Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagAccelerometer.swift",
        "Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagBarometer.swift",
        "Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagControl.swift",
        "Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagGyroscope.swift",
        "Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagHumidity.swift",
        "Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagMagnetometer.swift",
        "Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagTemperature.swift",
        "Service/SIG/ServiceAlertNotification.swift",
        "Service/SIG/ServiceAutomationInputOutput.swift",
        "Service/SIG/ServiceBattery.swift",
        "Service/SIG/ServiceBloodPressure.swift",
        "Service/SIG/ServiceBodyComposition.swift",
        "Service/SIG/ServiceBondManagement.swift",
        "Service/SIG/ServiceContinuousGlucoseMonitoring.swift",
        "Service/SIG/ServiceCurrentTime.swift",
        "Service/SIG/ServiceCyclingPower.swift",
        "Service/SIG/ServiceCyclingSpeedAndCadence.swift",
        "Service/SIG/ServiceDeviceInformation.swift",
        "Service/SIG/ServiceEnvironmentalSensing.swift",
        "Service/SIG/ServiceExtension.swift",
        "Service/SIG/ServiceFitnessMachine.swift",
        "Service/SIG/ServiceGenericAccess.swift",
        "Service/SIG/ServiceGenericAttribute.swift",
        "Service/SIG/ServiceGlucose.swift",
        "Service/SIG/ServiceHealthThermometer.swift",
        "Service/SIG/ServiceHeartRate.swift",
        "Service/SIG/ServiceHttpProxy.swift",
        "Service/SIG/ServiceHumanInterfaceDevice.swift",
        "Service/SIG/ServiceImmediateAlert.swift",
        "Service/SIG/ServiceIndoorPositioning.swift",
        "Service/SIG/ServiceInsulinDelivery.swift",
        "Service/SIG/ServiceInternetProtocolSupport.swift",
        "Service/SIG/ServiceLinkLoss.swift",
        "Service/SIG/ServiceLocationAndNavigation.swift",
        "Service/SIG/ServiceMeshProvisioning.swift",
        "Service/SIG/ServiceMeshProxy.swift",
        "Service/SIG/ServiceNextDSTChange.swift",
        "Service/SIG/ServiceObjectTransfer.swift",
        "Service/SIG/ServicePhoneAlertStatus.swift",
        "Service/SIG/ServicePulseOximeter.swift",
        "Service/SIG/ServiceReconnectionConfiguration.swift",
        "Service/SIG/ServiceReferenceTimeUpdate.swift",
        "Service/SIG/ServiceRunningSpeedAndCadence.swift",
        "Service/SIG/ServiceScanParameters.swift",
        "Service/SIG/ServiceTransportDiscovery.swift",
        "Service/SIG/ServiceTxPower.swift",
        "Service/SIG/ServiceUserData.swift",
        "Service/SIG/ServiceWeightScale.swift",
        "ServiceData.swift",
        "ServiceData/ServiceDataFitnessMachine.swift",
        "ServiceData/ServiceDataMeshProvisioning.swift",
        "Types/AppleDeviceType.swift",
        "Types/BatteryTypes.swift",
        "Types/BloodPressureMeasurementStatus.swift",
        "Types/BluetoothAlertTypes.swift",
        "Types/BluetoothAppearance.swift",
        "Types/BluetoothAppearanceCategory.swift",
        "Types/BluetoothGender.swift",
        "Types/BluetoothSensorLocations.swift",
        "Types/BluetoothTimeZones.swift",
        "Types/CodingKeys.swift",
        "Types/DSTOffset.swift",
        "Types/DateTimeType.swift",
        "Types/DayOfWeekType.swift",
        "Types/FitnessMachineControl/FitnessMachineControlCode.swift",
        "Types/FitnessMachineControl/FitnessMachineControlProcedure.swift",
        "Types/FitnessMachineControl/FitnessMachineControlResponseTypes.swift",
        "Types/FitnessMachineStatus/FitnessMachineStatusCode.swift",
        "Types/FitnessMachineStatus/FitnessMachineStatusValue.swift",
        "Types/FitnessMachineTargetTypes.swift",
        "Types/FitnessMachineTypes.swift",
        "Types/GymConnectEquipmentState.swift",
        "Types/GymConnectEquipmentType.swift",
        "Types/HeartRateTypes.swift",
        "Types/MonthType.swift",
        "Types/TemperatureTypes.swift",
        "Types/UserType.swift",
        "Types/YearMonthDay.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.