Build Information
Failed to build BluetoothDarwin, reference 1.1.0 (f46068
), with Swift 6.1 for tvOS using Xcode 16.3 on 26 Apr 2025 04:44:16 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BluetoothDarwin -destination generic/platform=tvOS
Build Log
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Data.swift,\ DataConvertible.swift,\ DefinedCompanies.swift,\ DefinedUUID.swift,\ DefinedUUIDExtension.swift,\ GAP3DInformation.swift,\ GAPAdvertisingInterval.swift,\ GAPAppearance.swift,\ GAPAppearanceData.swift,\ GAPChannelMapUpdateIndication.swift,\ GAPClassOfDevice.swift,\ GAPCompleteListOf128BitServiceClassUUIDs.swift,\ GAPCompleteListOf16BitServiceClassUUIDs.swift,\ GAPCompleteListOf32BitServiceClassUUIDs.swift,\ GAPCompleteLocalName.swift,\ GAPData.swift,\ GAPDataEncoder.swift,\ GAPDataType.swift,\ GAPFlags.swift,\ GAPIncompleteListOf128BitServiceClassUUIDs.swift,\ GAPIncompleteListOf16BitServiceClassUUIDs.swift,\ GAPIncompleteListOf32BitServiceClassUUIDs.swift,\ GAPIndoorPositioning.swift,\ GAPLEDeviceAddress.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Data.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DataConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DefinedCompanies.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DefinedUUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DefinedUUIDExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAP3DInformation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPAdvertisingInterval.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPAppearance.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPAppearanceData.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPChannelMapUpdateIndication.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPClassOfDevice.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPCompleteListOf128BitServiceClassUUIDs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPCompleteListOf16BitServiceClassUUIDs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPCompleteListOf32BitServiceClassUUIDs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPCompleteLocalName.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPData.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPDataEncoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPDataType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPFlags.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPIncompleteListOf128BitServiceClassUUIDs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPIncompleteListOf16BitServiceClassUUIDs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPIncompleteListOf32BitServiceClassUUIDs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPIndoorPositioning.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLEDeviceAddress.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Data.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DataConvertible.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'DataContainer'
extension Data: DataContainer {
^
Swift.MutableCollection.subscript:3:21: note: 'subscript(_:)' declared here
@inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }}
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
subscript(range: Range<Int>) -> Slice<Self> { get }
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DefinedCompanies.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DefinedUUID.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DefinedUUIDExtension.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAP3DInformation.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPAdvertisingInterval.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPAppearance.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPAppearanceData.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPChannelMapUpdateIndication.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPClassOfDevice.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPCompleteListOf128BitServiceClassUUIDs.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPCompleteListOf16BitServiceClassUUIDs.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPCompleteListOf32BitServiceClassUUIDs.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPCompleteLocalName.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPData.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPDataEncoder.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPDataType.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPFlags.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPIncompleteListOf128BitServiceClassUUIDs.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPIncompleteListOf16BitServiceClassUUIDs.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPIncompleteListOf32BitServiceClassUUIDs.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPIndoorPositioning.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLEDeviceAddress.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GATTReferenceTimeInformation.swift,\ GATTReportReference.swift,\ GATTScanIntervalWindow.swift,\ GATTScanRefresh.swift,\ GATTSecondaryTimeZone.swift,\ GATTSerialNumberString.swift,\ GATTServer.swift,\ GATTServerCharacteristicConfiguration.swift,\ GATTService.swift,\ GATTSoftwareRevisionString.swift,\ GATTSupportedNewAlertCategory.swift,\ GATTSupportedUnreadAlertCategory.swift,\ GATTSystemID.swift,\ GATTTimeAccuracy.swift,\ GATTTimeBroadcast.swift,\ GATTTimeSource.swift,\ GATTTimeTriggerSetting.swift,\ GATTTimeUpdateControlPoint.swift,\ GATTTimeUpdateState.swift,\ GATTTimeWithDst.swift,\ GATTTimeZone.swift,\ GATTUncertainty.swift,\ GATTUnreadAlertStatus.swift,\ GATTUserDescription.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTReferenceTimeInformation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTReportReference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTScanIntervalWindow.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTScanRefresh.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSecondaryTimeZone.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSerialNumberString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTServerCharacteristicConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSoftwareRevisionString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSupportedNewAlertCategory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSupportedUnreadAlertCategory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSystemID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeAccuracy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeBroadcast.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeTriggerSetting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeUpdateControlPoint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeUpdateState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeWithDst.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeZone.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTUncertainty.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTUnreadAlertStatus.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTUserDescription.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTReferenceTimeInformation.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTReferenceTimeInformation.swift:52:9: error: type 'Data' does not conform to protocol 'DataContainer'
let daysSinceUpdate = Day(rawValue: data[2])
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTReportReference.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTScanIntervalWindow.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTScanRefresh.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSecondaryTimeZone.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSerialNumberString.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTServer.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTServer.swift:89:17: error: type 'GATTDatabase' does not conform to protocol 'Sequence'
public func writeValue(_ value: Data, forCharacteristic uuid: BluetoothUUID) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTServer.swift:91:40: error: cannot call value of non-function type 'GATTDatabase.Element?'
guard let attribute = database.first(where: { $0.uuid == uuid })
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTServer.swift:251:9: error: type 'GATTDatabase' does not conform to protocol 'RandomAccessCollection'
let attribute = database[handle: handle]
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTServerCharacteristicConfiguration.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTService.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSoftwareRevisionString.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSupportedNewAlertCategory.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSupportedUnreadAlertCategory.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSystemID.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeAccuracy.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeBroadcast.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeSource.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeTriggerSetting.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeUpdateControlPoint.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeUpdateState.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeWithDst.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeZone.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTUncertainty.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTUnreadAlertStatus.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTUserDescription.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ATT.swift,\ ATTConnection.swift,\ ATTError.swift,\ ATTErrorResponse.swift,\ ATTExecuteWriteRequest.swift,\ ATTExecuteWriteResponse.swift,\ ATTFindByTypeRequest.swift,\ ATTFindByTypeResponse.swift,\ ATTFindInformationRequest.swift,\ ATTFindInformationResponse.swift,\ ATTHandleValueConfirmation.swift,\ ATTHandleValueIndication.swift,\ ATTHandleValueNotification.swift,\ ATTMaximumTransmissionUnit.swift,\ ATTMaximumTransmissionUnitRequest.swift,\ ATTMaximumTransmissionUnitResponse.swift,\ ATTPrepareWriteRequest.swift,\ ATTPrepareWriteResponse.swift,\ ATTProtocolDataUnit.swift,\ ATTReadBlobRequest.swift,\ ATTReadBlobResponse.swift,\ ATTReadByGroupTypeRequest.swift,\ ATTReadByGroupTypeResponse.swift,\ ATTReadByTypeRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATT.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTConnection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTErrorResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTExecuteWriteRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTExecuteWriteResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTFindByTypeRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTFindByTypeResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTFindInformationRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTFindInformationResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTHandleValueConfirmation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTHandleValueIndication.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTHandleValueNotification.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTMaximumTransmissionUnit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTMaximumTransmissionUnitRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTMaximumTransmissionUnitResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTPrepareWriteRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTPrepareWriteResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTProtocolDataUnit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadBlobRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadBlobResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadByGroupTypeRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadByGroupTypeResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadByTypeRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATT.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTConnection.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTConnection.swift:85:9: error: type 'Data' does not conform to protocol 'DataContainer'
let opcodeByte = recievedData[0]
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTError.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTErrorResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTExecuteWriteRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTExecuteWriteResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTFindByTypeRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTFindByTypeResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTFindInformationRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTFindInformationResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTHandleValueConfirmation.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTHandleValueIndication.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTHandleValueNotification.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTMaximumTransmissionUnit.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTMaximumTransmissionUnitRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTMaximumTransmissionUnitResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTPrepareWriteRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTPrepareWriteResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTProtocolDataUnit.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadBlobRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadBlobResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadByGroupTypeRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadByGroupTypeResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadByTypeRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HCI.swift,\ HCIAcceptConnectionRequest.swift,\ HCIAuthenticationComplete.swift,\ HCIAuthenticationRequested.swift,\ HCIChangeConnectionPacketType.swift,\ HCICommand.swift,\ HCICommandComplete.swift,\ HCICommandStatus.swift,\ HCICommandTimeout.swift,\ HCIConnectionComplete.swift,\ HCIConnectionPacketTypeChange.swift,\ HCIConnectionRequest.swift,\ HCICreateConnection.swift,\ HCICreateConnectionCancel.swift,\ HCIDeleteStoredLinkKey.swift,\ HCIDisconnect.swift,\ HCIDisconnectionComplete.swift,\ HCIEncryptionChange.swift,\ HCIEncryptionKeyRefreshComplete.swift,\ HCIError.swift,\ HCIEvent.swift,\ HCIExitPeriodicInquiryMode.swift,\ HCIGeneralEvent.swift,\ HCIHoldMode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAcceptConnectionRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAuthenticationComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAuthenticationRequested.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIChangeConnectionPacketType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommandComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommandStatus.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommandTimeout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIConnectionComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIConnectionPacketTypeChange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIConnectionRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICreateConnection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICreateConnectionCancel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIDeleteStoredLinkKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIDisconnect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIDisconnectionComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIEncryptionChange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIEncryptionKeyRefreshComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIEvent.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIExitPeriodicInquiryMode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIGeneralEvent.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIHoldMode.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCI.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAcceptConnectionRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAuthenticationComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAuthenticationComplete.swift:26:12: error: type 'Data' does not conform to protocol 'DataContainer'
public init?(data: Data) {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAuthenticationRequested.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIChangeConnectionPacketType.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommand.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommandComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommandStatus.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommandTimeout.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIConnectionComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIConnectionPacketTypeChange.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIConnectionRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICreateConnection.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICreateConnectionCancel.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIDeleteStoredLinkKey.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIDisconnect.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIDisconnectionComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIEncryptionChange.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIEncryptionKeyRefreshComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIError.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIEvent.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIExitPeriodicInquiryMode.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIGeneralEvent.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIHoldMode.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HCIIOCapabilityRequest.swift,\ HCIIOCapabilityRequestReply.swift,\ HCIIOCapabilityResponse.swift,\ HCIInquiry.swift,\ HCIInquiryCancel.swift,\ HCIInquiryComplete.swift,\ HCIInquiryResult.swift,\ HCILEAddDeviceToPeriodicAdvertiserList.swift,\ HCILEAddDeviceToResolvingList.swift,\ HCILEAddDeviceToWhiteList.swift,\ HCILEAdvertisingReport.swift,\ HCILEAdvertisingSetTerminated.swift,\ HCILEChannelSelectionAlgorithm.swift,\ HCILEConnectionComplete.swift,\ HCILEConnectionUpdateComplete.swift,\ HCILECreateConnection.swift,\ HCILEDataLengthChange.swift,\ HCILEDirectedAdvertisingReport.swift,\ HCILEEncrypt.swift,\ HCILEEnhancedConnectionComplete.swift,\ HCILEEnhancedReceiverTest.swift,\ HCILEEnhancedTransmitterTest.swift,\ HCILEExtendedAdvertisingReport.swift,\ HCILEExtendedCreateConnection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIIOCapabilityRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIIOCapabilityRequestReply.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIIOCapabilityResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIInquiry.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIInquiryCancel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIInquiryComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIInquiryResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEAddDeviceToPeriodicAdvertiserList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEAddDeviceToResolvingList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEAddDeviceToWhiteList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEAdvertisingReport.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEAdvertisingSetTerminated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEChannelSelectionAlgorithm.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEConnectionComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEConnectionUpdateComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILECreateConnection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEDataLengthChange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEDirectedAdvertisingReport.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEEncrypt.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEEnhancedConnectionComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEEnhancedReceiverTest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEEnhancedTransmitterTest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEExtendedAdvertisingReport.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEExtendedCreateConnection.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIIOCapabilityRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIIOCapabilityRequest.swift:25:9: error: type 'Data' does not conform to protocol 'DataContainer'
let address = BluetoothAddress(littleEndian: BluetoothAddress(bytes: (data[0], data[1], data[2], data[3], data[4], data[5])))
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIIOCapabilityRequestReply.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIIOCapabilityResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIInquiry.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIInquiryCancel.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIInquiryComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIInquiryResult.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEAddDeviceToPeriodicAdvertiserList.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEAddDeviceToResolvingList.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEAddDeviceToWhiteList.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEAdvertisingReport.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEAdvertisingReport.swift:26:12: error: type 'LowEnergyAdvertisingData' does not conform to protocol 'Sequence'
public init?(data: Data) {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEAdvertisingSetTerminated.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEChannelSelectionAlgorithm.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEConnectionComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEConnectionUpdateComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILECreateConnection.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEDataLengthChange.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEDirectedAdvertisingReport.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEEncrypt.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEEnhancedConnectionComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEEnhancedReceiverTest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEEnhancedTransmitterTest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEExtendedAdvertisingReport.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEExtendedCreateConnection.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HCILEReadRemoteUsedFeatures.swift,\ HCILEReadRemoteUsedFeaturesComplete.swift,\ HCILEReadResolvingListSize.swift,\ HCILEReadRfPathCompensation.swift,\ HCILEReadSuggestedDefaultDataLength.swift,\ HCILEReadSupportedStates.swift,\ HCILEReadTransmitPower.swift,\ HCILEReadWhiteListSize.swift,\ HCILEReceiverTest.swift,\ HCILERemoteConnectionParameterRequest.swift,\ HCILERemoteConnectionParameterRequestNegativeReply.swift,\ HCILERemoteConnectionParameterRequestReply.swift,\ HCILERemoveAdvertisingSet.swift,\ HCILERemoveDeviceFromResolvingList.swift,\ HCILERemoveDeviceFromWhiteList.swift,\ HCILERemoveDeviceToPeriodicAdvertiserList.swift,\ HCILEScanRequestReceived.swift,\ HCILESetAddressResolutionEnable.swift,\ HCILESetAdvertiseEnable.swift,\ HCILESetAdvertisingData.swift,\ HCILESetAdvertisingParameters.swift,\ HCILESetAdvertisingSetRandomAddress.swift,\ HCILESetDataLength.swift,\ HCILESetDefaultPhy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadRemoteUsedFeatures.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadRemoteUsedFeaturesComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadResolvingListSize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadRfPathCompensation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadSuggestedDefaultDataLength.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadSupportedStates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadTransmitPower.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadWhiteListSize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReceiverTest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILERemoteConnectionParameterRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILERemoteConnectionParameterRequestNegativeReply.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILERemoteConnectionParameterRequestReply.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILERemoveAdvertisingSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILERemoveDeviceFromResolvingList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILERemoveDeviceFromWhiteList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILERemoveDeviceToPeriodicAdvertiserList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEScanRequestReceived.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILESetAddressResolutionEnable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILESetAdvertiseEnable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILESetAdvertisingData.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILESetAdvertisingParameters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILESetAdvertisingSetRandomAddress.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILESetDataLength.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILESetDefaultPhy.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadRemoteUsedFeatures.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadRemoteUsedFeaturesComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadRemoteUsedFeaturesComplete.swift:40:9: error: type 'Data' does not conform to protocol 'DataContainer'
let statusByte = data[0]
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadResolvingListSize.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadRfPathCompensation.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadSuggestedDefaultDataLength.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadSupportedStates.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadTransmitPower.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadWhiteListSize.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReceiverTest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILERemoteConnectionParameterRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILERemoteConnectionParameterRequestNegativeReply.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILERemoteConnectionParameterRequestReply.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILERemoveAdvertisingSet.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILERemoveDeviceFromResolvingList.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILERemoveDeviceFromWhiteList.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILERemoveDeviceToPeriodicAdvertiserList.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEScanRequestReceived.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILESetAddressResolutionEnable.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILESetAdvertiseEnable.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILESetAdvertisingData.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILESetAdvertisingParameters.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILESetAdvertisingSetRandomAddress.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILESetDataLength.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILESetDefaultPhy.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GAPLERole.swift,\ GAPLESecureConnectionsConfirmation.swift,\ GAPLESecureConnectionsRandom.swift,\ GAPLESupportedFeatures.swift,\ GAPListOf128BitServiceSolicitationUUIDs.swift,\ GAPListOf16BitServiceSolicitationUUIDs.swift,\ GAPListOf32BitServiceSolicitationUUIDs.swift,\ GAPManufacturerSpecificData.swift,\ GAPMeshBeacon.swift,\ GAPMeshMessage.swift,\ GAPPBADV.swift,\ GAPPublicTargetAddress.swift,\ GAPRandomTargetAddress.swift,\ GAPSecurityManagerOOBFlags.swift,\ GAPSecurityManagerTKValue.swift,\ GAPServiceData128BitUUID.swift,\ GAPServiceData16BitUUID.swift,\ GAPServiceData32BitUUID.swift,\ GAPShortLocalName.swift,\ GAPSimplePairingHashC.swift,\ GAPSimplePairingRandomizerR.swift,\ GAPSlaveConnectionIntervalRange.swift,\ GAPTransportDiscoveryData.swift,\ GAPTxPowerLevel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLERole.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLESecureConnectionsConfirmation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLESecureConnectionsRandom.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLESupportedFeatures.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPListOf128BitServiceSolicitationUUIDs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPListOf16BitServiceSolicitationUUIDs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPListOf32BitServiceSolicitationUUIDs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPManufacturerSpecificData.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPMeshBeacon.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPMeshMessage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPPBADV.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPPublicTargetAddress.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPRandomTargetAddress.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSecurityManagerOOBFlags.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSecurityManagerTKValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPServiceData128BitUUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPServiceData16BitUUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPServiceData32BitUUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPShortLocalName.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSimplePairingHashC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSimplePairingRandomizerR.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSlaveConnectionIntervalRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPTransportDiscoveryData.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPTxPowerLevel.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLERole.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLERole.swift:32:5: error: type 'Data' does not conform to protocol 'DataContainer'
init?(data: Data) {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLESecureConnectionsConfirmation.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLESecureConnectionsRandom.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLESupportedFeatures.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPListOf128BitServiceSolicitationUUIDs.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPListOf16BitServiceSolicitationUUIDs.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPListOf32BitServiceSolicitationUUIDs.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPManufacturerSpecificData.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPMeshBeacon.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPMeshMessage.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPPBADV.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPPublicTargetAddress.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPRandomTargetAddress.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSecurityManagerOOBFlags.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSecurityManagerTKValue.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPServiceData128BitUUID.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPServiceData16BitUUID.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPServiceData32BitUUID.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPShortLocalName.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSimplePairingHashC.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSimplePairingRandomizerR.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSlaveConnectionIntervalRange.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPTransportDiscoveryData.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPTxPowerLevel.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Bluetooth (in target 'Bluetooth' from project 'Bluetooth')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAerobicHeartRateLowerLimit.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBloodPressureFeature.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTDatabase.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 Compiling\ GATTExactTime100.swift,\ GATTExactTime256.swift,\ GATTExternalReportReference.swift,\ GATTFirmwareRevisionString.swift,\ GATTFloorNumber.swift,\ GATTFormatDescriptor.swift,\ GATTHardwareRevisionString.swift,\ GATTIndoorPositioningConfiguration.swift,\ GATTLatitude.swift,\ GATTLocalEastCoordinate.swift,\ GATTLocalNorthCoordinate.swift,\ GATTLocalTimeInformation.swift,\ GATTLocationName.swift,\ GATTLongitude.swift,\ GATTManufacturerNameString.swift,\ GATTModelNumber.swift,\ GATTNewAlert.swift,\ GATTNumberOfDigitals.swift,\ GATTObjectID.swift,\ GATTObjectName.swift,\ GATTObjectSize.swift,\ GATTObjectType.swift,\ GATTPnPID.swift,\ GATTProfile.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTExactTime100.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTExactTime256.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTExternalReportReference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTFirmwareRevisionString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTFloorNumber.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTFormatDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTHardwareRevisionString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTIndoorPositioningConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTLatitude.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTLocalEastCoordinate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTLocalNorthCoordinate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTLocalTimeInformation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTLocationName.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTLongitude.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTManufacturerNameString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTModelNumber.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTNewAlert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTNumberOfDigitals.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTObjectID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTObjectName.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTObjectSize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTObjectType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTPnPID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTProfile.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTExactTime100.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DataConvertible.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTReferenceTimeInformation.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTServer.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTConnection.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAuthenticationComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIIOCapabilityRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEAdvertisingReport.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadRemoteUsedFeaturesComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLERole.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftEmitModule normal arm64 Emitting\ module\ for\ Bluetooth (in target 'Bluetooth' from project 'Bluetooth')
Building workspace spi-builder-workspace with scheme BluetoothDarwin
(16 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
Bluetooth: https://github.com/PureSwift/Bluetooth.git @ 4.2.1
BluetoothDarwin: /Users/admin/builder/spi-builder-workspace
resolved source packages: Bluetooth, BluetoothDarwin
{
"dependencies" : [
{
"identity" : "bluetooth",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.0",
"upper_bound" : "4.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/Bluetooth.git"
}
],
"manifest_display_name" : "BluetoothDarwin",
"name" : "BluetoothDarwin",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "BluetoothDarwin",
"targets" : [
"BluetoothDarwin"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CBluetoothDarwin",
"module_type" : "ClangTarget",
"name" : "CBluetoothDarwin",
"path" : "Sources/CBluetoothDarwin",
"product_memberships" : [
"BluetoothDarwin"
],
"sources" : [
"dummy.c"
],
"type" : "library"
},
{
"c99name" : "BluetoothDarwinTests",
"module_type" : "SwiftTarget",
"name" : "BluetoothDarwinTests",
"path" : "Tests/BluetoothDarwinTests",
"sources" : [
"BluetoothDarwinTests.swift"
],
"target_dependencies" : [
"BluetoothDarwin"
],
"type" : "test"
},
{
"c99name" : "BluetoothDarwin",
"module_type" : "SwiftTarget",
"name" : "BluetoothDarwin",
"path" : "Sources/BluetoothDarwin",
"product_dependencies" : [
"Bluetooth"
],
"product_memberships" : [
"BluetoothDarwin"
],
"sources" : [
"BluetoothDarwin.swift",
"Error.swift",
"HostController.swift"
],
"target_dependencies" : [
"CBluetoothDarwin"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"BluetoothDarwin"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BluetoothDarwin -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme BluetoothDarwin -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
Bluetooth: https://github.com/PureSwift/Bluetooth.git @ 4.2.1
BluetoothDarwin: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
Target 'BluetoothDarwin' in project 'BluetoothDarwin'
➜ Explicit dependency on target 'BluetoothDarwin' in project 'BluetoothDarwin'
➜ Explicit dependency on target 'CBluetoothDarwin' in project 'BluetoothDarwin'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
Target 'BluetoothDarwin' in project 'BluetoothDarwin'
➜ Explicit dependency on target 'CBluetoothDarwin' in project 'BluetoothDarwin'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
Target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
Target 'Bluetooth' in project 'Bluetooth' (no dependencies)
Target 'CBluetoothDarwin' in project 'BluetoothDarwin' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: f0ec354d6663436b29970e8787aedae2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f0ec354d6663436b29970e8787aedae2.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
SwiftDriver Bluetooth normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Bluetooth -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/Bluetooth.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/Bluetooth-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/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/Bluetooth.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/Bluetooth.build/Debug-appletvos/Bluetooth.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/Bluetooth_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.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/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/Bluetooth-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Data.swift,\ DataConvertible.swift,\ DefinedCompanies.swift,\ DefinedUUID.swift,\ DefinedUUIDExtension.swift,\ GAP3DInformation.swift,\ GAPAdvertisingInterval.swift,\ GAPAppearance.swift,\ GAPAppearanceData.swift,\ GAPChannelMapUpdateIndication.swift,\ GAPClassOfDevice.swift,\ GAPCompleteListOf128BitServiceClassUUIDs.swift,\ GAPCompleteListOf16BitServiceClassUUIDs.swift,\ GAPCompleteListOf32BitServiceClassUUIDs.swift,\ GAPCompleteLocalName.swift,\ GAPData.swift,\ GAPDataEncoder.swift,\ GAPDataType.swift,\ GAPFlags.swift,\ GAPIncompleteListOf128BitServiceClassUUIDs.swift,\ GAPIncompleteListOf16BitServiceClassUUIDs.swift,\ GAPIncompleteListOf32BitServiceClassUUIDs.swift,\ GAPIndoorPositioning.swift,\ GAPLEDeviceAddress.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Data.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DataConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DefinedCompanies.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DefinedUUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DefinedUUIDExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAP3DInformation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPAdvertisingInterval.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPAppearance.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPAppearanceData.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPChannelMapUpdateIndication.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPClassOfDevice.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPCompleteListOf128BitServiceClassUUIDs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPCompleteListOf16BitServiceClassUUIDs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPCompleteListOf32BitServiceClassUUIDs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPCompleteLocalName.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPData.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPDataEncoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPDataType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPFlags.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPIncompleteListOf128BitServiceClassUUIDs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPIncompleteListOf16BitServiceClassUUIDs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPIncompleteListOf32BitServiceClassUUIDs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPIndoorPositioning.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLEDeviceAddress.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Data.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DataConvertible.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DefinedCompanies.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DefinedUUID.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/DefinedUUIDExtension.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAP3DInformation.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPAdvertisingInterval.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPAppearance.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPAppearanceData.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPChannelMapUpdateIndication.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPClassOfDevice.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPCompleteListOf128BitServiceClassUUIDs.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPCompleteListOf16BitServiceClassUUIDs.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPCompleteListOf32BitServiceClassUUIDs.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPCompleteLocalName.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPData.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPDataEncoder.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPDataType.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPFlags.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPIncompleteListOf128BitServiceClassUUIDs.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPIncompleteListOf16BitServiceClassUUIDs.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPIncompleteListOf32BitServiceClassUUIDs.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPIndoorPositioning.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLEDeviceAddress.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GAPURI.swift,\ GAPUUIDList.swift,\ GATT.swift,\ GATTAerobicHeartRateLowerLimit.swift,\ GATTAerobicHeartRateUpperLimit.swift,\ GATTAerobicThreshold.swift,\ GATTAge.swift,\ GATTAggregateFormatDescriptor.swift,\ GATTAlertCategory.swift,\ GATTAlertCategoryBitMask.swift,\ GATTAlertLevel.swift,\ GATTAlertNotificationControlPoint.swift,\ GATTAlertNotificationService.swift,\ GATTAlertStatus.swift,\ GATTAltitude.swift,\ GATTAnaerobicHeartRateLowerLimit.swift,\ GATTAnaerobicHeartRateUpperLimit.swift,\ GATTAnalog.swift,\ GATTAnalogOutput.swift,\ GATTAttributes.swift,\ GATTBarometricPressureTrend.swift,\ GATTBatteryLevel.swift,\ GATTBatteryPowerState.swift,\ GATTBatteryService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPURI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPUUIDList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATT.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAerobicHeartRateLowerLimit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAerobicHeartRateUpperLimit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAerobicThreshold.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAge.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAggregateFormatDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAlertCategory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAlertCategoryBitMask.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAlertLevel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAlertNotificationControlPoint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAlertNotificationService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAlertStatus.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAltitude.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAnaerobicHeartRateLowerLimit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAnaerobicHeartRateUpperLimit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAnalog.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAnalogOutput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAttributes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBarometricPressureTrend.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBatteryLevel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBatteryPowerState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBatteryService.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPURI.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPUUIDList.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATT.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAerobicHeartRateLowerLimit.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAerobicHeartRateUpperLimit.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAerobicThreshold.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAge.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAggregateFormatDescriptor.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAlertCategory.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAlertCategoryBitMask.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAlertLevel.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAlertNotificationControlPoint.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAlertNotificationService.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAlertStatus.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAltitude.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAnaerobicHeartRateLowerLimit.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAnaerobicHeartRateUpperLimit.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAnalog.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAnalogOutput.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTAttributes.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBarometricPressureTrend.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBatteryLevel.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBatteryPowerState.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBatteryService.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GAPLERole.swift,\ GAPLESecureConnectionsConfirmation.swift,\ GAPLESecureConnectionsRandom.swift,\ GAPLESupportedFeatures.swift,\ GAPListOf128BitServiceSolicitationUUIDs.swift,\ GAPListOf16BitServiceSolicitationUUIDs.swift,\ GAPListOf32BitServiceSolicitationUUIDs.swift,\ GAPManufacturerSpecificData.swift,\ GAPMeshBeacon.swift,\ GAPMeshMessage.swift,\ GAPPBADV.swift,\ GAPPublicTargetAddress.swift,\ GAPRandomTargetAddress.swift,\ GAPSecurityManagerOOBFlags.swift,\ GAPSecurityManagerTKValue.swift,\ GAPServiceData128BitUUID.swift,\ GAPServiceData16BitUUID.swift,\ GAPServiceData32BitUUID.swift,\ GAPShortLocalName.swift,\ GAPSimplePairingHashC.swift,\ GAPSimplePairingRandomizerR.swift,\ GAPSlaveConnectionIntervalRange.swift,\ GAPTransportDiscoveryData.swift,\ GAPTxPowerLevel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLERole.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLESecureConnectionsConfirmation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLESecureConnectionsRandom.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLESupportedFeatures.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPListOf128BitServiceSolicitationUUIDs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPListOf16BitServiceSolicitationUUIDs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPListOf32BitServiceSolicitationUUIDs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPManufacturerSpecificData.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPMeshBeacon.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPMeshMessage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPPBADV.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPPublicTargetAddress.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPRandomTargetAddress.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSecurityManagerOOBFlags.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSecurityManagerTKValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPServiceData128BitUUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPServiceData16BitUUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPServiceData32BitUUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPShortLocalName.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSimplePairingHashC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSimplePairingRandomizerR.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSlaveConnectionIntervalRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPTransportDiscoveryData.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPTxPowerLevel.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLERole.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLESecureConnectionsConfirmation.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLESecureConnectionsRandom.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPLESupportedFeatures.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPListOf128BitServiceSolicitationUUIDs.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPListOf16BitServiceSolicitationUUIDs.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPListOf32BitServiceSolicitationUUIDs.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPManufacturerSpecificData.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPMeshBeacon.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPMeshMessage.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPPBADV.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPPublicTargetAddress.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPRandomTargetAddress.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSecurityManagerOOBFlags.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSecurityManagerTKValue.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPServiceData128BitUUID.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPServiceData16BitUUID.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPServiceData32BitUUID.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPShortLocalName.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSimplePairingHashC.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSimplePairingRandomizerR.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPSlaveConnectionIntervalRange.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPTransportDiscoveryData.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GAPTxPowerLevel.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ATT.swift,\ ATTConnection.swift,\ ATTError.swift,\ ATTErrorResponse.swift,\ ATTExecuteWriteRequest.swift,\ ATTExecuteWriteResponse.swift,\ ATTFindByTypeRequest.swift,\ ATTFindByTypeResponse.swift,\ ATTFindInformationRequest.swift,\ ATTFindInformationResponse.swift,\ ATTHandleValueConfirmation.swift,\ ATTHandleValueIndication.swift,\ ATTHandleValueNotification.swift,\ ATTMaximumTransmissionUnit.swift,\ ATTMaximumTransmissionUnitRequest.swift,\ ATTMaximumTransmissionUnitResponse.swift,\ ATTPrepareWriteRequest.swift,\ ATTPrepareWriteResponse.swift,\ ATTProtocolDataUnit.swift,\ ATTReadBlobRequest.swift,\ ATTReadBlobResponse.swift,\ ATTReadByGroupTypeRequest.swift,\ ATTReadByGroupTypeResponse.swift,\ ATTReadByTypeRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATT.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTConnection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTErrorResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTExecuteWriteRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTExecuteWriteResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTFindByTypeRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTFindByTypeResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTFindInformationRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTFindInformationResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTHandleValueConfirmation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTHandleValueIndication.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTHandleValueNotification.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTMaximumTransmissionUnit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTMaximumTransmissionUnitRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTMaximumTransmissionUnitResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTPrepareWriteRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTPrepareWriteResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTProtocolDataUnit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadBlobRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadBlobResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadByGroupTypeRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadByGroupTypeResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadByTypeRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATT.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTConnection.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTError.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTErrorResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTExecuteWriteRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTExecuteWriteResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTFindByTypeRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTFindByTypeResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTFindInformationRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTFindInformationResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTHandleValueConfirmation.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTHandleValueIndication.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTHandleValueNotification.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTMaximumTransmissionUnit.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTMaximumTransmissionUnitRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTMaximumTransmissionUnitResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTPrepareWriteRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTPrepareWriteResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTProtocolDataUnit.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadBlobRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadBlobResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadByGroupTypeRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadByGroupTypeResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadByTypeRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ATTReadByTypeResponse.swift,\ ATTReadMultipleRequest.swift,\ ATTReadMultipleResponse.swift,\ ATTReadRequest.swift,\ ATTReadResponse.swift,\ ATTSignedWriteCommand.swift,\ ATTWriteCommand.swift,\ ATTWriteRequest.swift,\ ATTWriteResponse.swift,\ Address.swift,\ AdvertisingChannelHeader.swift,\ AdvertisingInterval.swift,\ Array.swift,\ BitMaskOption.swift,\ BluetoothHostController.swift,\ BluetoothUUID.swift,\ Bool.swift,\ ByteSwap.swift,\ ByteValue.swift,\ ChannelIdentifier.swift,\ ClassOfDevice.swift,\ CompanyIdentifier.swift,\ CompanyIdentifierExtension.swift,\ ConnectionAcceptTimeout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadByTypeResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadMultipleRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadMultipleResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTSignedWriteCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTWriteCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTWriteRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTWriteResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Address.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/AdvertisingChannelHeader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/AdvertisingInterval.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Array.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/BitMaskOption.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/BluetoothHostController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/BluetoothUUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bool.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ByteSwap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ByteValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ChannelIdentifier.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ClassOfDevice.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/CompanyIdentifier.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/CompanyIdentifierExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ConnectionAcceptTimeout.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadByTypeResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadMultipleRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadMultipleResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTReadResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTSignedWriteCommand.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTWriteCommand.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTWriteRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ATTWriteResponse.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Address.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/AdvertisingChannelHeader.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/AdvertisingInterval.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Array.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/BitMaskOption.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/BluetoothHostController.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/BluetoothUUID.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Bool.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ByteSwap.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ByteValue.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ChannelIdentifier.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ClassOfDevice.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/CompanyIdentifier.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/CompanyIdentifierExtension.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ConnectionAcceptTimeout.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GATTBloodPressureFeature.swift,\ GATTBloodPressureManagement.swift,\ GATTBloodPressureService.swift,\ GATTBodyCompositionMeasurement.swift,\ GATTBodySensorLocation.swift,\ GATTBootKeyboardInputReport.swift,\ GATTBootKeyboardOutputReport.swift,\ GATTBootMouseInputReport.swift,\ GATTCGMSessionRunTime.swift,\ GATTCentralAddressResolution.swift,\ GATTCharacteristic.swift,\ GATTCharacteristicExtendedProperties.swift,\ GATTCharacteristicFormatType.swift,\ GATTClient.swift,\ GATTClientCharacteristicConfiguration.swift,\ GATTCrossTrainerData.swift,\ GATTCurrentTime.swift,\ GATTDatabase.swift,\ GATTDateTime.swift,\ GATTDateUTC.swift,\ GATTDayDateTime.swift,\ GATTDayOfWeek.swift,\ GATTDescriptor.swift,\ GATTDstOffset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBloodPressureFeature.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBloodPressureManagement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBloodPressureService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBodyCompositionMeasurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBodySensorLocation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBootKeyboardInputReport.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBootKeyboardOutputReport.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBootMouseInputReport.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTCGMSessionRunTime.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTCentralAddressResolution.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTCharacteristic.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTCharacteristicExtendedProperties.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTCharacteristicFormatType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTClient.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTClientCharacteristicConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTCrossTrainerData.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTCurrentTime.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTDatabase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTDateTime.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTDateUTC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTDayDateTime.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTDayOfWeek.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTDstOffset.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBloodPressureFeature.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBloodPressureManagement.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBloodPressureService.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBodyCompositionMeasurement.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBodySensorLocation.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBootKeyboardInputReport.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBootKeyboardOutputReport.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTBootMouseInputReport.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTCGMSessionRunTime.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTCentralAddressResolution.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTCharacteristic.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTCharacteristicExtendedProperties.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTCharacteristicFormatType.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTClient.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTClientCharacteristicConfiguration.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTCrossTrainerData.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTCurrentTime.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTDatabase.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTDateTime.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTDateUTC.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTDayDateTime.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTDayOfWeek.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTDescriptor.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTDstOffset.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HCI.swift,\ HCIAcceptConnectionRequest.swift,\ HCIAuthenticationComplete.swift,\ HCIAuthenticationRequested.swift,\ HCIChangeConnectionPacketType.swift,\ HCICommand.swift,\ HCICommandComplete.swift,\ HCICommandStatus.swift,\ HCICommandTimeout.swift,\ HCIConnectionComplete.swift,\ HCIConnectionPacketTypeChange.swift,\ HCIConnectionRequest.swift,\ HCICreateConnection.swift,\ HCICreateConnectionCancel.swift,\ HCIDeleteStoredLinkKey.swift,\ HCIDisconnect.swift,\ HCIDisconnectionComplete.swift,\ HCIEncryptionChange.swift,\ HCIEncryptionKeyRefreshComplete.swift,\ HCIError.swift,\ HCIEvent.swift,\ HCIExitPeriodicInquiryMode.swift,\ HCIGeneralEvent.swift,\ HCIHoldMode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAcceptConnectionRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAuthenticationComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAuthenticationRequested.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIChangeConnectionPacketType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommandComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommandStatus.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommandTimeout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIConnectionComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIConnectionPacketTypeChange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIConnectionRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICreateConnection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICreateConnectionCancel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIDeleteStoredLinkKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIDisconnect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIDisconnectionComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIEncryptionChange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIEncryptionKeyRefreshComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIEvent.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIExitPeriodicInquiryMode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIGeneralEvent.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIHoldMode.swift (in target 'Bluetooth' from project 'Bluetooth')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/sources-1 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCI.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAcceptConnectionRequest.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAuthenticationComplete.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAuthenticationRequested.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIChangeConnectionPacketType.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommand.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommandComplete.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommandStatus.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommandTimeout.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIConnectionComplete.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIConnectionPacketTypeChange.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIConnectionRequest.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICreateConnection.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICreateConnectionCancel.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIDeleteStoredLinkKey.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIDisconnect.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIDisconnectionComplete.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIEncryptionChange.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIEncryptionKeyRefreshComplete.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIError.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIEvent.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIExitPeriodicInquiryMode.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIGeneralEvent.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIHoldMode.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/supplementaryOutputs-9 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/Bluetooth_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Bluetooth -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIAcceptConnectionRequest.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIAuthenticationComplete.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIAuthenticationRequested.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIChangeConnectionPacketType.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCICommand.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCICommandComplete.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCICommandStatus.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCICommandTimeout.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIConnectionComplete.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIConnectionPacketTypeChange.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIConnectionRequest.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCICreateConnection.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCICreateConnectionCancel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIDeleteStoredLinkKey.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIDisconnect.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIDisconnectionComplete.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIEncryptionChange.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIEncryptionKeyRefreshComplete.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIEvent.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIExitPeriodicInquiryMode.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIGeneralEvent.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIHoldMode.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCI.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIAcceptConnectionRequest.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIAuthenticationComplete.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIAuthenticationRequested.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIChangeConnectionPacketType.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCICommand.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCICommandComplete.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCICommandStatus.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCICommandTimeout.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIConnectionComplete.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIConnectionPacketTypeChange.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIConnectionRequest.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCICreateConnection.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCICreateConnectionCancel.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIDeleteStoredLinkKey.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIDisconnect.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIDisconnectionComplete.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIEncryptionChange.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIEncryptionKeyRefreshComplete.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIError.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIEvent.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIExitPeriodicInquiryMode.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIGeneralEvent.o -index-unit-output-path /Bluetooth.build/Debug-appletvos/Bluetooth.build/Objects-normal/arm64/HCIHoldMode.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCI.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAcceptConnectionRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAuthenticationComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAuthenticationComplete.swift:26:12: error: type 'Data' does not conform to protocol 'DataContainer'
public init?(data: Data) {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAuthenticationRequested.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIChangeConnectionPacketType.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommand.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommandComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommandStatus.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommandTimeout.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIConnectionComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIConnectionPacketTypeChange.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIConnectionRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICreateConnection.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICreateConnectionCancel.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIDeleteStoredLinkKey.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIDisconnect.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIDisconnectionComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIEncryptionChange.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIEncryptionKeyRefreshComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIError.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIEvent.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIExitPeriodicInquiryMode.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIGeneralEvent.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIHoldMode.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GATTReferenceTimeInformation.swift,\ GATTReportReference.swift,\ GATTScanIntervalWindow.swift,\ GATTScanRefresh.swift,\ GATTSecondaryTimeZone.swift,\ GATTSerialNumberString.swift,\ GATTServer.swift,\ GATTServerCharacteristicConfiguration.swift,\ GATTService.swift,\ GATTSoftwareRevisionString.swift,\ GATTSupportedNewAlertCategory.swift,\ GATTSupportedUnreadAlertCategory.swift,\ GATTSystemID.swift,\ GATTTimeAccuracy.swift,\ GATTTimeBroadcast.swift,\ GATTTimeSource.swift,\ GATTTimeTriggerSetting.swift,\ GATTTimeUpdateControlPoint.swift,\ GATTTimeUpdateState.swift,\ GATTTimeWithDst.swift,\ GATTTimeZone.swift,\ GATTUncertainty.swift,\ GATTUnreadAlertStatus.swift,\ GATTUserDescription.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTReferenceTimeInformation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTReportReference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTScanIntervalWindow.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTScanRefresh.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSecondaryTimeZone.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSerialNumberString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTServerCharacteristicConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSoftwareRevisionString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSupportedNewAlertCategory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSupportedUnreadAlertCategory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSystemID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeAccuracy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeBroadcast.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeTriggerSetting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeUpdateControlPoint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeUpdateState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeWithDst.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeZone.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTUncertainty.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTUnreadAlertStatus.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTUserDescription.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTReferenceTimeInformation.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTReportReference.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTScanIntervalWindow.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTScanRefresh.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSecondaryTimeZone.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSerialNumberString.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTServer.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTServerCharacteristicConfiguration.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTService.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSoftwareRevisionString.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSupportedNewAlertCategory.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSupportedUnreadAlertCategory.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTSystemID.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeAccuracy.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeBroadcast.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeSource.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeTriggerSetting.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeUpdateControlPoint.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeUpdateState.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeWithDst.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTTimeZone.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTUncertainty.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTUnreadAlertStatus.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/GATTUserDescription.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HCILEGenerateDHKey.swift,\ HCILEGenerateDHKeyComplete.swift,\ HCILELongTermKeyRequest.swift,\ HCILELongTermKeyRequestNegativeReply.swift,\ HCILELongTermKeyRequestReply.swift,\ HCILEPeriodicAdvertisingCreateSync.swift,\ HCILEPeriodicAdvertisingReport.swift,\ HCILEPeriodicAdvertisingSyncEstablished.swift,\ HCILEPeriodicAdvertisingSyncLost.swift,\ HCILEPeriodicAdvertisingTerminateSync.swift,\ HCILEPhyUpdateComplete.swift,\ HCILERandom.swift,\ HCILEReadAdvertisingChannelTxPower.swift,\ HCILEReadBufferSize.swift,\ HCILEReadChannelMap.swift,\ HCILEReadLocalP256PublicKeyComplete.swift,\ HCILEReadLocalResolvableAddressReturn.swift,\ HCILEReadLocalSupportedFeatures.swift,\ HCILEReadMaximumAdvertisingDataLength.swift,\ HCILEReadMaximumDataLength.swift,\ HCILEReadNumberOfSupportedAdvertisingSets.swift,\ HCILEReadPeerResolvableAddressReturn.swift,\ HCILEReadPeriodicAdvertisingListSize.swift,\ HCILEReadPhy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEGenerateDHKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEGenerateDHKeyComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILELongTermKeyRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILELongTermKeyRequestNegativeReply.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILELongTermKeyRequestReply.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEPeriodicAdvertisingCreateSync.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEPeriodicAdvertisingReport.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEPeriodicAdvertisingSyncEstablished.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEPeriodicAdvertisingSyncLost.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEPeriodicAdvertisingTerminateSync.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEPhyUpdateComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILERandom.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadAdvertisingChannelTxPower.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadBufferSize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadChannelMap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadLocalP256PublicKeyComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadLocalResolvableAddressReturn.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadLocalSupportedFeatures.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadMaximumAdvertisingDataLength.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadMaximumDataLength.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadNumberOfSupportedAdvertisingSets.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadPeerResolvableAddressReturn.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadPeriodicAdvertisingListSize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadPhy.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEGenerateDHKey.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEGenerateDHKeyComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILELongTermKeyRequest.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILELongTermKeyRequestNegativeReply.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILELongTermKeyRequestReply.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEPeriodicAdvertisingCreateSync.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEPeriodicAdvertisingReport.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEPeriodicAdvertisingSyncEstablished.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEPeriodicAdvertisingSyncLost.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEPeriodicAdvertisingTerminateSync.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEPhyUpdateComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILERandom.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadAdvertisingChannelTxPower.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadBufferSize.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadChannelMap.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadLocalP256PublicKeyComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadLocalResolvableAddressReturn.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadLocalSupportedFeatures.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadMaximumAdvertisingDataLength.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadMaximumDataLength.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadNumberOfSupportedAdvertisingSets.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadPeerResolvableAddressReturn.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadPeriodicAdvertisingListSize.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCILEReadPhy.swift (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Bluetooth (in target 'Bluetooth' from project 'Bluetooth')
EmitSwiftModule normal arm64 (in target 'Bluetooth' from project 'Bluetooth')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LowEnergyTxPhys.swift,\ LowEnergyTxPower.swift,\ LowEnergyWhiteList.swift,\ LowEnergyWhiteListDevice.swift,\ PacketType.swift,\ ProtocolServiceMultiplexer.swift,\ RSSI.swift,\ SFloat.swift,\ SecurityLevel.swift,\ StatusParametersCommand.swift,\ TestingCommand.swift,\ UInt128.swift,\ UInt24.swift,\ UInt256.swift,\ UInt40.swift,\ UInt48.swift,\ UInt512.swift,\ UUID.swift,\ Unit.swift,\ UnitIdentifier.swift,\ UnitIdentifierExtension.swift,\ VendorCommand.swift,\ iBeacon.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/LowEnergyTxPhys.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/LowEnergyTxPower.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/LowEnergyWhiteList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/LowEnergyWhiteListDevice.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/PacketType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ProtocolServiceMultiplexer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/RSSI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/SFloat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/SecurityLevel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/StatusParametersCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/TestingCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/UInt128.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/UInt24.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/UInt256.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/UInt40.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/UInt48.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/UInt512.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/UUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Unit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/UnitIdentifier.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/UnitIdentifierExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/VendorCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/iBeacon.swift (in target 'Bluetooth' from project 'Bluetooth')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ HCI.swift,\ HCIAcceptConnectionRequest.swift,\ HCIAuthenticationComplete.swift,\ HCIAuthenticationRequested.swift,\ HCIChangeConnectionPacketType.swift,\ HCICommand.swift,\ HCICommandComplete.swift,\ HCICommandStatus.swift,\ HCICommandTimeout.swift,\ HCIConnectionComplete.swift,\ HCIConnectionPacketTypeChange.swift,\ HCIConnectionRequest.swift,\ HCICreateConnection.swift,\ HCICreateConnectionCancel.swift,\ HCIDeleteStoredLinkKey.swift,\ HCIDisconnect.swift,\ HCIDisconnectionComplete.swift,\ HCIEncryptionChange.swift,\ HCIEncryptionKeyRefreshComplete.swift,\ HCIError.swift,\ HCIEvent.swift,\ HCIExitPeriodicInquiryMode.swift,\ HCIGeneralEvent.swift,\ HCIHoldMode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAcceptConnectionRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAuthenticationComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAuthenticationRequested.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIChangeConnectionPacketType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommandComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommandStatus.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICommandTimeout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIConnectionComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIConnectionPacketTypeChange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIConnectionRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICreateConnection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCICreateConnectionCancel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIDeleteStoredLinkKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIDisconnect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIDisconnectionComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIEncryptionChange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIEncryptionKeyRefreshComplete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIEvent.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIExitPeriodicInquiryMode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIGeneralEvent.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIHoldMode.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/HCIAuthenticationComplete.swift (in target 'Bluetooth' from project 'Bluetooth')
SwiftCompile normal arm64 Compiling\ LowEnergyTxPhys.swift,\ LowEnergyTxPower.swift,\ LowEnergyWhiteList.swift,\ LowEnergyWhiteListDevice.swift,\ PacketType.swift,\ ProtocolServiceMultiplexer.swift,\ RSSI.swift,\ SFloat.swift,\ SecurityLevel.swift,\ StatusParametersCommand.swift,\ TestingCommand.swift,\ UInt128.swift,\ UInt24.swift,\ UInt256.swift,\ UInt40.swift,\ UInt48.swift,\ UInt512.swift,\ UUID.swift,\ Unit.swift,\ UnitIdentifier.swift,\ UnitIdentifierExtension.swift,\ VendorCommand.swift,\ iBeacon.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/LowEnergyTxPhys.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/LowEnergyTxPower.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/LowEnergyWhiteList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/LowEnergyWhiteListDevice.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/PacketType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/ProtocolServiceMultiplexer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/RSSI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/SFloat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/SecurityLevel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/StatusParametersCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/TestingCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/UInt128.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/UInt24.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/UInt256.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/UInt40.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/UInt48.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/UInt512.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/UUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/Unit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/UnitIdentifier.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/UnitIdentifierExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/VendorCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth/Sources/iBeacon.swift (in target 'Bluetooth' from project 'Bluetooth')
Building workspace spi-builder-workspace with scheme BluetoothDarwin
(4 failures)
BUILD FAILURE 6.1 tvOS