Build Information
Successful build of BluetoothMessageProtocol, reference 2.0.1 (10cba9
), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2025 21:16:19 UTC.
Swift 6 data race errors: 513
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=watchOS 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
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:60:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let treadmillSupported = EquipmentType(rawValue: 1 << 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:62:27: warning: static property 'crossTrainerSupported' is not concurrency-safe because non-'Sendable' type 'ServiceDataFitnessMachine.EquipmentType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let crossTrainerSupported = EquipmentType(rawValue: 1 << 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:55:19: note: consider making struct 'EquipmentType' conform to the 'Sendable' protocol
public struct EquipmentType: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:62:27: note: add '@MainActor' to make static property 'crossTrainerSupported' part of global actor 'MainActor'
public static let crossTrainerSupported = EquipmentType(rawValue: 1 << 1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:62:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let crossTrainerSupported = EquipmentType(rawValue: 1 << 1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:64:27: warning: static property 'stepClimberSupported' is not concurrency-safe because non-'Sendable' type 'ServiceDataFitnessMachine.EquipmentType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let stepClimberSupported = EquipmentType(rawValue: 1 << 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:55:19: note: consider making struct 'EquipmentType' conform to the 'Sendable' protocol
public struct EquipmentType: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:64:27: note: add '@MainActor' to make static property 'stepClimberSupported' part of global actor 'MainActor'
public static let stepClimberSupported = EquipmentType(rawValue: 1 << 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:64:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let stepClimberSupported = EquipmentType(rawValue: 1 << 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:66:27: warning: static property 'stairClimberSupported' is not concurrency-safe because non-'Sendable' type 'ServiceDataFitnessMachine.EquipmentType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let stairClimberSupported = EquipmentType(rawValue: 1 << 3)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:55:19: note: consider making struct 'EquipmentType' conform to the 'Sendable' protocol
public struct EquipmentType: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:66:27: note: add '@MainActor' to make static property 'stairClimberSupported' part of global actor 'MainActor'
public static let stairClimberSupported = EquipmentType(rawValue: 1 << 3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:66:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let stairClimberSupported = EquipmentType(rawValue: 1 << 3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:68:27: warning: static property 'rowerSupported' is not concurrency-safe because non-'Sendable' type 'ServiceDataFitnessMachine.EquipmentType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let rowerSupported = EquipmentType(rawValue: 1 << 4)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:55:19: note: consider making struct 'EquipmentType' conform to the 'Sendable' protocol
public struct EquipmentType: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:68:27: note: add '@MainActor' to make static property 'rowerSupported' part of global actor 'MainActor'
public static let rowerSupported = EquipmentType(rawValue: 1 << 4)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:68:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let rowerSupported = EquipmentType(rawValue: 1 << 4)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:70:27: warning: static property 'indoorBikeSupported' is not concurrency-safe because non-'Sendable' type 'ServiceDataFitnessMachine.EquipmentType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let indoorBikeSupported = EquipmentType(rawValue: 1 << 5)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:55:19: note: consider making struct 'EquipmentType' conform to the 'Sendable' protocol
public struct EquipmentType: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:70:27: note: add '@MainActor' to make static property 'indoorBikeSupported' part of global actor 'MainActor'
public static let indoorBikeSupported = EquipmentType(rawValue: 1 << 5)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataFitnessMachine.swift:70:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let indoorBikeSupported = EquipmentType(rawValue: 1 << 5)
^
nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/ServiceData/ServiceDataMeshProvisioning.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/AppleDeviceType.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/BatteryTypes.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Types/BloodPressureMeasurementStatus.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 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_32 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 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHeartRateMeasurement.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHeatIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHipCircumference.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHumidity.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicIndoorBikeData.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicIntermediateCuffPressure.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicIntermediateTemperature.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLanguage.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLastName.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLatitude.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocalEastCoordinate.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocalNorthCoordinate.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocalTimeInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationName.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLongitude.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicMagneticDeclination.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicManufacturerNameString.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicMaximumRecommendedHeartRate.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicMeasurementInterval.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicModelNumberString.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicNetworkAvailability.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicNewAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicObjectName.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHeartRateMeasurement.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHeatIndex.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHeight.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHipCircumference.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicHumidity.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicIndoorBikeData.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicIntermediateCuffPressure.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicIntermediateTemperature.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLanguage.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLastName.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLatitude.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocalEastCoordinate.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocalNorthCoordinate.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocalTimeInformation.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationName.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.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/CharacteristicLocationNavigationFeature.swift:122:27: warning: static property 'instantaneousSpeed' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instantaneousSpeed = SupportedFeatures(rawValue: 1 << 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:122:27: note: add '@MainActor' to make static property 'instantaneousSpeed' part of global actor 'MainActor'
public static let instantaneousSpeed = SupportedFeatures(rawValue: 1 << 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:122:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instantaneousSpeed = SupportedFeatures(rawValue: 1 << 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:124:27: warning: static property 'totalDistance' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let totalDistance = SupportedFeatures(rawValue: 1 << 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:124:27: note: add '@MainActor' to make static property 'totalDistance' part of global actor 'MainActor'
public static let totalDistance = SupportedFeatures(rawValue: 1 << 1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:124:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let totalDistance = SupportedFeatures(rawValue: 1 << 1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:126:27: warning: static property 'location' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let location = SupportedFeatures(rawValue: 1 << 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:126:27: note: add '@MainActor' to make static property 'location' part of global actor 'MainActor'
public static let location = SupportedFeatures(rawValue: 1 << 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:126:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let location = SupportedFeatures(rawValue: 1 << 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:128:27: warning: static property 'elevation' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let elevation = SupportedFeatures(rawValue: 1 << 3)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:128:27: note: add '@MainActor' to make static property 'elevation' part of global actor 'MainActor'
public static let elevation = SupportedFeatures(rawValue: 1 << 3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:128:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let elevation = SupportedFeatures(rawValue: 1 << 3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:130:27: warning: static property 'heading' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let heading = SupportedFeatures(rawValue: 1 << 4)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:130:27: note: add '@MainActor' to make static property 'heading' part of global actor 'MainActor'
public static let heading = SupportedFeatures(rawValue: 1 << 4)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:130:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let heading = SupportedFeatures(rawValue: 1 << 4)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:132:27: warning: static property 'rollingTime' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let rollingTime = SupportedFeatures(rawValue: 1 << 5)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:132:27: note: add '@MainActor' to make static property 'rollingTime' part of global actor 'MainActor'
public static let rollingTime = SupportedFeatures(rawValue: 1 << 5)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:132:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let rollingTime = SupportedFeatures(rawValue: 1 << 5)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:134:27: warning: static property 'utcTime' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let utcTime = SupportedFeatures(rawValue: 1 << 6)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:134:27: note: add '@MainActor' to make static property 'utcTime' part of global actor 'MainActor'
public static let utcTime = SupportedFeatures(rawValue: 1 << 6)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:134:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let utcTime = SupportedFeatures(rawValue: 1 << 6)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:136:27: warning: static property 'remainingDistance' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let remainingDistance = SupportedFeatures(rawValue: 1 << 7)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:136:27: note: add '@MainActor' to make static property 'remainingDistance' part of global actor 'MainActor'
public static let remainingDistance = SupportedFeatures(rawValue: 1 << 7)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:136:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let remainingDistance = SupportedFeatures(rawValue: 1 << 7)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:138:27: warning: static property 'remainingVerticalDistance' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let remainingVerticalDistance = SupportedFeatures(rawValue: 1 << 8)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:138:27: note: add '@MainActor' to make static property 'remainingVerticalDistance' part of global actor 'MainActor'
public static let remainingVerticalDistance = SupportedFeatures(rawValue: 1 << 8)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:138:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let remainingVerticalDistance = SupportedFeatures(rawValue: 1 << 8)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:140:27: warning: static property 'estimatedTimeOfArrival' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let estimatedTimeOfArrival = SupportedFeatures(rawValue: 1 << 9)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:140:27: note: add '@MainActor' to make static property 'estimatedTimeOfArrival' part of global actor 'MainActor'
public static let estimatedTimeOfArrival = SupportedFeatures(rawValue: 1 << 9)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:140:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let estimatedTimeOfArrival = SupportedFeatures(rawValue: 1 << 9)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:142:27: warning: static property 'numberOfBeaconsInSolution' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let numberOfBeaconsInSolution = SupportedFeatures(rawValue: 1 << 10)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:142:27: note: add '@MainActor' to make static property 'numberOfBeaconsInSolution' part of global actor 'MainActor'
public static let numberOfBeaconsInSolution = SupportedFeatures(rawValue: 1 << 10)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:142:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let numberOfBeaconsInSolution = SupportedFeatures(rawValue: 1 << 10)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:144:27: warning: static property 'numberOfBeaconsInView' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let numberOfBeaconsInView = SupportedFeatures(rawValue: 1 << 11)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:144:27: note: add '@MainActor' to make static property 'numberOfBeaconsInView' part of global actor 'MainActor'
public static let numberOfBeaconsInView = SupportedFeatures(rawValue: 1 << 11)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:144:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let numberOfBeaconsInView = SupportedFeatures(rawValue: 1 << 11)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:146:27: warning: static property 'timeToFirstFix' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let timeToFirstFix = SupportedFeatures(rawValue: 1 << 12)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:146:27: note: add '@MainActor' to make static property 'timeToFirstFix' part of global actor 'MainActor'
public static let timeToFirstFix = SupportedFeatures(rawValue: 1 << 12)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:146:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let timeToFirstFix = SupportedFeatures(rawValue: 1 << 12)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:148:27: warning: static property 'estimatedHorizontalPositionError' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let estimatedHorizontalPositionError = SupportedFeatures(rawValue: 1 << 13)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:148:27: note: add '@MainActor' to make static property 'estimatedHorizontalPositionError' part of global actor 'MainActor'
public static let estimatedHorizontalPositionError = SupportedFeatures(rawValue: 1 << 13)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:148:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let estimatedHorizontalPositionError = SupportedFeatures(rawValue: 1 << 13)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:150:27: warning: static property 'estimatedVerticalPositionError' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let estimatedVerticalPositionError = SupportedFeatures(rawValue: 1 << 14)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:150:27: note: add '@MainActor' to make static property 'estimatedVerticalPositionError' part of global actor 'MainActor'
public static let estimatedVerticalPositionError = SupportedFeatures(rawValue: 1 << 14)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:150:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let estimatedVerticalPositionError = SupportedFeatures(rawValue: 1 << 14)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:152:27: warning: static property 'horizontalDilutionOfPrecision' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let horizontalDilutionOfPrecision = SupportedFeatures(rawValue: 1 << 15)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:152:27: note: add '@MainActor' to make static property 'horizontalDilutionOfPrecision' part of global actor 'MainActor'
public static let horizontalDilutionOfPrecision = SupportedFeatures(rawValue: 1 << 15)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:152:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let horizontalDilutionOfPrecision = SupportedFeatures(rawValue: 1 << 15)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:154:27: warning: static property 'verticalDilutionOfPrecision' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let verticalDilutionOfPrecision = SupportedFeatures(rawValue: 1 << 16)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:154:27: note: add '@MainActor' to make static property 'verticalDilutionOfPrecision' part of global actor 'MainActor'
public static let verticalDilutionOfPrecision = SupportedFeatures(rawValue: 1 << 16)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:154:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let verticalDilutionOfPrecision = SupportedFeatures(rawValue: 1 << 16)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:156:27: warning: static property 'locationSpeedCharacteristicContentMasking' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let locationSpeedCharacteristicContentMasking = SupportedFeatures(rawValue: 1 << 17)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:156:27: note: add '@MainActor' to make static property 'locationSpeedCharacteristicContentMasking' part of global actor 'MainActor'
public static let locationSpeedCharacteristicContentMasking = SupportedFeatures(rawValue: 1 << 17)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:156:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let locationSpeedCharacteristicContentMasking = SupportedFeatures(rawValue: 1 << 17)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:158:27: warning: static property 'fixRateSetting' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let fixRateSetting = SupportedFeatures(rawValue: 1 << 18)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:158:27: note: add '@MainActor' to make static property 'fixRateSetting' part of global actor 'MainActor'
public static let fixRateSetting = SupportedFeatures(rawValue: 1 << 18)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:158:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let fixRateSetting = SupportedFeatures(rawValue: 1 << 18)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:160:27: warning: static property 'elevationSetting' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let elevationSetting = SupportedFeatures(rawValue: 1 << 19)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:160:27: note: add '@MainActor' to make static property 'elevationSetting' part of global actor 'MainActor'
public static let elevationSetting = SupportedFeatures(rawValue: 1 << 19)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:160:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let elevationSetting = SupportedFeatures(rawValue: 1 << 19)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:162:27: warning: static property 'positionStatus' is not concurrency-safe because non-'Sendable' type 'CharacteristicLocationNavigationFeature.SupportedFeatures' may have shared mutable state; this is an error in the Swift 6 language mode
public static let positionStatus = SupportedFeatures(rawValue: 1 << 20)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:117:12: note: consider making struct 'SupportedFeatures' conform to the 'Sendable' protocol
struct SupportedFeatures: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:162:27: note: add '@MainActor' to make static property 'positionStatus' part of global actor 'MainActor'
public static let positionStatus = SupportedFeatures(rawValue: 1 << 20)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLocationNavigationFeature.swift:162:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let positionStatus = SupportedFeatures(rawValue: 1 << 20)
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicLongitude.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicMagneticDeclination.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicManufacturerNameString.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicMaximumRecommendedHeartRate.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicMeasurementInterval.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicModelNumberString.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicNetworkAvailability.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicNewAlert.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicObjectName.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 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_32 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 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/BluetoothBounds.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/BluetoothCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/BluetoothMessageProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicGymConnectEquipmentState.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicGymConnectEquipmentStateName.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicGymConnectEquipmentType.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicGymConnectMeasurement.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicGymConnectWorkoutProgramName.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicNorthPoleAweDiagnostics.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicNorthPoleAweHeartRateMeasurement.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicNorthPoleAweWorkoutInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicTacxAntFecReceive.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicTacxAntFecSend.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAerobicHeartRateLowerLimit.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAerobicHeartRateUpperLimit.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAerobicThreshold.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAge.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryID.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertNotificationControlPoint.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAltitude.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAnaerobicHeartRateLowerLimit.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/BluetoothBounds.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/BluetoothCodable.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/BluetoothMessageProtocol.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicGymConnectEquipmentState.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicGymConnectEquipmentStateName.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicGymConnectEquipmentType.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicGymConnectMeasurement.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicGymConnectWorkoutProgramName.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicNorthPoleAweDiagnostics.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicNorthPoleAweHeartRateMeasurement.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicNorthPoleAweWorkoutInformation.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicTacxAntFecReceive.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/Custom/CharacteristicTacxAntFecSend.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAerobicHeartRateLowerLimit.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAerobicHeartRateUpperLimit.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAerobicThreshold.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAge.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryID.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.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/CharacteristicAlertCategoryIDBitMask.swift:51:27: warning: static property 'simpleAlertSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicAlertCategoryIDBitMask.BitMaskOne' may have shared mutable state; this is an error in the Swift 6 language mode
public static let simpleAlertSupported = BitMaskOne(rawValue: 1 << 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:46:19: note: consider making struct 'BitMaskOne' conform to the 'Sendable' protocol
public struct BitMaskOne: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:51:27: note: add '@MainActor' to make static property 'simpleAlertSupported' part of global actor 'MainActor'
public static let simpleAlertSupported = BitMaskOne(rawValue: 1 << 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:51:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let simpleAlertSupported = BitMaskOne(rawValue: 1 << 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:53:27: warning: static property 'emailSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicAlertCategoryIDBitMask.BitMaskOne' may have shared mutable state; this is an error in the Swift 6 language mode
public static let emailSupported = BitMaskOne(rawValue: 1 << 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:46:19: note: consider making struct 'BitMaskOne' conform to the 'Sendable' protocol
public struct BitMaskOne: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:53:27: note: add '@MainActor' to make static property 'emailSupported' part of global actor 'MainActor'
public static let emailSupported = BitMaskOne(rawValue: 1 << 1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:53:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let emailSupported = BitMaskOne(rawValue: 1 << 1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:55:27: warning: static property 'newsSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicAlertCategoryIDBitMask.BitMaskOne' may have shared mutable state; this is an error in the Swift 6 language mode
public static let newsSupported = BitMaskOne(rawValue: 1 << 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:46:19: note: consider making struct 'BitMaskOne' conform to the 'Sendable' protocol
public struct BitMaskOne: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:55:27: note: add '@MainActor' to make static property 'newsSupported' part of global actor 'MainActor'
public static let newsSupported = BitMaskOne(rawValue: 1 << 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:55:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let newsSupported = BitMaskOne(rawValue: 1 << 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:57:27: warning: static property 'callSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicAlertCategoryIDBitMask.BitMaskOne' may have shared mutable state; this is an error in the Swift 6 language mode
public static let callSupported = BitMaskOne(rawValue: 1 << 3)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:46:19: note: consider making struct 'BitMaskOne' conform to the 'Sendable' protocol
public struct BitMaskOne: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:57:27: note: add '@MainActor' to make static property 'callSupported' part of global actor 'MainActor'
public static let callSupported = BitMaskOne(rawValue: 1 << 3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:57:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let callSupported = BitMaskOne(rawValue: 1 << 3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:59:27: warning: static property 'missedCallSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicAlertCategoryIDBitMask.BitMaskOne' may have shared mutable state; this is an error in the Swift 6 language mode
public static let missedCallSupported = BitMaskOne(rawValue: 1 << 4)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:46:19: note: consider making struct 'BitMaskOne' conform to the 'Sendable' protocol
public struct BitMaskOne: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:59:27: note: add '@MainActor' to make static property 'missedCallSupported' part of global actor 'MainActor'
public static let missedCallSupported = BitMaskOne(rawValue: 1 << 4)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:59:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let missedCallSupported = BitMaskOne(rawValue: 1 << 4)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:61:27: warning: static property 'textMessageSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicAlertCategoryIDBitMask.BitMaskOne' may have shared mutable state; this is an error in the Swift 6 language mode
public static let textMessageSupported = BitMaskOne(rawValue: 1 << 5)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:46:19: note: consider making struct 'BitMaskOne' conform to the 'Sendable' protocol
public struct BitMaskOne: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:61:27: note: add '@MainActor' to make static property 'textMessageSupported' part of global actor 'MainActor'
public static let textMessageSupported = BitMaskOne(rawValue: 1 << 5)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:61:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let textMessageSupported = BitMaskOne(rawValue: 1 << 5)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:63:27: warning: static property 'voiceMailSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicAlertCategoryIDBitMask.BitMaskOne' may have shared mutable state; this is an error in the Swift 6 language mode
public static let voiceMailSupported = BitMaskOne(rawValue: 1 << 6)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:46:19: note: consider making struct 'BitMaskOne' conform to the 'Sendable' protocol
public struct BitMaskOne: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:63:27: note: add '@MainActor' to make static property 'voiceMailSupported' part of global actor 'MainActor'
public static let voiceMailSupported = BitMaskOne(rawValue: 1 << 6)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:63:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let voiceMailSupported = BitMaskOne(rawValue: 1 << 6)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:65:27: warning: static property 'scheduleSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicAlertCategoryIDBitMask.BitMaskOne' may have shared mutable state; this is an error in the Swift 6 language mode
public static let scheduleSupported = BitMaskOne(rawValue: 1 << 7)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:46:19: note: consider making struct 'BitMaskOne' conform to the 'Sendable' protocol
public struct BitMaskOne: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:65:27: note: add '@MainActor' to make static property 'scheduleSupported' part of global actor 'MainActor'
public static let scheduleSupported = BitMaskOne(rawValue: 1 << 7)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:65:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let scheduleSupported = BitMaskOne(rawValue: 1 << 7)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:73:27: warning: static property 'highPrioritizedAlertSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicAlertCategoryIDBitMask.BitMaskTwo' may have shared mutable state; this is an error in the Swift 6 language mode
public static let highPrioritizedAlertSupported = BitMaskTwo(rawValue: 1 << 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:68:19: note: consider making struct 'BitMaskTwo' conform to the 'Sendable' protocol
public struct BitMaskTwo: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:73:27: note: add '@MainActor' to make static property 'highPrioritizedAlertSupported' part of global actor 'MainActor'
public static let highPrioritizedAlertSupported = BitMaskTwo(rawValue: 1 << 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:73:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let highPrioritizedAlertSupported = BitMaskTwo(rawValue: 1 << 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:75:27: warning: static property 'instantMessageSupported' is not concurrency-safe because non-'Sendable' type 'CharacteristicAlertCategoryIDBitMask.BitMaskTwo' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instantMessageSupported = BitMaskTwo(rawValue: 1 << 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:68:19: note: consider making struct 'BitMaskTwo' conform to the 'Sendable' protocol
public struct BitMaskTwo: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:75:27: note: add '@MainActor' to make static property 'instantMessageSupported' part of global actor 'MainActor'
public static let instantMessageSupported = BitMaskTwo(rawValue: 1 << 1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertCategoryIDBitMask.swift:75:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instantMessageSupported = BitMaskTwo(rawValue: 1 << 1)
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertLevel.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertNotificationControlPoint.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertStatus.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/CharacteristicAlertStatus.swift:46:27: warning: static property 'ringerStateActive' is not concurrency-safe because non-'Sendable' type 'CharacteristicAlertStatus.AlertStatus' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ringerStateActive = AlertStatus(rawValue: 1 << 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertStatus.swift:41:19: note: consider making struct 'AlertStatus' conform to the 'Sendable' protocol
public struct AlertStatus: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertStatus.swift:46:27: note: add '@MainActor' to make static property 'ringerStateActive' part of global actor 'MainActor'
public static let ringerStateActive = AlertStatus(rawValue: 1 << 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertStatus.swift:46:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ringerStateActive = AlertStatus(rawValue: 1 << 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertStatus.swift:48:27: warning: static property 'vibrateStateActive' is not concurrency-safe because non-'Sendable' type 'CharacteristicAlertStatus.AlertStatus' may have shared mutable state; this is an error in the Swift 6 language mode
public static let vibrateStateActive = AlertStatus(rawValue: 1 << 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertStatus.swift:41:19: note: consider making struct 'AlertStatus' conform to the 'Sendable' protocol
public struct AlertStatus: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertStatus.swift:48:27: note: add '@MainActor' to make static property 'vibrateStateActive' part of global actor 'MainActor'
public static let vibrateStateActive = AlertStatus(rawValue: 1 << 1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertStatus.swift:48:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let vibrateStateActive = AlertStatus(rawValue: 1 << 1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertStatus.swift:50:27: warning: static property 'displayAlertActive' is not concurrency-safe because non-'Sendable' type 'CharacteristicAlertStatus.AlertStatus' may have shared mutable state; this is an error in the Swift 6 language mode
public static let displayAlertActive = AlertStatus(rawValue: 1 << 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertStatus.swift:41:19: note: consider making struct 'AlertStatus' conform to the 'Sendable' protocol
public struct AlertStatus: OptionSet, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertStatus.swift:50:27: note: add '@MainActor' to make static property 'displayAlertActive' part of global actor 'MainActor'
public static let displayAlertActive = AlertStatus(rawValue: 1 << 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAlertStatus.swift:50:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let displayAlertActive = AlertStatus(rawValue: 1 << 2)
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAltitude.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Characteristic/SIG/CharacteristicAnaerobicHeartRateLowerLimit.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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')
SwiftCompile 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 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/ServiceCustomExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/ServiceCycleOps.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/ServiceDropcam.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/ServiceEliteTrainer.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/ServiceGoogleGlass.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/ServiceGymConnect.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/ServiceKomoot.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/ServiceMyoClassifierEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/ServiceMyoControl.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/ServiceMyoImu.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/ServiceMyoRawEMGData.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/ServiceNordicLegacyDeviceFirmwareUpdate.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/ServiceNordicSecureDeviceFirmwareUpdate.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/ServiceNorthPoleAweDiagnostics.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/ServiceNorthPoleAweHeartRate.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/ServiceTacxAntFec.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/ServiceWahooFitnessGEMModuleFirmwareUpdate.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/TexasInstruments/ServiceTexasInstrumentsFirmwareUpdate.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagAccelerometer.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagBarometer.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagControl.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagGyroscope.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagHumidity.swift /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagMagnetometer.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BluetoothMessageProtocol/Service/Custom/ServiceCustomExtension.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/Custom/ServiceCycleOps.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/Custom/ServiceDropcam.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/Custom/ServiceEliteTrainer.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/Custom/ServiceGoogleGlass.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/Custom/ServiceGymConnect.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/Custom/ServiceKomoot.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/Custom/ServiceMyoClassifierEvent.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/Custom/ServiceMyoControl.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/Custom/ServiceMyoImu.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/Custom/ServiceMyoRawEMGData.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/Custom/ServiceNordicLegacyDeviceFirmwareUpdate.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/Custom/ServiceNordicSecureDeviceFirmwareUpdate.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/Custom/ServiceNorthPoleAweDiagnostics.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/Custom/ServiceNorthPoleAweHeartRate.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/Custom/ServiceTacxAntFec.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/Custom/ServiceWahooFitnessGEMModuleFirmwareUpdate.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/Custom/TexasInstruments/ServiceTexasInstrumentsFirmwareUpdate.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/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagAccelerometer.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/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagBarometer.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/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagControl.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/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagGyroscope.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/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagHumidity.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/Custom/TexasInstruments/ServiceTexasInstrumentsSensorTagMagnetometer.swift (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 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 armv7k 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')
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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 4.0 --bundle-identifier cryptoswift.CryptoSwift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CryptoSwift.appintents --target-triple arm64-apple-watchos4.0 --target-triple armv7k-apple-watchos4.0 --target-triple arm64_32-apple-watchos4.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CryptoSwift.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/Objects-normal/armv7k/CryptoSwift_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/Objects-normal/arm64_32/CryptoSwift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/Objects-normal/armv7k/CryptoSwift.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/Objects-normal/arm64_32/CryptoSwift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/CryptoSwift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/CryptoSwift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/Objects-normal/armv7k/CryptoSwift.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug-watchos/CryptoSwift.build/Objects-normal/arm64_32/CryptoSwift.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 14:15:56.651 appintentsmetadataprocessor[976:6323] Starting appintentsmetadataprocessor export
2025-04-26 14:15:56.698 appintentsmetadataprocessor[976:6323] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/CryptoSwift.o
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')
SwiftDriverJobDiscovery normal arm64_32 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')
SwiftDriverJobDiscovery normal arm64_32 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 armv7k Emitting module for BluetoothMessageProtocol (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftDriver\ Compilation\ Requirements BluetoothMessageProtocol normal armv7k 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-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/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-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/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-watchos/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-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/BluetoothMessageProtocol_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/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-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/BluetoothMessageProtocol-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/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-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/BluetoothMessageProtocol.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/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-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/BluetoothMessageProtocol.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/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-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/BluetoothMessageProtocol.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/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-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/BluetoothMessageProtocol.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/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-watchos/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-watchos/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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/arm64-apple-watchos.swiftdoc
SwiftDriverJobDiscovery normal arm64_32 Emitting module for BluetoothMessageProtocol (in target 'BluetoothMessageProtocol' from project 'BluetoothMessageProtocol')
SwiftDriver\ Compilation\ Requirements BluetoothMessageProtocol normal arm64_32 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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/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-watchos/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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/BluetoothMessageProtocol_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/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-watchos/BluetoothMessageProtocol-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/BluetoothMessageProtocol-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/BluetoothMessageProtocol-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/BluetoothMessageProtocol-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/BluetoothMessageProtocol-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/BluetoothMessageProtocol.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/BluetoothMessageProtocol.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/BluetoothMessageProtocol.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/BluetoothMessageProtocol.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal armv7k 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 armv7k 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-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/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-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/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-watchos/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-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/BluetoothMessageProtocol_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/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-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/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/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/Binary/BluetoothMessageProtocol.o normal armv7k (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 armv7k-apple-watchos4.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/BluetoothMessageProtocol.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/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-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/BluetoothMessageProtocol_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/BluetoothMessageProtocol.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/Binary/BluetoothMessageProtocol.o
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/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-watchos/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-watchos/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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/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-watchos/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/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64/Binary/BluetoothMessageProtocol.o normal arm64 (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-watchos4.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/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-watchos/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-watchos/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64/Binary/BluetoothMessageProtocol.o
SwiftDriverJobDiscovery normal arm64_32 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_32 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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/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-watchos/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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/BluetoothMessageProtocol_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/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/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/Binary/BluetoothMessageProtocol.o normal arm64_32 (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_32-apple-watchos4.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/BluetoothMessageProtocol.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/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-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/BluetoothMessageProtocol_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/BluetoothMessageProtocol.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/Binary/BluetoothMessageProtocol.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.o normal arm64\ armv7k\ arm64_32 (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/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64/Binary/BluetoothMessageProtocol.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/Binary/BluetoothMessageProtocol.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/Binary/BluetoothMessageProtocol.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 4.0 --bundle-identifier spi-builder-workspace.BluetoothMessageProtocol --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.appintents --target-triple arm64-apple-watchos4.0 --target-triple armv7k-apple-watchos4.0 --target-triple arm64_32-apple-watchos4.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BluetoothMessageProtocol.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/BluetoothMessageProtocol_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/BluetoothMessageProtocol_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/BluetoothMessageProtocol.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/BluetoothMessageProtocol.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/BluetoothMessageProtocol.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/BluetoothMessageProtocol.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64/BluetoothMessageProtocol.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/armv7k/BluetoothMessageProtocol.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BluetoothMessageProtocol.build/Debug-watchos/BluetoothMessageProtocol.build/Objects-normal/arm64_32/BluetoothMessageProtocol.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 14:16:17.511 appintentsmetadataprocessor[1005:6739] Starting appintentsmetadataprocessor export
2025-04-26 14:16:17.571 appintentsmetadataprocessor[1005:6739] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/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.