The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BluetoothDarwin with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PureSwift/BluetoothDarwin.git
Reference: 1.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/PureSwift/BluetoothDarwin
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at f460686 Removed Carthage support
Cloned https://github.com/PureSwift/BluetoothDarwin.git
Revision (git rev-parse @):
f460686125e257710a6c8077bc91e7289f4b7a77
SUCCESS checkout https://github.com/PureSwift/BluetoothDarwin.git at 1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/PureSwift/BluetoothDarwin.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/PureSwift/Bluetooth.git
[1/20609] Fetching bluetooth
Fetched https://github.com/PureSwift/Bluetooth.git from cache (1.07s)
Computing version for https://github.com/PureSwift/Bluetooth.git
Computed https://github.com/PureSwift/Bluetooth.git at 4.2.1 (0.39s)
Creating working copy for https://github.com/PureSwift/Bluetooth.git
Working copy of https://github.com/PureSwift/Bluetooth.git resolved at 4.2.1
Building for debugging...
[0/7] Write sources
[2/7] Compiling CBluetoothDarwin dummy.c
[2/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/176] Emitting module Bluetooth
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[6/200] Compiling Bluetooth Data.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[7/200] Compiling Bluetooth DataConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[8/200] Compiling Bluetooth DefinedCompanies.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[9/200] Compiling Bluetooth DefinedUUID.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[10/200] Compiling Bluetooth DefinedUUIDExtension.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[11/200] Compiling Bluetooth GAP3DInformation.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[12/200] Compiling Bluetooth GAPAdvertisingInterval.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[13/200] Compiling Bluetooth GAPAppearance.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[14/200] Compiling Bluetooth GAPAppearanceData.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[15/200] Compiling Bluetooth GAPChannelMapUpdateIndication.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[16/200] Compiling Bluetooth GAPClassOfDevice.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[17/200] Compiling Bluetooth GAPCompleteListOf128BitServiceClassUUIDs.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[18/200] Compiling Bluetooth GAPCompleteListOf16BitServiceClassUUIDs.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[19/200] Compiling Bluetooth GAPCompleteListOf32BitServiceClassUUIDs.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[20/200] Compiling Bluetooth GAPCompleteLocalName.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[21/200] Compiling Bluetooth GAPData.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[22/200] Compiling Bluetooth GAPDataEncoder.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[23/200] Compiling Bluetooth GAPDataType.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[24/200] Compiling Bluetooth GAPFlags.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[25/200] Compiling Bluetooth GAPIncompleteListOf128BitServiceClassUUIDs.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[26/200] Compiling Bluetooth GAPIncompleteListOf16BitServiceClassUUIDs.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[27/200] Compiling Bluetooth GAPIncompleteListOf32BitServiceClassUUIDs.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[28/200] Compiling Bluetooth GAPIndoorPositioning.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[29/200] Compiling Bluetooth GAPLEDeviceAddress.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[30/224] Compiling Bluetooth GATTExactTime100.swift
[31/224] Compiling Bluetooth GATTExactTime256.swift
[32/224] Compiling Bluetooth GATTExternalReportReference.swift
[33/224] Compiling Bluetooth GATTFirmwareRevisionString.swift
[34/224] Compiling Bluetooth GATTFloorNumber.swift
[35/224] Compiling Bluetooth GATTFormatDescriptor.swift
[36/224] Compiling Bluetooth GATTHardwareRevisionString.swift
[37/224] Compiling Bluetooth GATTIndoorPositioningConfiguration.swift
[38/224] Compiling Bluetooth GATTLatitude.swift
[39/224] Compiling Bluetooth GATTLocalEastCoordinate.swift
[40/224] Compiling Bluetooth GATTLocalNorthCoordinate.swift
[41/224] Compiling Bluetooth GATTLocalTimeInformation.swift
[42/224] Compiling Bluetooth GATTLocationName.swift
[43/224] Compiling Bluetooth GATTLongitude.swift
[44/224] Compiling Bluetooth GATTManufacturerNameString.swift
[45/224] Compiling Bluetooth GATTModelNumber.swift
[46/224] Compiling Bluetooth GATTNewAlert.swift
[47/224] Compiling Bluetooth GATTNumberOfDigitals.swift
[48/224] Compiling Bluetooth GATTObjectID.swift
[49/224] Compiling Bluetooth GATTObjectName.swift
[50/224] Compiling Bluetooth GATTObjectSize.swift
[51/224] Compiling Bluetooth GATTObjectType.swift
[52/224] Compiling Bluetooth GATTPnPID.swift
[53/224] Compiling Bluetooth GATTProfile.swift
[54/248] Compiling Bluetooth ATT.swift
[55/248] Compiling Bluetooth ATTConnection.swift
[56/248] Compiling Bluetooth ATTError.swift
[57/248] Compiling Bluetooth ATTErrorResponse.swift
[58/248] Compiling Bluetooth ATTExecuteWriteRequest.swift
[59/248] Compiling Bluetooth ATTExecuteWriteResponse.swift
[60/248] Compiling Bluetooth ATTFindByTypeRequest.swift
[61/248] Compiling Bluetooth ATTFindByTypeResponse.swift
[62/248] Compiling Bluetooth ATTFindInformationRequest.swift
[63/248] Compiling Bluetooth ATTFindInformationResponse.swift
[64/248] Compiling Bluetooth ATTHandleValueConfirmation.swift
[65/248] Compiling Bluetooth ATTHandleValueIndication.swift
[66/248] Compiling Bluetooth ATTHandleValueNotification.swift
[67/248] Compiling Bluetooth ATTMaximumTransmissionUnit.swift
[68/248] Compiling Bluetooth ATTMaximumTransmissionUnitRequest.swift
[69/248] Compiling Bluetooth ATTMaximumTransmissionUnitResponse.swift
[70/248] Compiling Bluetooth ATTPrepareWriteRequest.swift
[71/248] Compiling Bluetooth ATTPrepareWriteResponse.swift
[72/248] Compiling Bluetooth ATTProtocolDataUnit.swift
[73/248] Compiling Bluetooth ATTReadBlobRequest.swift
[74/248] Compiling Bluetooth ATTReadBlobResponse.swift
[75/248] Compiling Bluetooth ATTReadByGroupTypeRequest.swift
[76/248] Compiling Bluetooth ATTReadByGroupTypeResponse.swift
[77/248] Compiling Bluetooth ATTReadByTypeRequest.swift
[78/248] Compiling Bluetooth GAPLERole.swift
[79/248] Compiling Bluetooth GAPLESecureConnectionsConfirmation.swift
[80/248] Compiling Bluetooth GAPLESecureConnectionsRandom.swift
[81/248] Compiling Bluetooth GAPLESupportedFeatures.swift
[82/248] Compiling Bluetooth GAPListOf128BitServiceSolicitationUUIDs.swift
[83/248] Compiling Bluetooth GAPListOf16BitServiceSolicitationUUIDs.swift
[84/248] Compiling Bluetooth GAPListOf32BitServiceSolicitationUUIDs.swift
[85/248] Compiling Bluetooth GAPManufacturerSpecificData.swift
[86/248] Compiling Bluetooth GAPMeshBeacon.swift
[87/248] Compiling Bluetooth GAPMeshMessage.swift
[88/248] Compiling Bluetooth GAPPBADV.swift
[89/248] Compiling Bluetooth GAPPublicTargetAddress.swift
[90/248] Compiling Bluetooth GAPRandomTargetAddress.swift
[91/248] Compiling Bluetooth GAPSecurityManagerOOBFlags.swift
[92/248] Compiling Bluetooth GAPSecurityManagerTKValue.swift
[93/248] Compiling Bluetooth GAPServiceData128BitUUID.swift
[94/248] Compiling Bluetooth GAPServiceData16BitUUID.swift
[95/248] Compiling Bluetooth GAPServiceData32BitUUID.swift
[96/248] Compiling Bluetooth GAPShortLocalName.swift
[97/248] Compiling Bluetooth GAPSimplePairingHashC.swift
[98/248] Compiling Bluetooth GAPSimplePairingRandomizerR.swift
[99/248] Compiling Bluetooth GAPSlaveConnectionIntervalRange.swift
[100/248] Compiling Bluetooth GAPTransportDiscoveryData.swift
[101/248] Compiling Bluetooth GAPTxPowerLevel.swift
[102/296] Compiling Bluetooth ATTReadByTypeResponse.swift
[103/296] Compiling Bluetooth ATTReadMultipleRequest.swift
[104/296] Compiling Bluetooth ATTReadMultipleResponse.swift
[105/296] Compiling Bluetooth ATTReadRequest.swift
[106/296] Compiling Bluetooth ATTReadResponse.swift
[107/296] Compiling Bluetooth ATTSignedWriteCommand.swift
[108/296] Compiling Bluetooth ATTWriteCommand.swift
[109/296] Compiling Bluetooth ATTWriteRequest.swift
[110/296] Compiling Bluetooth ATTWriteResponse.swift
[111/296] Compiling Bluetooth Address.swift
[112/296] Compiling Bluetooth AdvertisingChannelHeader.swift
[113/296] Compiling Bluetooth AdvertisingInterval.swift
[114/296] Compiling Bluetooth Array.swift
[115/296] Compiling Bluetooth BitMaskOption.swift
[116/296] Compiling Bluetooth BluetoothHostController.swift
[117/296] Compiling Bluetooth BluetoothUUID.swift
[118/296] Compiling Bluetooth Bool.swift
[119/296] Compiling Bluetooth ByteSwap.swift
[120/296] Compiling Bluetooth ByteValue.swift
[121/296] Compiling Bluetooth ChannelIdentifier.swift
[122/296] Compiling Bluetooth ClassOfDevice.swift
[123/296] Compiling Bluetooth CompanyIdentifier.swift
[124/296] Compiling Bluetooth CompanyIdentifierExtension.swift
[125/296] Compiling Bluetooth ConnectionAcceptTimeout.swift
[126/320] Compiling Bluetooth GAPURI.swift
[127/320] Compiling Bluetooth GAPUUIDList.swift
[128/320] Compiling Bluetooth GATT.swift
[129/320] Compiling Bluetooth GATTAerobicHeartRateLowerLimit.swift
[130/320] Compiling Bluetooth GATTAerobicHeartRateUpperLimit.swift
[131/320] Compiling Bluetooth GATTAerobicThreshold.swift
[132/320] Compiling Bluetooth GATTAge.swift
[133/320] Compiling Bluetooth GATTAggregateFormatDescriptor.swift
[134/320] Compiling Bluetooth GATTAlertCategory.swift
[135/320] Compiling Bluetooth GATTAlertCategoryBitMask.swift
[136/320] Compiling Bluetooth GATTAlertLevel.swift
[137/320] Compiling Bluetooth GATTAlertNotificationControlPoint.swift
[138/320] Compiling Bluetooth GATTAlertNotificationService.swift
[139/320] Compiling Bluetooth GATTAlertStatus.swift
[140/320] Compiling Bluetooth GATTAltitude.swift
[141/320] Compiling Bluetooth GATTAnaerobicHeartRateLowerLimit.swift
[142/320] Compiling Bluetooth GATTAnaerobicHeartRateUpperLimit.swift
[143/320] Compiling Bluetooth GATTAnalog.swift
[144/320] Compiling Bluetooth GATTAnalogOutput.swift
[145/320] Compiling Bluetooth GATTAttributes.swift
[146/320] Compiling Bluetooth GATTBarometricPressureTrend.swift
[147/320] Compiling Bluetooth GATTBatteryLevel.swift
[148/320] Compiling Bluetooth GATTBatteryPowerState.swift
[149/320] Compiling Bluetooth GATTBatteryService.swift
[150/320] Compiling Bluetooth GATTBloodPressureFeature.swift
[151/320] Compiling Bluetooth GATTBloodPressureManagement.swift
[152/320] Compiling Bluetooth GATTBloodPressureService.swift
[153/320] Compiling Bluetooth GATTBodyCompositionMeasurement.swift
[154/320] Compiling Bluetooth GATTBodySensorLocation.swift
[155/320] Compiling Bluetooth GATTBootKeyboardInputReport.swift
[156/320] Compiling Bluetooth GATTBootKeyboardOutputReport.swift
[157/320] Compiling Bluetooth GATTBootMouseInputReport.swift
[158/320] Compiling Bluetooth GATTCGMSessionRunTime.swift
[159/320] Compiling Bluetooth GATTCentralAddressResolution.swift
[160/320] Compiling Bluetooth GATTCharacteristic.swift
[161/320] Compiling Bluetooth GATTCharacteristicExtendedProperties.swift
[162/320] Compiling Bluetooth GATTCharacteristicFormatType.swift
[163/320] Compiling Bluetooth GATTClient.swift
[164/320] Compiling Bluetooth GATTClientCharacteristicConfiguration.swift
[165/320] Compiling Bluetooth GATTCrossTrainerData.swift
[166/320] Compiling Bluetooth GATTCurrentTime.swift
[167/320] Compiling Bluetooth GATTDatabase.swift
[168/320] Compiling Bluetooth GATTDateTime.swift
[169/320] Compiling Bluetooth GATTDateUTC.swift
[170/320] Compiling Bluetooth GATTDayDateTime.swift
[171/320] Compiling Bluetooth GATTDayOfWeek.swift
[172/320] Compiling Bluetooth GATTDescriptor.swift
[173/320] Compiling Bluetooth GATTDstOffset.swift
[174/367] Compiling Bluetooth GATTReferenceTimeInformation.swift
[175/367] Compiling Bluetooth GATTReportReference.swift
[176/367] Compiling Bluetooth GATTScanIntervalWindow.swift
[177/367] Compiling Bluetooth GATTScanRefresh.swift
[178/367] Compiling Bluetooth GATTSecondaryTimeZone.swift
[179/367] Compiling Bluetooth GATTSerialNumberString.swift
[180/367] Compiling Bluetooth GATTServer.swift
[181/367] Compiling Bluetooth GATTServerCharacteristicConfiguration.swift
[182/367] Compiling Bluetooth GATTService.swift
[183/367] Compiling Bluetooth GATTSoftwareRevisionString.swift
[184/367] Compiling Bluetooth GATTSupportedNewAlertCategory.swift
[185/367] Compiling Bluetooth GATTSupportedUnreadAlertCategory.swift
[186/367] Compiling Bluetooth GATTSystemID.swift
[187/367] Compiling Bluetooth GATTTimeAccuracy.swift
[188/367] Compiling Bluetooth GATTTimeBroadcast.swift
[189/367] Compiling Bluetooth GATTTimeSource.swift
[190/367] Compiling Bluetooth GATTTimeTriggerSetting.swift
[191/367] Compiling Bluetooth GATTTimeUpdateControlPoint.swift
[192/367] Compiling Bluetooth GATTTimeUpdateState.swift
[193/367] Compiling Bluetooth GATTTimeWithDst.swift
[194/367] Compiling Bluetooth GATTTimeZone.swift
[195/367] Compiling Bluetooth GATTUncertainty.swift
[196/367] Compiling Bluetooth GATTUnreadAlertStatus.swift
[197/367] Compiling Bluetooth GATTUserDescription.swift
[198/390] Compiling Bluetooth HCI.swift
[199/390] Compiling Bluetooth HCIAcceptConnectionRequest.swift
[200/390] Compiling Bluetooth HCIAuthenticationComplete.swift
[201/390] Compiling Bluetooth HCIAuthenticationRequested.swift
[202/390] Compiling Bluetooth HCIChangeConnectionPacketType.swift
[203/390] Compiling Bluetooth HCICommand.swift
[204/390] Compiling Bluetooth HCICommandComplete.swift
[205/390] Compiling Bluetooth HCICommandStatus.swift
[206/390] Compiling Bluetooth HCICommandTimeout.swift
[207/390] Compiling Bluetooth HCIConnectionComplete.swift
[208/390] Compiling Bluetooth HCIConnectionPacketTypeChange.swift
[209/390] Compiling Bluetooth HCIConnectionRequest.swift
[210/390] Compiling Bluetooth HCICreateConnection.swift
[211/390] Compiling Bluetooth HCICreateConnectionCancel.swift
[212/390] Compiling Bluetooth HCIDeleteStoredLinkKey.swift
[213/390] Compiling Bluetooth HCIDisconnect.swift
[214/390] Compiling Bluetooth HCIDisconnectionComplete.swift
[215/390] Compiling Bluetooth HCIEncryptionChange.swift
[216/390] Compiling Bluetooth HCIEncryptionKeyRefreshComplete.swift
[217/390] Compiling Bluetooth HCIError.swift
[218/390] Compiling Bluetooth HCIEvent.swift
[219/390] Compiling Bluetooth HCIExitPeriodicInquiryMode.swift
[220/390] Compiling Bluetooth HCIGeneralEvent.swift
[221/390] Compiling Bluetooth HCIHoldMode.swift
[222/413] Compiling Bluetooth HCILEGenerateDHKey.swift
[223/413] Compiling Bluetooth HCILEGenerateDHKeyComplete.swift
[224/413] Compiling Bluetooth HCILELongTermKeyRequest.swift
[225/413] Compiling Bluetooth HCILELongTermKeyRequestNegativeReply.swift
[226/413] Compiling Bluetooth HCILELongTermKeyRequestReply.swift
[227/413] Compiling Bluetooth HCILEPeriodicAdvertisingCreateSync.swift
[228/413] Compiling Bluetooth HCILEPeriodicAdvertisingReport.swift
[229/413] Compiling Bluetooth HCILEPeriodicAdvertisingSyncEstablished.swift
[230/413] Compiling Bluetooth HCILEPeriodicAdvertisingSyncLost.swift
[231/413] Compiling Bluetooth HCILEPeriodicAdvertisingTerminateSync.swift
[232/413] Compiling Bluetooth HCILEPhyUpdateComplete.swift
[233/413] Compiling Bluetooth HCILERandom.swift
[234/413] Compiling Bluetooth HCILEReadAdvertisingChannelTxPower.swift
[235/413] Compiling Bluetooth HCILEReadBufferSize.swift
[236/413] Compiling Bluetooth HCILEReadChannelMap.swift
[237/413] Compiling Bluetooth HCILEReadLocalP256PublicKeyComplete.swift
[238/413] Compiling Bluetooth HCILEReadLocalResolvableAddressReturn.swift
[239/413] Compiling Bluetooth HCILEReadLocalSupportedFeatures.swift
[240/413] Compiling Bluetooth HCILEReadMaximumAdvertisingDataLength.swift
[241/413] Compiling Bluetooth HCILEReadMaximumDataLength.swift
[242/413] Compiling Bluetooth HCILEReadNumberOfSupportedAdvertisingSets.swift
[243/413] Compiling Bluetooth HCILEReadPeerResolvableAddressReturn.swift
[244/413] Compiling Bluetooth HCILEReadPeriodicAdvertisingListSize.swift
[245/413] Compiling Bluetooth HCILEReadPhy.swift
[246/413] Compiling Bluetooth HCILEReadRemoteUsedFeatures.swift
[247/413] Compiling Bluetooth HCILEReadRemoteUsedFeaturesComplete.swift
[248/413] Compiling Bluetooth HCILEReadResolvingListSize.swift
[249/413] Compiling Bluetooth HCILEReadRfPathCompensation.swift
[250/413] Compiling Bluetooth HCILEReadSuggestedDefaultDataLength.swift
[251/413] Compiling Bluetooth HCILEReadSupportedStates.swift
[252/413] Compiling Bluetooth HCILEReadTransmitPower.swift
[253/413] Compiling Bluetooth HCILEReadWhiteListSize.swift
[254/413] Compiling Bluetooth HCILEReceiverTest.swift
[255/413] Compiling Bluetooth HCILERemoteConnectionParameterRequest.swift
[256/413] Compiling Bluetooth HCILERemoteConnectionParameterRequestNegativeReply.swift
[257/413] Compiling Bluetooth HCILERemoteConnectionParameterRequestReply.swift
[258/413] Compiling Bluetooth HCILERemoveAdvertisingSet.swift
[259/413] Compiling Bluetooth HCILERemoveDeviceFromResolvingList.swift
[260/413] Compiling Bluetooth HCILERemoveDeviceFromWhiteList.swift
[261/413] Compiling Bluetooth HCILERemoveDeviceToPeriodicAdvertiserList.swift
[262/413] Compiling Bluetooth HCILEScanRequestReceived.swift
[263/413] Compiling Bluetooth HCILESetAddressResolutionEnable.swift
[264/413] Compiling Bluetooth HCILESetAdvertiseEnable.swift
[265/413] Compiling Bluetooth HCILESetAdvertisingData.swift
[266/413] Compiling Bluetooth HCILESetAdvertisingParameters.swift
[267/413] Compiling Bluetooth HCILESetAdvertisingSetRandomAddress.swift
[268/413] Compiling Bluetooth HCILESetDataLength.swift
[269/413] Compiling Bluetooth HCILESetDefaultPhy.swift
[270/436] Compiling Bluetooth HCIReadPageTimeout.swift
[271/436] Compiling Bluetooth HCIReadRemoteExtendedFeatures.swift
[272/436] Compiling Bluetooth HCIReadRemoteExtendedFeaturesComplete.swift
[273/436] Compiling Bluetooth HCIReadRemoteFeaturesComplete.swift
[274/436] Compiling Bluetooth HCIReadRemoteSupportedFeatures.swift
[275/436] Compiling Bluetooth HCIReadRemoteVersionInformation.swift
[276/436] Compiling Bluetooth HCIReadRemoteVersionInformationComplete.swift
[277/436] Compiling Bluetooth HCIReadStoredLinkKey.swift
[278/436] Compiling Bluetooth HCIRejectConnectionRequest.swift
[279/436] Compiling Bluetooth HCIRemoteNameRequest.swift
[280/436] Compiling Bluetooth HCIRemoteNameRequestComplete.swift
[281/436] Compiling Bluetooth HCIReset.swift
[282/436] Compiling Bluetooth HCISetConnectionEncryption.swift
[283/436] Compiling Bluetooth HCISetEventFilter.swift
[284/436] Compiling Bluetooth HCISimplePairingComplete.swift
[285/436] Compiling Bluetooth HCIUserConfirmationRequest.swift
[286/436] Compiling Bluetooth HCIUserConfirmationRequestReply.swift
[287/436] Compiling Bluetooth HCIVersion.swift
[288/436] Compiling Bluetooth HCIWriteClassOfDevice.swift
[289/436] Compiling Bluetooth HCIWriteConnectionAcceptTimeout.swift
[290/436] Compiling Bluetooth HCIWriteLinkPolicySettings.swift
[291/436] Compiling Bluetooth HCIWriteLinkSupervisionTimeout.swift
[292/436] Compiling Bluetooth HCIWriteLocalName.swift
[293/436] Compiling Bluetooth HCILinkKeyRequest.swift
[294/436] Compiling Bluetooth HCILinkKeyRequestNegativeReply.swift
[295/436] Compiling Bluetooth HCILinkKeyRequestReply.swift
[296/436] Compiling Bluetooth HCILowEnergyMetaEvent.swift
[297/436] Compiling Bluetooth HCIMaxSlotsChange.swift
[298/436] Compiling Bluetooth HCIModeChange.swift
[299/436] Compiling Bluetooth HCINumberOfCompletedPackets.swift
[300/436] Compiling Bluetooth HCIPINCodeRequest.swift
[301/436] Compiling Bluetooth HCIPINCodeRequestReply.swift
[302/436] Compiling Bluetooth HCIPacketHeader.swift
[303/436] Compiling Bluetooth HCIPageScanRepetitionMode.swift
[304/436] Compiling Bluetooth HCIPeriodicInquiryMode.swift
[305/436] Compiling Bluetooth HCIQoSSetup.swift
[306/436] Compiling Bluetooth HCIQoSSetupComplete.swift
[307/436] Compiling Bluetooth HCIReadClassOfDevice.swift
[308/436] Compiling Bluetooth HCIReadClockOffset.swift
[309/436] Compiling Bluetooth HCIReadClockOffsetComplete.swift
[310/436] Compiling Bluetooth HCIReadConnectionAcceptTimeout.swift
[311/436] Compiling Bluetooth HCIReadDataBlockSize.swift
[312/436] Compiling Bluetooth HCIReadDeviceAddress.swift
[313/436] Compiling Bluetooth HCIReadLMPHandle.swift
[314/436] Compiling Bluetooth HCIReadLocalName.swift
[315/436] Compiling Bluetooth HCIReadLocalSupportedFeatures.swift
[316/436] Compiling Bluetooth HCIReadLocalVersionInformation.swift
[317/436] Compiling Bluetooth HCIIOCapabilityRequest.swift
[318/436] Compiling Bluetooth HCIIOCapabilityRequestReply.swift
[319/436] Compiling Bluetooth HCIIOCapabilityResponse.swift
[320/436] Compiling Bluetooth HCIInquiry.swift
[321/436] Compiling Bluetooth HCIInquiryCancel.swift
[322/436] Compiling Bluetooth HCIInquiryComplete.swift
[323/436] Compiling Bluetooth HCIInquiryResult.swift
[324/436] Compiling Bluetooth HCILEAddDeviceToPeriodicAdvertiserList.swift
[325/436] Compiling Bluetooth HCILEAddDeviceToResolvingList.swift
[326/436] Compiling Bluetooth HCILEAddDeviceToWhiteList.swift
[327/436] Compiling Bluetooth HCILEAdvertisingReport.swift
[328/436] Compiling Bluetooth HCILEAdvertisingSetTerminated.swift
[329/436] Compiling Bluetooth HCILEChannelSelectionAlgorithm.swift
[330/436] Compiling Bluetooth HCILEConnectionComplete.swift
[331/436] Compiling Bluetooth HCILEConnectionUpdateComplete.swift
[332/436] Compiling Bluetooth HCILECreateConnection.swift
[333/436] Compiling Bluetooth HCILEDataLengthChange.swift
[334/436] Compiling Bluetooth HCILEDirectedAdvertisingReport.swift
[335/436] Compiling Bluetooth HCILEEncrypt.swift
[336/436] Compiling Bluetooth HCILEEnhancedConnectionComplete.swift
[337/436] Compiling Bluetooth HCILEEnhancedReceiverTest.swift
[338/436] Compiling Bluetooth HCILEEnhancedTransmitterTest.swift
[339/436] Compiling Bluetooth HCILEExtendedAdvertisingReport.swift
[340/436] Compiling Bluetooth HCILEExtendedCreateConnection.swift
[341/436] Compiling Bluetooth HCILESetEventMask.swift
[342/436] Compiling Bluetooth HCILESetExtendedAdvertisingData.swift
[343/436] Compiling Bluetooth HCILESetExtendedAdvertisingParameters.swift
[344/436] Compiling Bluetooth HCILESetExtendedScanEnable.swift
[345/436] Compiling Bluetooth HCILESetExtendedScanParameters.swift
[346/436] Compiling Bluetooth HCILESetExtendedScanResponseData.swift
[347/436] Compiling Bluetooth HCILESetHostChannelClassification.swift
[348/436] Compiling Bluetooth HCILESetPeriodicAdvertisingData.swift
[349/436] Compiling Bluetooth HCILESetPeriodicAdvertisingEnable.swift
[350/436] Compiling Bluetooth HCILESetPeriodicAdvertisingParameters.swift
[351/436] Compiling Bluetooth HCILESetPhy.swift
[352/436] Compiling Bluetooth HCILESetPrivacyMode.swift
[353/436] Compiling Bluetooth HCILESetRandomAddress.swift
[354/436] Compiling Bluetooth HCILESetResolvablePrivateAddressTimeout.swift
[355/436] Compiling Bluetooth HCILESetScanEnable.swift
[356/436] Compiling Bluetooth HCILESetScanParameters.swift
[357/436] Compiling Bluetooth HCILESetScanResponseData.swift
[358/436] Compiling Bluetooth HCILEStartEncryption.swift
[359/436] Compiling Bluetooth HCILETestEnd.swift
[360/436] Compiling Bluetooth HCILETransmitterTest.swift
[361/436] Compiling Bluetooth HCILEUpdateConnection.swift
[362/436] Compiling Bluetooth HCILEWriteRfPathCompensation.swift
[363/436] Compiling Bluetooth HCILEWriteSuggestedDefaultDataLength.swift
[364/436] Compiling Bluetooth HCILinkKeyNotification.swift
[365/436] Compiling Bluetooth LowEnergyConnectionLatency.swift
[366/436] Compiling Bluetooth LowEnergyConnectionLength.swift
[367/436] Compiling Bluetooth LowEnergyEvent.swift
[368/436] Compiling Bluetooth LowEnergyFeature.swift
[369/436] Compiling Bluetooth LowEnergyFragmentPreference.swift
[370/436] Compiling Bluetooth LowEnergyMaxTxOctets.swift
[371/436] Compiling Bluetooth LowEnergyMaxTxTime.swift
[372/436] Compiling Bluetooth LowEnergyPacketPayload.swift
[373/436] Compiling Bluetooth LowEnergyPeerIdentifyAddressType.swift
[374/436] Compiling Bluetooth LowEnergyPhyOptions.swift
[375/436] Compiling Bluetooth LowEnergyResolvingList.swift
[376/436] Compiling Bluetooth LowEnergyRfRxPathCompensationValue.swift
[377/436] Compiling Bluetooth LowEnergyRfTxPathCompensationValue.swift
[378/436] Compiling Bluetooth LowEnergyRole.swift
[379/436] Compiling Bluetooth LowEnergyRxChannel.swift
[380/436] Compiling Bluetooth LowEnergyRxPhy.swift
[381/436] Compiling Bluetooth LowEnergyRxPhys.swift
[382/436] Compiling Bluetooth LowEnergyScanInterval.swift
[383/436] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[384/436] Compiling Bluetooth LowEnergyState.swift
[385/436] Compiling Bluetooth LowEnergySupervisionTimeout.swift
[386/436] Compiling Bluetooth LowEnergyTxChannel.swift
[387/436] Compiling Bluetooth LowEnergyTxPhy.swift
[388/436] Compiling Bluetooth HCIWritePageScanActivity.swift
[389/436] Compiling Bluetooth HCIWritePageScanType.swift
[390/436] Compiling Bluetooth HCIWritePageTimeout.swift
[391/436] Compiling Bluetooth HCIWriteScanEnable.swift
[392/436] Compiling Bluetooth Hexadecimal.swift
[393/436] Compiling Bluetooth HostControllerBasebandCommand.swift
[394/436] Compiling Bluetooth InformationalCommand.swift
[395/436] Compiling Bluetooth Integer.swift
[396/436] Compiling Bluetooth L2CAPSocket.swift
[397/436] Compiling Bluetooth LMPFeature.swift
[398/436] Compiling Bluetooth LinkControlCommand.swift
[399/436] Compiling Bluetooth LinkPolicyCommand.swift
[400/436] Compiling Bluetooth LowEnergyAddressType.swift
[401/436] Compiling Bluetooth LowEnergyAdvertiserAddressType.swift
[402/436] Compiling Bluetooth LowEnergyAdvertising.swift
[403/436] Compiling Bluetooth LowEnergyAdvertisingData.swift
[404/436] Compiling Bluetooth LowEnergyAllPhys.swift
[405/436] Compiling Bluetooth LowEnergyChannelMap.swift
[406/436] Compiling Bluetooth LowEnergyClockAccuracy.swift
[407/436] Compiling Bluetooth LowEnergyCommand.swift
[408/436] Compiling Bluetooth LowEnergyConnection.swift
[409/436] Compiling Bluetooth LowEnergyConnectionInterval.swift
[410/436] Compiling Bluetooth LowEnergyConnectionIntervalRange.swift
[411/436] Compiling Bluetooth LowEnergyTxPhys.swift
[412/436] Compiling Bluetooth LowEnergyTxPower.swift
[413/436] Compiling Bluetooth LowEnergyWhiteList.swift
[414/436] Compiling Bluetooth LowEnergyWhiteListDevice.swift
[415/436] Compiling Bluetooth PacketType.swift
[416/436] Compiling Bluetooth ProtocolServiceMultiplexer.swift
[417/436] Compiling Bluetooth RSSI.swift
[418/436] Compiling Bluetooth SFloat.swift
[419/436] Compiling Bluetooth SecurityLevel.swift
[420/436] Compiling Bluetooth StatusParametersCommand.swift
[421/436] Compiling Bluetooth TestingCommand.swift
[422/436] Compiling Bluetooth UInt128.swift
[423/436] Compiling Bluetooth UInt24.swift
[424/436] Compiling Bluetooth UInt256.swift
[425/436] Compiling Bluetooth UInt40.swift
[426/436] Compiling Bluetooth UInt48.swift
[427/436] Compiling Bluetooth UInt512.swift
[428/436] Compiling Bluetooth UUID.swift
[429/436] Compiling Bluetooth Unit.swift
[430/436] Compiling Bluetooth UnitIdentifier.swift
[431/436] Compiling Bluetooth UnitIdentifierExtension.swift
[432/436] Compiling Bluetooth VendorCommand.swift
[433/436] Compiling Bluetooth iBeacon.swift
error: fatalError
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-24593BA9C3E375BF.txt
[2/26] Compiling Bluetooth GAPData.swift
[3/26] Compiling Bluetooth GAPDataEncoder.swift
[4/26] Compiling Bluetooth GAPDataType.swift
[5/29] Compiling Bluetooth GAPCompleteListOf16BitServiceClassUUIDs.swift
[6/29] Compiling Bluetooth GAPCompleteListOf32BitServiceClassUUIDs.swift
[7/29] Compiling Bluetooth GAPCompleteLocalName.swift
[8/53] Compiling Bluetooth GAPIncompleteListOf32BitServiceClassUUIDs.swift
[9/53] Compiling Bluetooth GAPIndoorPositioning.swift
[10/53] Compiling Bluetooth GAPLEDeviceAddress.swift
[11/77] Compiling Bluetooth Data.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[12/77] Compiling Bluetooth DataConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[13/77] Compiling Bluetooth DefinedCompanies.swift
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[14/101] Compiling Bluetooth DefinedUUID.swift
[15/101] Compiling Bluetooth DefinedUUIDExtension.swift
[16/101] Compiling Bluetooth GAP3DInformation.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/124] Compiling Bluetooth GAPAdvertisingInterval.swift
[18/124] Compiling Bluetooth GAPAppearance.swift
[19/124] Compiling Bluetooth GAPAppearanceData.swift
[20/124] Compiling Bluetooth GAPFlags.swift
[21/124] Compiling Bluetooth GAPIncompleteListOf128BitServiceClassUUIDs.swift
[22/124] Compiling Bluetooth GAPIncompleteListOf16BitServiceClassUUIDs.swift
[23/124] Compiling Bluetooth GAPChannelMapUpdateIndication.swift
[24/124] Compiling Bluetooth GAPClassOfDevice.swift
[25/124] Compiling Bluetooth GAPCompleteListOf128BitServiceClassUUIDs.swift
[26/124] Emitting module Bluetooth
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:83:1: error: type 'Data' does not conform to protocol 'DataContainer'
extension Data: DataContainer {
^
/host/spi-builder-workspace/.build/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:6:23: note: 'subscript(_:)' declared here
    @inlinable public subscript(bounds: Range<Self.Index>) -> Slice<Self> { get set }
                      ^
/host/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/DataConvertible.swift:64:5: note: requirement 'subscript(_:)' declared here
    subscript(range: Range<Int>) -> Slice<Self> { get }
    ^
[27/216] Compiling Bluetooth GAPServiceData128BitUUID.swift
[28/216] Compiling Bluetooth GAPServiceData16BitUUID.swift
[29/216] Compiling Bluetooth GAPServiceData32BitUUID.swift
[30/216] Compiling Bluetooth GAPShortLocalName.swift
[31/216] Compiling Bluetooth GAPSimplePairingHashC.swift
[32/216] Compiling Bluetooth GAPSimplePairingRandomizerR.swift
[33/216] Compiling Bluetooth GAPSlaveConnectionIntervalRange.swift
[34/216] Compiling Bluetooth GAPTransportDiscoveryData.swift
[35/216] Compiling Bluetooth GAPTxPowerLevel.swift
[36/216] Compiling Bluetooth GAPURI.swift
[37/216] Compiling Bluetooth GAPUUIDList.swift
[38/216] Compiling Bluetooth GATTAerobicHeartRateLowerLimit.swift
[39/216] Compiling Bluetooth GATTAerobicHeartRateUpperLimit.swift
[40/216] Compiling Bluetooth GATTAerobicThreshold.swift
[41/216] Compiling Bluetooth GATTAge.swift
[42/216] Compiling Bluetooth GATTAlertCategory.swift
[43/216] Compiling Bluetooth GATTAlertCategoryBitMask.swift
[44/216] Compiling Bluetooth GATTAlertLevel.swift
[45/216] Compiling Bluetooth GATTAlertNotificationControlPoint.swift
[46/216] Compiling Bluetooth GATTAlertStatus.swift
[47/216] Compiling Bluetooth GATTAltitude.swift
[48/216] Compiling Bluetooth GATTAnaerobicHeartRateLowerLimit.swift
[49/216] Compiling Bluetooth GATTAnaerobicHeartRateUpperLimit.swift
[50/216] Compiling Bluetooth GATTAnalog.swift
[51/239] Compiling Bluetooth ATTConnection.swift
[52/239] Compiling Bluetooth ATTErrorResponse.swift
[53/239] Compiling Bluetooth ATTExecuteWriteRequest.swift
[54/239] Compiling Bluetooth ATTExecuteWriteResponse.swift
[55/239] Compiling Bluetooth ATTFindByTypeRequest.swift
[56/239] Compiling Bluetooth ATTFindByTypeResponse.swift
[57/239] Compiling Bluetooth ATTFindInformationRequest.swift
[58/239] Compiling Bluetooth ATTFindInformationResponse.swift
[59/239] Compiling Bluetooth ATTHandleValueConfirmation.swift
[60/239] Compiling Bluetooth ATTHandleValueIndication.swift
[61/239] Compiling Bluetooth ATTHandleValueNotification.swift
[62/239] Compiling Bluetooth ATTMaximumTransmissionUnitRequest.swift
[63/239] Compiling Bluetooth ATTMaximumTransmissionUnitResponse.swift
[64/239] Compiling Bluetooth ATTPrepareWriteRequest.swift
[65/239] Compiling Bluetooth ATTPrepareWriteResponse.swift
[66/239] Compiling Bluetooth ATTProtocolDataUnit.swift
[67/239] Compiling Bluetooth ATTReadBlobRequest.swift
[68/239] Compiling Bluetooth ATTReadBlobResponse.swift
[69/239] Compiling Bluetooth ATTReadByGroupTypeRequest.swift
[70/239] Compiling Bluetooth ATTReadByGroupTypeResponse.swift
[71/239] Compiling Bluetooth ATTReadByTypeRequest.swift
[72/239] Compiling Bluetooth ATTReadByTypeResponse.swift
[73/239] Compiling Bluetooth ATTReadMultipleRequest.swift
[74/239] Compiling Bluetooth ATTReadMultipleResponse.swift
[75/262] Compiling Bluetooth HCILETestEnd.swift
[76/262] Compiling Bluetooth HCILinkKeyNotification.swift
[77/262] Compiling Bluetooth HCILinkKeyRequest.swift
[78/262] Compiling Bluetooth HCILinkKeyRequestNegativeReply.swift
[79/262] Compiling Bluetooth HCILinkKeyRequestReply.swift
[80/262] Compiling Bluetooth HCIMaxSlotsChange.swift
[81/262] Compiling Bluetooth HCIModeChange.swift
[82/262] Compiling Bluetooth HCINumberOfCompletedPackets.swift
[83/262] Compiling Bluetooth HCIPINCodeRequest.swift
[84/262] Compiling Bluetooth HCIPINCodeRequestReply.swift
[85/262] Compiling Bluetooth HCIPacketHeader.swift
[86/262] Compiling Bluetooth HCIQoSSetupComplete.swift
[87/262] Compiling Bluetooth HCIReadClassOfDevice.swift
[88/262] Compiling Bluetooth HCIReadClockOffsetComplete.swift
[89/262] Compiling Bluetooth HCIReadConnectionAcceptTimeout.swift
[90/262] Compiling Bluetooth HCIReadDataBlockSize.swift
[91/262] Compiling Bluetooth HCIReadDeviceAddress.swift
[92/262] Compiling Bluetooth HCIReadLMPHandle.swift
[93/262] Compiling Bluetooth HCIReadLocalSupportedFeatures.swift
[94/262] Compiling Bluetooth HCIReadLocalVersionInformation.swift
[95/262] Compiling Bluetooth HCIReadPageTimeout.swift
[96/262] Compiling Bluetooth HCIReadRemoteExtendedFeaturesComplete.swift
[97/262] Compiling Bluetooth HCIReadRemoteFeaturesComplete.swift
[98/285] Compiling Bluetooth ATTReadRequest.swift
[99/285] Compiling Bluetooth ATTReadResponse.swift
[100/285] Compiling Bluetooth ATTWriteCommand.swift
[101/285] Compiling Bluetooth ATTWriteRequest.swift
[102/285] Compiling Bluetooth ATTWriteResponse.swift
[103/285] Compiling Bluetooth Address.swift
[104/285] Compiling Bluetooth AdvertisingInterval.swift
[105/285] Compiling Bluetooth BitMaskOption.swift
[106/285] Compiling Bluetooth BluetoothUUID.swift
[107/285] Compiling Bluetooth ClassOfDevice.swift
[108/285] Compiling Bluetooth GAPLERole.swift
[109/285] Compiling Bluetooth GAPLESecureConnectionsConfirmation.swift
[110/285] Compiling Bluetooth GAPLESecureConnectionsRandom.swift
[111/285] Compiling Bluetooth GAPListOf128BitServiceSolicitationUUIDs.swift
[112/285] Compiling Bluetooth GAPListOf16BitServiceSolicitationUUIDs.swift
[113/285] Compiling Bluetooth GAPListOf32BitServiceSolicitationUUIDs.swift
[114/285] Compiling Bluetooth GAPManufacturerSpecificData.swift
[115/285] Compiling Bluetooth GAPMeshBeacon.swift
[116/285] Compiling Bluetooth GAPMeshMessage.swift
[117/285] Compiling Bluetooth GAPPBADV.swift
[118/285] Compiling Bluetooth GAPPublicTargetAddress.swift
[119/285] Compiling Bluetooth GAPRandomTargetAddress.swift
[120/285] Compiling Bluetooth GAPSecurityManagerOOBFlags.swift
[121/285] Compiling Bluetooth GAPSecurityManagerTKValue.swift
[122/287] Compiling Bluetooth GATT.swift
[123/287] Compiling Bluetooth GATTAggregateFormatDescriptor.swift
[124/289] Compiling Bluetooth HCILEReadPeriodicAdvertisingListSize.swift
[125/289] Compiling Bluetooth HCILEReadPhy.swift
[126/289] Compiling Bluetooth HCILEReadRemoteUsedFeatures.swift
[127/289] Compiling Bluetooth HCILEReadRemoteUsedFeaturesComplete.swift
[128/289] Compiling Bluetooth HCILEReadResolvingListSize.swift
[129/289] Compiling Bluetooth HCILEReadRfPathCompensation.swift
[130/289] Compiling Bluetooth HCILEReadSuggestedDefaultDataLength.swift
[131/289] Compiling Bluetooth HCILEReadSupportedStates.swift
[132/289] Compiling Bluetooth HCILEReadTransmitPower.swift
[133/289] Compiling Bluetooth HCILEReadWhiteListSize.swift
[134/289] Compiling Bluetooth HCILERemoteConnectionParameterRequest.swift
[135/289] Compiling Bluetooth HCILERemoteConnectionParameterRequestNegativeReply.swift
[136/289] Compiling Bluetooth HCILERemoteConnectionParameterRequestReply.swift
[137/289] Compiling Bluetooth HCILERemoveDeviceFromWhiteList.swift
[138/289] Compiling Bluetooth HCILERemoveDeviceToPeriodicAdvertiserList.swift
[139/289] Compiling Bluetooth HCILEScanRequestReceived.swift
[140/289] Compiling Bluetooth HCILESetAdvertisingParameters.swift
[141/289] Compiling Bluetooth HCILESetDataLength.swift
[142/289] Compiling Bluetooth HCILESetExtendedAdvertisingParameters.swift
[143/289] Compiling Bluetooth HCILESetExtendedScanParameters.swift
[144/289] Compiling Bluetooth HCILESetPeriodicAdvertisingParameters.swift
[145/289] Compiling Bluetooth HCILESetScanEnable.swift
[146/289] Compiling Bluetooth HCILEStartEncryption.swift
[147/291] Compiling Bluetooth GATTAlertNotificationService.swift
[148/291] Compiling Bluetooth GATTAttributes.swift
[149/292] Compiling Bluetooth GATTBatteryService.swift
[150/292] Compiling Bluetooth GATTBloodPressureFeature.swift
[151/293] Compiling Bluetooth GATTBloodPressureService.swift
[152/294] Compiling Bluetooth GATTExternalReportReference.swift
[153/295] Compiling Bluetooth GATTDescriptor.swift
[154/296] Compiling Bluetooth GATTDstOffset.swift
[155/296] Compiling Bluetooth GATTExactTime100.swift
[156/296] Compiling Bluetooth GATTExactTime256.swift
[157/296] Compiling Bluetooth GATTFirmwareRevisionString.swift
[158/296] Compiling Bluetooth GATTFloorNumber.swift
[159/296] Compiling Bluetooth GATTFormatDescriptor.swift
[160/296] Compiling Bluetooth GATTHardwareRevisionString.swift
[161/296] Compiling Bluetooth GATTIndoorPositioningConfiguration.swift
[162/296] Compiling Bluetooth GATTLatitude.swift
[163/296] Compiling Bluetooth GATTLocalEastCoordinate.swift
[164/296] Compiling Bluetooth GATTLocalNorthCoordinate.swift
[165/296] Compiling Bluetooth GATTLocalTimeInformation.swift
[166/296] Compiling Bluetooth GATTLocationName.swift
[167/296] Compiling Bluetooth GATTLongitude.swift
[168/296] Compiling Bluetooth GATTManufacturerNameString.swift
[169/296] Compiling Bluetooth GATTModelNumber.swift
[170/296] Compiling Bluetooth GATTNewAlert.swift
[171/296] Compiling Bluetooth GATTNumberOfDigitals.swift
[172/296] Compiling Bluetooth GATTObjectID.swift
[173/296] Compiling Bluetooth GATTObjectSize.swift
[174/296] Compiling Bluetooth GATTObjectType.swift
[175/296] Compiling Bluetooth GATTPnPID.swift
[176/296] Compiling Bluetooth GATTReferenceTimeInformation.swift
[177/296] Compiling Bluetooth HCILEDirectedAdvertisingReport.swift
[178/296] Compiling Bluetooth HCILEEncrypt.swift
[179/296] Compiling Bluetooth HCILEEnhancedConnectionComplete.swift
[180/296] Compiling Bluetooth HCILEExtendedAdvertisingReport.swift
[181/296] Compiling Bluetooth HCILEGenerateDHKeyComplete.swift
[182/296] Compiling Bluetooth HCILELongTermKeyRequest.swift
[183/296] Compiling Bluetooth HCILELongTermKeyRequestNegativeReply.swift
[184/296] Compiling Bluetooth HCILELongTermKeyRequestReply.swift
[185/296] Compiling Bluetooth HCILEPeriodicAdvertisingReport.swift
[186/296] Compiling Bluetooth HCILEPeriodicAdvertisingSyncEstablished.swift
[187/296] Compiling Bluetooth HCILEPeriodicAdvertisingSyncLost.swift
[188/296] Compiling Bluetooth HCILEPhyUpdateComplete.swift
[189/296] Compiling Bluetooth HCILERandom.swift
[190/296] Compiling Bluetooth HCILEReadAdvertisingChannelTxPower.swift
[191/296] Compiling Bluetooth HCILEReadBufferSize.swift
[192/296] Compiling Bluetooth HCILEReadChannelMap.swift
[193/296] Compiling Bluetooth HCILEReadLocalP256PublicKeyComplete.swift
[194/296] Compiling Bluetooth HCILEReadLocalResolvableAddressReturn.swift
[195/296] Compiling Bluetooth HCILEReadLocalSupportedFeatures.swift
[196/296] Compiling Bluetooth HCILEReadMaximumAdvertisingDataLength.swift
[197/296] Compiling Bluetooth HCILEReadMaximumDataLength.swift
[198/296] Compiling Bluetooth HCILEReadNumberOfSupportedAdvertisingSets.swift
[199/296] Compiling Bluetooth HCILEReadPeerResolvableAddressReturn.swift
[200/296] Compiling Bluetooth GATTReportReference.swift
[201/296] Compiling Bluetooth GATTScanIntervalWindow.swift
[202/296] Compiling Bluetooth GATTScanRefresh.swift
[203/296] Compiling Bluetooth GATTSecondaryTimeZone.swift
[204/296] Compiling Bluetooth GATTSerialNumberString.swift
[205/296] Compiling Bluetooth GATTServer.swift
[206/296] Compiling Bluetooth GATTServerCharacteristicConfiguration.swift
[207/296] Compiling Bluetooth GATTSoftwareRevisionString.swift
[208/296] Compiling Bluetooth GATTSupportedNewAlertCategory.swift
[209/296] Compiling Bluetooth GATTSupportedUnreadAlertCategory.swift
[210/296] Compiling Bluetooth GATTSystemID.swift
[211/296] Compiling Bluetooth GATTTimeAccuracy.swift
[212/296] Compiling Bluetooth GATTTimeBroadcast.swift
[213/296] Compiling Bluetooth GATTTimeSource.swift
[214/296] Compiling Bluetooth GATTTimeTriggerSetting.swift
[215/296] Compiling Bluetooth GATTTimeUpdateControlPoint.swift
[216/296] Compiling Bluetooth GATTTimeUpdateState.swift
[217/296] Compiling Bluetooth GATTTimeWithDst.swift
[218/296] Compiling Bluetooth GATTTimeZone.swift
[219/296] Compiling Bluetooth GATTUncertainty.swift
[220/296] Compiling Bluetooth GATTUnreadAlertStatus.swift
[221/296] Compiling Bluetooth HCI.swift
[222/296] Compiling Bluetooth HCIAuthenticationComplete.swift
[223/296] Compiling Bluetooth HCICommandComplete.swift
[224/296] Compiling Bluetooth HCICommandStatus.swift
[225/296] Compiling Bluetooth HCIConnectionComplete.swift
[226/296] Compiling Bluetooth HCIConnectionPacketTypeChange.swift
[227/296] Compiling Bluetooth HCIConnectionRequest.swift
[228/296] Compiling Bluetooth HCIDeleteStoredLinkKey.swift
[229/296] Compiling Bluetooth HCIDisconnectionComplete.swift
[230/296] Compiling Bluetooth HCIEncryptionChange.swift
[231/296] Compiling Bluetooth HCIEncryptionKeyRefreshComplete.swift
[232/296] Compiling Bluetooth HCIHoldMode.swift
[233/296] Compiling Bluetooth HCIIOCapabilityRequest.swift
[234/296] Compiling Bluetooth HCIIOCapabilityRequestReply.swift
[235/296] Compiling Bluetooth HCIIOCapabilityResponse.swift
[236/296] Compiling Bluetooth HCIInquiryComplete.swift
[237/296] Compiling Bluetooth HCIInquiryResult.swift
[238/296] Compiling Bluetooth HCILEAddDeviceToWhiteList.swift
[239/296] Compiling Bluetooth HCILEAdvertisingReport.swift
[240/296] Compiling Bluetooth HCILEAdvertisingSetTerminated.swift
[241/296] Compiling Bluetooth HCILEChannelSelectionAlgorithm.swift
[242/296] Compiling Bluetooth HCILEConnectionComplete.swift
[243/296] Compiling Bluetooth HCILEConnectionUpdateComplete.swift
[244/296] Compiling Bluetooth HCILECreateConnection.swift
[245/296] Compiling Bluetooth HCILEDataLengthChange.swift
[246/318] Compiling Bluetooth GATTUserDescription.swift
[247/328] Compiling Bluetooth GATTObjectName.swift
[248/338] Compiling Bluetooth HCILESetAdvertisingData.swift
[249/347] Compiling Bluetooth LowEnergyAllPhys.swift
[250/347] Compiling Bluetooth LowEnergyClockAccuracy.swift
[251/347] Compiling Bluetooth LowEnergyCommand.swift
[252/347] Compiling Bluetooth LowEnergyConnectionInterval.swift
[253/347] Compiling Bluetooth LowEnergyConnectionLatency.swift
[254/347] Compiling Bluetooth LowEnergyConnectionLength.swift
[255/347] Compiling Bluetooth LowEnergyEvent.swift
[256/347] Compiling Bluetooth LowEnergyFeature.swift
[257/347] Compiling Bluetooth LowEnergyFragmentPreference.swift
[258/356] Compiling Bluetooth HCILESetExtendedScanEnable.swift
[259/356] Compiling Bluetooth HCILESetExtendedScanResponseData.swift
[260/356] Compiling Bluetooth HCILESetPeriodicAdvertisingData.swift
[261/356] Compiling Bluetooth HCILESetPeriodicAdvertisingEnable.swift
[262/356] Compiling Bluetooth HCILESetPrivacyMode.swift
[263/356] Compiling Bluetooth HCILESetResolvablePrivateAddressTimeout.swift
[264/356] Compiling Bluetooth HCILESetScanParameters.swift
[265/356] Compiling Bluetooth HCIQoSSetup.swift
[266/356] Compiling Bluetooth HCISetConnectionEncryption.swift
[267/356] Compiling Bluetooth HCISetEventFilter.swift
[268/356] Compiling Bluetooth HCILESetScanResponseData.swift
[269/374] Compiling Bluetooth HCIVersion.swift
[270/374] Compiling Bluetooth HCIWritePageScanType.swift
[271/374] Compiling Bluetooth HCIWriteScanEnable.swift
[272/374] Compiling Bluetooth HostControllerBasebandCommand.swift
[273/374] Compiling Bluetooth InformationalCommand.swift
[274/374] Compiling Bluetooth LMPFeature.swift
[275/374] Compiling Bluetooth LinkControlCommand.swift
[276/374] Compiling Bluetooth LinkPolicyCommand.swift
[277/374] Compiling Bluetooth LowEnergyAddressType.swift
[278/374] Compiling Bluetooth LowEnergyAdvertiserAddressType.swift
[279/374] Compiling Bluetooth ATT.swift
[280/374] Compiling Bluetooth ATTError.swift
[281/374] Compiling Bluetooth ATTMaximumTransmissionUnit.swift
[282/374] Compiling Bluetooth AdvertisingChannelHeader.swift
[283/374] Compiling Bluetooth ChannelIdentifier.swift
[284/374] Compiling Bluetooth CompanyIdentifier.swift
[285/374] Compiling Bluetooth ConnectionAcceptTimeout.swift
[286/374] Compiling Bluetooth GATTCharacteristicFormatType.swift
[287/374] Compiling Bluetooth HCIAcceptConnectionRequest.swift
[288/374] Compiling Bluetooth HCICommandTimeout.swift
[289/374] Compiling Bluetooth HCICreateConnection.swift
[290/374] Compiling Bluetooth HCIError.swift
[291/374] Compiling Bluetooth HCIGeneralEvent.swift
[292/374] Compiling Bluetooth HCILEEnhancedReceiverTest.swift
[293/374] Compiling Bluetooth HCILEEnhancedTransmitterTest.swift
[294/374] Compiling Bluetooth HCILEExtendedCreateConnection.swift
[295/374] Compiling Bluetooth HCILEPeriodicAdvertisingCreateSync.swift
[296/374] Compiling Bluetooth HCILESetAddressResolutionEnable.swift
[297/374] Compiling Bluetooth HCILESetEventMask.swift
[298/374] Compiling Bluetooth HCILESetExtendedAdvertisingData.swift
[299/374] Compiling Bluetooth LowEnergyMaxTxOctets.swift
[300/374] Compiling Bluetooth LowEnergyMaxTxTime.swift
[301/374] Compiling Bluetooth LowEnergyPacketPayload.swift
[302/374] Compiling Bluetooth LowEnergyPeerIdentifyAddressType.swift
[303/374] Compiling Bluetooth LowEnergyPhyOptions.swift
[304/374] Compiling Bluetooth LowEnergyRfRxPathCompensationValue.swift
[305/374] Compiling Bluetooth LowEnergyRfTxPathCompensationValue.swift
[306/374] Compiling Bluetooth LowEnergyRole.swift
[307/374] Compiling Bluetooth LowEnergyRxChannel.swift
[308/374] Compiling Bluetooth LowEnergyRxPhy.swift
[309/374] Compiling Bluetooth LowEnergyRxPhys.swift
[310/374] Compiling Bluetooth LowEnergyScanInterval.swift
[311/374] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[312/374] Compiling Bluetooth LowEnergyState.swift
[313/374] Compiling Bluetooth LowEnergySupervisionTimeout.swift
[314/374] Compiling Bluetooth LowEnergyTxChannel.swift
[315/374] Compiling Bluetooth LowEnergyTxPhy.swift
[316/374] Compiling Bluetooth LowEnergyTxPhys.swift
[317/374] Compiling Bluetooth LowEnergyTxPower.swift
[318/374] Compiling Bluetooth LowEnergyWhiteListDevice.swift
[319/374] Compiling Bluetooth PacketType.swift
[320/374] Compiling Bluetooth ProtocolServiceMultiplexer.swift
[321/374] Compiling Bluetooth RSSI.swift
[322/374] Compiling Bluetooth SecurityLevel.swift
[323/374] Compiling Bluetooth StatusParametersCommand.swift
[324/374] Compiling Bluetooth UnitIdentifier.swift
[325/374] Compiling Bluetooth VendorCommand.swift
[326/374] Compiling Bluetooth HCIReadRemoteVersionInformationComplete.swift
[327/374] Compiling Bluetooth HCIReadStoredLinkKey.swift
[328/374] Compiling Bluetooth HCIRemoteNameRequest.swift
[329/374] Compiling Bluetooth HCIRemoteNameRequestComplete.swift
[330/374] Compiling Bluetooth HCISimplePairingComplete.swift
[331/374] Compiling Bluetooth HCIUserConfirmationRequest.swift
[332/374] Compiling Bluetooth HCIUserConfirmationRequestReply.swift
[333/374] Compiling Bluetooth HCIWriteLinkPolicySettings.swift
[334/374] Compiling Bluetooth HCIWriteLinkSupervisionTimeout.swift
[335/374] Compiling Bluetooth HCIWriteLocalName.swift
[336/374] Compiling Bluetooth HCIWritePageScanActivity.swift
[337/374] Compiling Bluetooth Integer.swift
[338/374] Compiling Bluetooth LowEnergyAdvertisingData.swift
[339/374] Compiling Bluetooth LowEnergyConnectionIntervalRange.swift
[340/374] Compiling Bluetooth SFloat.swift
[341/374] Compiling Bluetooth UInt128.swift
[342/374] Compiling Bluetooth UInt24.swift
[343/374] Compiling Bluetooth UInt256.swift
[344/374] Compiling Bluetooth UInt40.swift
[345/374] Compiling Bluetooth UInt48.swift
[346/374] Compiling Bluetooth UInt512.swift
[347/374] Compiling Bluetooth UUID.swift
[348/374] Compiling Bluetooth iBeacon.swift
[349/374] Compiling Bluetooth GATTAnalogOutput.swift
[350/374] Compiling Bluetooth GATTBarometricPressureTrend.swift
[351/374] Compiling Bluetooth GATTBatteryLevel.swift
[352/374] Compiling Bluetooth GATTBatteryPowerState.swift
[353/374] Compiling Bluetooth GATTBloodPressureManagement.swift
[354/374] Compiling Bluetooth GATTBodyCompositionMeasurement.swift
[355/374] Compiling Bluetooth GATTBodySensorLocation.swift
[356/374] Compiling Bluetooth GATTBootKeyboardInputReport.swift
[357/374] Compiling Bluetooth GATTBootKeyboardOutputReport.swift
[358/374] Compiling Bluetooth GATTBootMouseInputReport.swift
[359/374] Compiling Bluetooth GATTCGMSessionRunTime.swift
[360/374] Compiling Bluetooth GATTCentralAddressResolution.swift
[361/374] Compiling Bluetooth GATTCharacteristic.swift
[362/374] Compiling Bluetooth GATTCharacteristicExtendedProperties.swift
[363/374] Compiling Bluetooth GATTClient.swift
[364/374] Compiling Bluetooth GATTClientCharacteristicConfiguration.swift
[365/374] Compiling Bluetooth GATTCrossTrainerData.swift
[366/374] Compiling Bluetooth GATTCurrentTime.swift
[367/374] Compiling Bluetooth GATTDatabase.swift
[368/374] Compiling Bluetooth GATTDateTime.swift
[369/374] Compiling Bluetooth GATTDateUTC.swift
[370/374] Compiling Bluetooth GATTDayDateTime.swift
[371/374] Compiling Bluetooth GATTDayOfWeek.swift
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1