Build Information
Successful build of BluetoothLinux, reference master (077f9d
), with Swift 6.1 for Android on 30 Jul 2025 04:03:31 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pureswift/bluetoothlinux.git
Reference: master
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/bluetoothlinux
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 077f9d3 Merge pull request #49 from the-braveknight/master
Cloned https://github.com/pureswift/bluetoothlinux.git
Revision (git rev-parse @):
077f9d36afdae57e12c436842db56ef318e2fd23
SUCCESS checkout https://github.com/pureswift/bluetoothlinux.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/pureswift/bluetoothlinux.git
https://github.com/pureswift/bluetoothlinux.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "bluetooth",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/Bluetooth.git"
},
{
"identity" : "socket",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/Socket.git"
}
],
"manifest_display_name" : "BluetoothLinux",
"name" : "BluetoothLinux",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "BluetoothLinux",
"targets" : [
"BluetoothLinux"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CBluetoothLinuxTest",
"module_type" : "ClangTarget",
"name" : "CBluetoothLinuxTest",
"path" : "Sources/CBluetoothLinuxTest",
"sources" : [
"dummy.c"
],
"type" : "library"
},
{
"c99name" : "CBluetoothLinux",
"module_type" : "ClangTarget",
"name" : "CBluetoothLinux",
"path" : "Sources/CBluetoothLinux",
"product_memberships" : [
"BluetoothLinux"
],
"sources" : [
"dummy.c"
],
"type" : "library"
},
{
"c99name" : "BluetoothLinuxTests",
"module_type" : "SwiftTarget",
"name" : "BluetoothLinuxTests",
"path" : "Tests/BluetoothLinuxTests",
"product_dependencies" : [
"BluetoothGATT",
"BluetoothGAP"
],
"sources" : [
"BluetoothLinuxTests.swift",
"L2CAPTests.swift"
],
"target_dependencies" : [
"BluetoothLinux",
"CBluetoothLinuxTest"
],
"type" : "test"
},
{
"c99name" : "BluetoothLinux",
"module_type" : "SwiftTarget",
"name" : "BluetoothLinux",
"path" : "Sources/BluetoothLinux",
"product_dependencies" : [
"Bluetooth",
"BluetoothHCI",
"Socket"
],
"product_memberships" : [
"BluetoothLinux"
],
"sources" : [
"AddressType.swift",
"BNEP/BNEP.swift",
"BNEP/IOCTL/BNEPIO.swift",
"CMTP/CMTP.swift",
"CMTP/IOCTL/CMTPIO.swift",
"Error.swift",
"Extensions/Sequence.swift",
"HCI/DeviceCommand.swift",
"HCI/DevicePollEvent.swift",
"HCI/DeviceRequest.swift",
"HCI/HCIBusType.swift",
"HCI/HCIChannel.swift",
"HCI/HCIControllerType.swift",
"HCI/HCIDeviceEvent.swift",
"HCI/HCIDeviceFlag.swift",
"HCI/HCIDeviceOptions.swift",
"HCI/HCIFileDescriptor.swift",
"HCI/HCIPacketType.swift",
"HCI/HCISocketAddress.swift",
"HCI/HCISocketOption.swift",
"HCI/HostController.swift",
"HCI/IOCTL/HCIDeviceDown.swift",
"HCI/IOCTL/HCIDeviceInformation.swift",
"HCI/IOCTL/HCIDeviceList.swift",
"HCI/IOCTL/HCIDeviceUp.swift",
"HCI/IOCTL/HCIScan.swift",
"HCI/IOCTL/HostControllerIO.swift",
"HCI/SocketOptions/HCIFilterSocketOption.swift",
"HIDP/HIDP.swift",
"HIDP/IOCTL/HIDPIO.swift",
"IOControl/DeviceDown.swift",
"Internal/CInterop.swift",
"Internal/CSocketAddress.swift",
"Internal/Darwin.swift",
"Internal/IOCTL.swift",
"Internal/SocketDescriptor.swift",
"L2CAP/L2CAPFileDescriptor.swift",
"L2CAP/L2CAPSocket.swift",
"L2CAP/L2CAPSocketAddress.swift",
"L2CAP/L2CAPSocketOption.swift",
"LinkMode.swift",
"RFCOMM/IOCTL/RFCOMMCreateDevice.swift",
"RFCOMM/IOCTL/RFCOMMGetDeviceInformation.swift",
"RFCOMM/IOCTL/RFCOMMGetDeviceList.swift",
"RFCOMM/IOCTL/RFCOMMIO.swift",
"RFCOMM/IOCTL/RFCOMMReleaseDevice.swift",
"RFCOMM/RFCOMMDevice.swift",
"RFCOMM/RFCOMMFlag.swift",
"RFCOMM/RFCOMMLinkMode.swift",
"RFCOMM/RFCOMMSocket.swift",
"RFCOMM/RFCOMMSocketAddress.swift",
"RFCOMM/RFCOMMSocketOption.swift",
"RFCOMM/RFCOMMState.swift",
"SCO/SCOSocket.swift",
"SCO/SCOSocketOption.swift",
"SocketAddress.swift",
"SocketOption.swift",
"SocketOptionLevel.swift",
"SocketOptions/SecuritySocketOption.swift",
"SocketProtocol.swift"
],
"target_dependencies" : [
"CBluetoothLinux"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/PureSwift/Bluetooth.git
[1/23834] Fetching bluetooth
Fetched https://github.com/PureSwift/Bluetooth.git from cache (2.44s)
Fetching https://github.com/PureSwift/Socket.git
[1/1321] Fetching socket
Fetched https://github.com/PureSwift/Socket.git from cache (0.42s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-system
[1/4776] Fetching swift-system
[4300/76142] Fetching swift-system, swift-syntax
Fetched https://github.com/apple/swift-system from cache (8.81s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.89s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (12.74s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.0 (0.65s)
Creating working copy for https://github.com/PureSwift/Socket.git
Working copy of https://github.com/PureSwift/Socket.git resolved at main (3a0b240)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.0
Creating working copy for https://github.com/PureSwift/Bluetooth.git
Working copy of https://github.com/PureSwift/Bluetooth.git resolved at master (52f228b)
[0/14] Write sources
[0/14] Copying CharacteristicUUID.json
[0/14] Copying CompanyIdentifier.json
[4/14] Copying UnitIdentifier.json
[4/14] Copying ServiceUUID.json
[4/14] Copying MemberUUID.json
[4/14] Copying DescriptorUUID.json
[8/14] Copying DeclarationUUID.json
[9/14] Write swift-version-24593BA9C3E375BF.txt
[11/19] Compiling BluetoothMetadata BluetoothUUID.swift
[12/19] Emitting module BluetoothMetadata
[13/19] Compiling BluetoothMetadata BluetoothMetadata.swift
[14/19] Compiling BluetoothMetadata resource_bundle_accessor.swift
[15/19] Compiling BluetoothMetadata CompanyIdentifier.swift
[16/20] Wrapping AST for BluetoothMetadata for debugging
[18/27] Compiling GenerateBluetooth Hexadecimal.swift
[19/27] Compiling GenerateBluetooth BluetoothUUID.swift
[20/27] Emitting module GenerateBluetooth
[21/27] Compiling GenerateBluetooth CompanyIdentifier.swift
[22/27] Compiling GenerateBluetooth String.swift
[23/27] Compiling GenerateBluetooth Generate.swift
[24/27] Compiling GenerateBluetooth UnitIdentifier.swift
[25/28] Wrapping AST for GenerateBluetooth for debugging
[26/28] Write Objects.LinkFileList
[27/28] Linking GenerateBluetooth-tool
[1/1] Compiling plugin GenerateBluetoothDefinitions
Building for debugging...
[1/76] Write sources
[17/76] Copying ServiceUUID.json
[18/76] Copying MemberUUID.json
[19/76] Copying UnitIdentifier.json
[20/76] Copying DescriptorUUID.json
[21/76] Copying DeclarationUUID.json
[22/76] Copying CharacteristicUUID.json
[23/76] Write sources
[27/76] Copying CompanyIdentifier.json
[28/76] Copying UnitIdentifier.json
[29/76] Copying ServiceUUID.json
[30/76] Copying MemberUUID.json
[31/76] Copying DescriptorUUID.json
[32/76] Copying DeclarationUUID.json
[33/76] Copying CompanyIdentifier.json
[34/76] Copying CharacteristicUUID.json
[35/76] Write sources
[39/76] Compiling _SwiftSyntaxCShims dummy.c
[40/76] Compiling CBluetoothLinux dummy.c
[41/76] Compiling CSocket android.c
[42/76] Compiling CSocket shims.c
[43/76] Compiling CSystem shims.c
[44/76] Compiling CBluetoothLinuxTest dummy.c
[45/76] Write swift-version-24593BA9C3E375BF.txt
[47/109] Compiling SwiftSyntax509 Empty.swift
[48/121] Emitting module SwiftSyntax509
[49/122] Compiling SwiftSyntax510 Empty.swift
[50/122] Emitting module SwiftSyntax601
[51/122] Compiling SwiftSyntax601 Empty.swift
[52/123] Compiling SwiftSyntax600 Empty.swift
[53/123] Emitting module SwiftSyntax600
[54/124] Emitting module SwiftSyntax510
[58/125] Wrapping AST for SwiftSyntax509 for debugging
[60/125] Emitting module BluetoothMetadata
[60/126] Wrapping AST for SwiftSyntax601 for debugging
[61/126] Wrapping AST for SwiftSyntax510 for debugging
[62/126] Wrapping AST for SwiftSyntax600 for debugging
[64/181] Wrapping AST for BluetoothMetadata for debugging
[66/191] Emitting module GenerateBluetooth
[67/192] Wrapping AST for GenerateBluetooth for debugging
[68/192] Write Objects.LinkFileList
[69/192] Linking GenerateBluetooth-tool
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/UnitIdentifiers.swift
[70/192] Generate Bluetooth Unit Identifier Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/DeclarationUUID.swift
[71/192] Generate Bluetooth Declaration UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/DescriptorUUID.swift
[72/192] Generate Bluetooth Descriptor UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/ServiceUUID.swift
[73/192] Generate Bluetooth Service UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/MemberUUID.swift
[74/192] Generate Bluetooth Member UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CharacteristicUUID.swift
[75/192] Generate Bluetooth Characteristic UUID Definitions
[77/192] Emitting module BluetoothMetadata
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CompanyIdentifiers.swift
[77/192] Generate Bluetooth Company Identifier Definitions
[78/192] Write sources
[80/192] Compiling SwiftSyntax CommonAncestor.swift
[81/192] Compiling SwiftSyntax Convenience.swift
[82/192] Compiling SwiftSyntax CustomTraits.swift
[83/192] Compiling SwiftSyntax EditorPlaceholder.swift
[84/196] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[85/196] Compiling SwiftSyntax RawSyntaxTokenView.swift
[86/196] Compiling SwiftSyntax SourceEdit.swift
[87/196] Compiling SwiftSyntax SourceLength.swift
[88/196] Compiling SwiftSyntax AbsolutePosition.swift
[89/196] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[90/196] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[91/196] Compiling SwiftSyntax Assert.swift
[92/196] Compiling SwiftSyntax BumpPtrAllocator.swift
[93/196] Emitting module SystemPackage
[94/196] Compiling SwiftSyntax Identifier.swift
[95/196] Compiling SwiftSyntax MemoryLayout.swift
[96/196] Compiling SwiftSyntax MissingNodeInitializers.swift
[97/196] Compiling SwiftSyntax RawSyntax.swift
[98/196] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[117/205] Compiling SystemPackage SystemString.swift
[118/205] Compiling SystemPackage Util+StringArray.swift
[119/205] Compiling SystemPackage Util.swift
[120/205] Compiling SystemPackage UtilConsumers.swift
[121/205] Compiling SwiftSyntax SyntaxIdentifier.swift
[122/205] Compiling SwiftSyntax SyntaxNodeFactory.swift
[123/205] Compiling SwiftSyntax SyntaxNodeStructure.swift
[124/205] Compiling SwiftSyntax SyntaxProtocol.swift
[125/205] Compiling SwiftSyntax TokenSyntax.swift
[126/205] Compiling SwiftSyntax Trivia.swift
[127/205] Compiling SwiftSyntax Utils.swift
[128/205] Compiling SwiftSyntax ChildNameForKeyPath.swift
[129/205] Compiling SwiftSyntax SyntaxText.swift
[130/205] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[131/205] Compiling SwiftSyntax TokenDiagnostic.swift
[132/205] Compiling SwiftSyntax TokenSequence.swift
[134/247] Compiling BluetoothMetadata resource_bundle_accessor.swift
[135/247] Compiling BluetoothMetadata CompanyIdentifier.swift
[136/247] Compiling Socket SocketOptionLevel.swift
[137/247] Compiling Socket SocketProtocol.swift
[138/247] Compiling Socket IPv4Protocol.swift
[139/247] Compiling Socket IPv6Protocol.swift
[140/247] Compiling Socket LinkLayerProtocol.swift
[141/252] Compiling BluetoothMetadata BluetoothMetadata.swift
[142/252] Compiling BluetoothMetadata BluetoothUUID.swift
[144/253] Compiling Socket CInterop.swift
[145/253] Compiling Socket CSocketAddress.swift
[146/253] Compiling Socket Constants.swift
[147/253] Compiling Socket Errno.swift
[148/253] Compiling Socket FileChange.swift
[149/253] Compiling Socket FileEvent.swift
[150/253] Emitting module Socket
[151/253] Compiling Socket IPv6SocketAddress.swift
[152/253] Compiling Socket LinkLayerSocketAddress.swift
[153/253] Compiling Socket UnixSocketAddress.swift
[154/253] Compiling Socket SocketAddressFamily.swift
[155/253] Compiling Socket SocketDescriptor.swift
[156/253] Compiling Socket SocketEvent.swift
[157/253] Compiling Socket SocketFlags.swift
[158/253] Compiling Socket SocketHelpers.swift
[159/253] Compiling Socket SocketOperations.swift
[160/253] Compiling Socket SocketOption.swift
[161/253] Compiling Socket SocketOptionID.swift
[162/253] Compiling Socket FileFlags.swift
[163/253] Compiling Socket IOControl.swift
[164/253] Compiling Socket IODirection.swift
[165/253] Compiling Socket IOOperations.swift
[166/253] Compiling Socket IOType.swift
[167/253] Compiling Socket InternetProtocol.swift
[168/253] Compiling Socket MessageFlags.swift
[169/253] Compiling Socket NetworkInterface.swift
[170/253] Compiling Socket NetworkOrder.swift
[171/253] Compiling Socket Poll.swift
[172/253] Compiling Socket SocketAddress.swift
[173/253] Compiling Socket IPv4SocketAddress.swift
[174/253] Compiling Socket UnixProtocol.swift
[175/253] Compiling Socket SocketType.swift
[176/253] Compiling Socket Syscalls.swift
[177/253] Compiling Socket TCPSocketOption.swift
[178/253] Compiling Socket Util.swift
[179/253] Compiling Socket Socket.swift
[180/253] Compiling Socket SocketContinuation.swift
[181/253] Compiling Socket SocketManager.swift
[182/253] Compiling Socket AsyncSocketManager.swift
[183/253] Compiling Socket CFSocketManager.swift
[184/253] Compiling Socket CInternetAddress.swift
[186/254] Emitting module SwiftSyntax
[187/254] Compiling SwiftSyntax SyntaxEnum.swift
[188/254] Compiling SwiftSyntax SyntaxKind.swift
[189/254] Compiling SwiftSyntax SyntaxRewriter.swift
[190/254] Compiling SwiftSyntax SyntaxTraits.swift
[191/254] Compiling SwiftSyntax SyntaxVisitor.swift
[192/254] Compiling SwiftSyntax TokenKind.swift
[193/254] Compiling SwiftSyntax Tokens.swift
[194/254] Compiling SwiftSyntax TriviaPieces.swift
[195/254] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[196/254] Compiling SwiftSyntax RawSyntaxNodesC.swift
[197/254] Compiling SwiftSyntax RawSyntaxNodesD.swift
[198/254] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[199/254] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[200/254] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[201/254] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[202/254] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[203/254] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[204/254] Compiling SwiftSyntax RawSyntaxValidation.swift
[232/254] Compiling SwiftSyntax SyntaxNodesAB.swift
[233/254] Compiling SwiftSyntax SyntaxNodesC.swift
[234/254] Compiling SwiftSyntax SyntaxNodesD.swift
[235/254] Compiling SwiftSyntax SyntaxNodesEF.swift
[236/254] Compiling SwiftSyntax SyntaxNodesGHI.swift
[237/254] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[238/254] Compiling SwiftSyntax SyntaxNodesOP.swift
[239/254] Compiling SwiftSyntax SyntaxNodesQRS.swift
[240/254] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[241/255] Wrapping AST for SwiftSyntax for debugging
[243/313] Compiling SwiftDiagnostics Message.swift
[244/314] Emitting module SwiftDiagnostics
[245/314] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[246/314] Compiling SwiftBasicFormat Syntax+Extensions.swift
[247/314] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[248/314] Compiling SwiftDiagnostics Note.swift
[249/314] Compiling SwiftParser IncrementalParseTransition.swift
[250/314] Compiling SwiftParser IsValidIdentifier.swift
[251/314] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[252/314] Compiling SwiftParser Expressions.swift
[253/314] Emitting module SwiftBasicFormat
[254/314] Compiling SwiftBasicFormat BasicFormat.swift
[255/314] Compiling SwiftBasicFormat Indenter.swift
[256/314] Compiling SwiftBasicFormat InferIndentation.swift
[258/315] Compiling SwiftDiagnostics FixIt.swift
[259/315] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[260/315] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[261/315] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[262/316] Wrapping AST for SwiftBasicFormat for debugging
[263/316] Wrapping AST for SwiftDiagnostics for debugging
[265/316] Compiling SwiftParser LexemeSequence.swift
[266/316] Compiling SwiftParser Lexer.swift
[267/316] Compiling SwiftParser RegexLiteralLexer.swift
[268/316] Compiling SwiftParser UnicodeScalarExtensions.swift
[269/316] Compiling SwiftParser Lookahead.swift
[270/316] Compiling SwiftParser LoopProgressCondition.swift
[271/321] Compiling SwiftParser Modifiers.swift
[272/321] Compiling SwiftParser Names.swift
[273/321] Compiling SwiftParser Nominals.swift
[274/321] Compiling SwiftParser Parameters.swift
[275/321] Compiling SwiftParser ParseSourceFile.swift
[276/321] Compiling SwiftParser Parser.swift
[277/321] Compiling SwiftParser Patterns.swift
[278/321] Compiling SwiftParser Recovery.swift
[279/321] Compiling SwiftParser Specifiers.swift
[280/321] Compiling SwiftParser Statements.swift
[281/321] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[282/321] Compiling SwiftParser StringLiterals.swift
[283/321] Compiling SwiftParser SwiftParserCompatibility.swift
[284/321] Compiling SwiftParser SwiftVersion.swift
[285/321] Compiling SwiftParser SyntaxUtils.swift
[286/321] Compiling SwiftParser TokenConsumer.swift
[287/321] Compiling SwiftParser TokenPrecedence.swift
[288/321] Compiling SwiftParser TokenSpec.swift
[289/321] Compiling SwiftParser TokenSpecSet.swift
[290/321] Compiling SwiftParser TopLevel.swift
[291/321] Compiling SwiftParser TriviaParser.swift
[292/321] Compiling SwiftParser Types.swift
[293/321] Compiling SwiftParser Attributes.swift
[294/321] Compiling SwiftParser Availability.swift
[295/321] Compiling SwiftParser CharacterInfo.swift
[296/321] Compiling SwiftParser CollectionNodes+Parsable.swift
[297/321] Compiling SwiftParser Declarations.swift
[298/321] Compiling SwiftParser Directives.swift
[303/321] Compiling SwiftParser Cursor.swift
[304/321] Compiling SwiftParser Lexeme.swift
[305/321] Emitting module SwiftParser
[306/321] Compiling SwiftParser ExperimentalFeatures.swift
[307/321] Compiling SwiftParser IsLexerClassified.swift
[308/321] Compiling SwiftParser LayoutNodes+Parsable.swift
[309/321] Compiling SwiftParser Parser+TokenSpecSet.swift
[310/321] Compiling SwiftParser TokenSpecStaticMembers.swift
[311/322] Wrapping AST for SwiftParser for debugging
[313/345] Compiling SwiftOperators PrecedenceGroup.swift
[314/346] Compiling SwiftOperators OperatorTable.swift
[315/346] Compiling SwiftOperators PrecedenceGraph.swift
[316/346] Compiling SwiftOperators OperatorTable+Semantics.swift
[317/346] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[318/346] Compiling SwiftParserDiagnostics Utils.swift
[319/347] Compiling SwiftOperators SyntaxSynthesis.swift
[320/347] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[321/347] Compiling SwiftOperators OperatorError.swift
[322/347] Compiling SwiftOperators OperatorTable+Defaults.swift
[323/347] Emitting module SwiftOperators
[324/347] Compiling SwiftOperators Operator.swift
[325/347] Compiling SwiftOperators OperatorError+Diagnostics.swift
[326/347] Compiling SwiftOperators OperatorTable+Folding.swift
[327/348] Wrapping AST for SwiftOperators for debugging
[329/348] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[330/348] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[335/348] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[336/348] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[337/348] Emitting module SwiftParserDiagnostics
[338/348] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[339/348] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[340/349] Wrapping AST for SwiftParserDiagnostics for debugging
[342/364] Compiling SwiftSyntaxBuilder Indenter.swift
[343/364] Compiling SwiftSyntaxBuilder ListBuilder.swift
[344/365] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[345/365] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[346/365] Emitting module SwiftSyntaxBuilder
[347/365] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[348/365] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[349/365] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[350/365] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[351/365] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[352/365] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[353/365] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[354/365] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[355/365] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[356/365] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[357/365] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[358/366] Wrapping AST for SwiftSyntaxBuilder for debugging
[360/383] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[361/383] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[362/385] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[363/385] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[364/385] Compiling SwiftSyntaxMacros AccessorMacro.swift
[365/385] Compiling SwiftSyntaxMacros AttachedMacro.swift
[366/385] Compiling SwiftSyntaxMacros BodyMacro.swift
[367/385] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[368/385] Compiling SwiftSyntaxMacros Macro+Format.swift
[369/385] Compiling SwiftSyntaxMacros Macro.swift
[370/385] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[371/385] Compiling SwiftSyntaxMacros MemberMacro.swift
[372/385] Compiling SwiftSyntaxMacros PeerMacro.swift
[373/385] Emitting module SwiftSyntaxMacros
[374/385] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[375/385] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[376/385] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[377/385] Compiling SwiftSyntaxMacros PreambleMacro.swift
[378/385] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[379/386] Wrapping AST for SwiftSyntaxMacros for debugging
[381/395] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[382/396] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[383/396] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[384/396] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[385/396] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[386/396] Emitting module SwiftSyntaxMacroExpansion
[387/396] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[388/396] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[389/396] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[390/396] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[391/397] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[393/409] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[394/410] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[395/410] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[396/410] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[397/410] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[398/410] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[399/410] Emitting module SwiftCompilerPluginMessageHandling
[400/410] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[401/410] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[402/410] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[403/410] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[404/410] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[405/410] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[406/411] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[408/413] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[409/413] Emitting module SwiftCompilerPlugin
[410/414] Wrapping AST for SwiftCompilerPlugin for debugging
[412/419] Compiling BluetoothMacros Plugins.swift
[413/419] Emitting module BluetoothMacros
[414/419] Compiling BluetoothMacros BluetoothAddress.swift
[415/419] Compiling BluetoothMacros BluetoothUUID.swift
[416/419] Compiling BluetoothMacros Hexadecimal.swift
[417/420] Wrapping AST for BluetoothMacros for debugging
[418/420] Write Objects.LinkFileList
[419/420] Linking BluetoothMacros-tool
[421/456] Compiling Bluetooth SFloat.swift
[422/456] Compiling Bluetooth SecurityLevel.swift
[423/456] Compiling Bluetooth UInt128.swift
[424/456] Compiling Bluetooth UInt24.swift
[425/456] Compiling Bluetooth UInt256.swift
[426/460] Compiling Bluetooth UUID.swift
[427/460] Compiling Bluetooth L2CAPSocket.swift
[428/460] Compiling Bluetooth LowEnergyAdvertisingData.swift
[429/460] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[430/460] Compiling Bluetooth RSSI.swift
[431/460] Compiling Bluetooth Data.swift
[432/460] Compiling Bluetooth Hexadecimal.swift
[433/460] Compiling Bluetooth Integer.swift
[434/460] Compiling Bluetooth String.swift
[435/460] Compiling Bluetooth System.swift
[436/460] Compiling Bluetooth ByteSwap.swift
[437/460] Compiling Bluetooth ByteValue.swift
[438/460] Compiling Bluetooth ClassOfDevice.swift
[439/460] Compiling Bluetooth CompanyIdentifier.swift
[440/460] Compiling Bluetooth CompanyIdentifierMetadata.swift
[441/460] Compiling Bluetooth Address.swift
[442/460] Compiling Bluetooth AsyncIndefiniteStream.swift
[443/460] Compiling Bluetooth BitMaskOption.swift
[444/460] Compiling Bluetooth BluetoothUUID.swift
[445/460] Compiling Bluetooth BluetoothUUIDMetadata.swift
[446/460] Compiling Bluetooth CharacteristicUUID.swift
[447/460] Compiling Bluetooth DescriptorUUID.swift
[448/460] Compiling Bluetooth MemberUUID.swift
[449/460] Compiling Bluetooth DeclarationUUID.swift
[450/460] Emitting module Bluetooth
[451/460] Compiling Bluetooth UInt40.swift
[452/460] Compiling Bluetooth UInt48.swift
[453/460] Compiling Bluetooth UInt512.swift
[454/460] Compiling Bluetooth Unit.swift
[455/460] Compiling Bluetooth UnitIdentifier.swift
[456/460] Compiling Bluetooth UnitIdentifierMetadata.swift
[457/460] Compiling Bluetooth iBeacon.swift
[458/460] Compiling Bluetooth CompanyIdentifiers.swift
[459/460] Compiling Bluetooth UnitIdentifiers.swift
[460/460] Compiling Bluetooth ServiceUUID.swift
[462/508] Compiling BluetoothGAP GAPServiceData128BitUUID.swift
[463/508] Compiling BluetoothGAP GAPServiceData16BitUUID.swift
[464/508] Compiling BluetoothGAP GAPServiceData32BitUUID.swift
[465/508] Compiling BluetoothGAP GAPShortLocalName.swift
[466/508] Compiling BluetoothGAP GAPSimplePairingHashC.swift
[467/508] Compiling BluetoothGAP GAPSimplePairingRandomizerR.swift
[468/514] Compiling BluetoothGAP GAPMeshMessage.swift
[469/514] Compiling BluetoothGAP GAPPBADV.swift
[470/514] Compiling BluetoothGAP GAPPublicTargetAddress.swift
[471/514] Compiling BluetoothGAP GAPRandomTargetAddress.swift
[472/514] Compiling BluetoothGAP GAPSecurityManagerOOBFlags.swift
[473/514] Compiling BluetoothGAP GAPSecurityManagerTKValue.swift
[474/514] Compiling BluetoothGAP GAPCompleteListOf16BitServiceClassUUIDs.swift
[475/514] Compiling BluetoothGAP GAPCompleteListOf32BitServiceClassUUIDs.swift
[476/514] Compiling BluetoothGAP GAPCompleteLocalName.swift
[477/514] Compiling BluetoothGAP GAPData.swift
[478/514] Compiling BluetoothGAP GAPDataType.swift
[479/514] Compiling BluetoothGAP GAPFlags.swift
[480/514] Compiling BluetoothGAP GAPIncompleteListOf128BitServiceClassUUIDs.swift
[481/514] Compiling BluetoothGAP GAP3DInformation.swift
[482/514] Compiling BluetoothGAP GAPAdvertisingInterval.swift
[483/514] Compiling BluetoothGAP GAPAppearance.swift
[484/514] Compiling BluetoothGAP GAPAppearanceData.swift
[485/514] Compiling BluetoothGAP GAPChannelMapUpdateIndication.swift
[486/514] Compiling BluetoothGAP GAPClassOfDevice.swift
[487/514] Compiling BluetoothGAP GAPCompleteListOf128BitServiceClassUUIDs.swift
[488/514] Compiling BluetoothGAP GAPIncompleteListOf16BitServiceClassUUIDs.swift
[489/514] Compiling BluetoothGAP GAPIncompleteListOf32BitServiceClassUUIDs.swift
[490/514] Compiling BluetoothGAP GAPIndoorPositioning.swift
[491/514] Compiling BluetoothGAP GAPLEDeviceAddress.swift
[492/514] Compiling BluetoothGAP GAPLERole.swift
[493/514] Compiling BluetoothGAP GAPLESecureConnectionsConfirmation.swift
[494/514] Compiling BluetoothGAP GAPLESecureConnectionsRandom.swift
[495/514] Compiling BluetoothGAP GAPLESupportedFeatures.swift
[496/514] Compiling BluetoothGAP GAPListOf128BitServiceSolicitationUUIDs.swift
[497/514] Compiling BluetoothGAP GAPListOf16BitServiceSolicitationUUIDs.swift
[498/514] Compiling BluetoothGAP GAPListOf32BitServiceSolicitationUUIDs.swift
[499/514] Compiling BluetoothGAP GAPManufacturerSpecificData.swift
[500/514] Compiling BluetoothGAP GAPMeshBeacon.swift
[501/514] Compiling BluetoothGAP Decoder.swift
[502/514] Compiling BluetoothGAP Encoder.swift
[503/514] Compiling BluetoothGAP Hexadecimal.swift
[504/514] Compiling BluetoothGAP Integer.swift
[505/514] Compiling BluetoothGAP OptionSet.swift
[506/514] Compiling BluetoothGAP String.swift
[507/514] Compiling BluetoothGAP System.swift
[508/514] Emitting module BluetoothGAP
[509/514] Compiling BluetoothGAP GAPSlaveConnectionIntervalRange.swift
[510/514] Compiling BluetoothGAP GAPTransportDiscoveryData.swift
[511/514] Compiling BluetoothGAP GAPTxPowerLevel.swift
[512/514] Compiling BluetoothGAP GAPURI.swift
[513/514] Compiling BluetoothGAP GAPUUIDList.swift
[514/514] Compiling BluetoothGAP iBeacon.swift
[516/677] Compiling BluetoothHCI HCIPINCodeRequestReply.swift
[517/677] Compiling BluetoothHCI HCIPacketHeader.swift
[518/677] Compiling BluetoothHCI HCIPageScanRepetitionMode.swift
[519/677] Compiling BluetoothHCI HCIPeriodicInquiryMode.swift
[520/677] Compiling BluetoothHCI HCIQoSSetup.swift
[521/677] Compiling BluetoothHCI HCIQoSSetupComplete.swift
[522/677] Compiling BluetoothHCI HCIReadClassOfDevice.swift
[523/677] Compiling BluetoothHCI HCIReadClockOffset.swift
[524/677] Compiling BluetoothHCI HCIReadClockOffsetComplete.swift
[525/677] Compiling BluetoothHCI HCIReadConnectionAcceptTimeout.swift
[526/677] Compiling BluetoothHCI HCIReadDataBlockSize.swift
[527/677] Compiling BluetoothHCI HCIReadDeviceAddress.swift
[528/677] Compiling BluetoothHCI HCIReadLMPHandle.swift
[529/677] Compiling BluetoothHCI HCIReadLocalName.swift
[530/677] Compiling BluetoothHCI HCIReadLocalSupportedFeatures.swift
[531/677] Compiling BluetoothHCI HCIReadLocalVersionInformation.swift
[532/677] Compiling BluetoothHCI HCIReadPageTimeout.swift
[533/677] Compiling BluetoothHCI HCIReadRemoteExtendedFeatures.swift
[534/677] Compiling BluetoothHCI HCIReadRemoteExtendedFeaturesComplete.swift
[535/677] Compiling BluetoothHCI HCIReadRemoteFeaturesComplete.swift
[536/677] Compiling BluetoothHCI HCIReadRemoteSupportedFeatures.swift
[537/677] Compiling BluetoothHCI HCIReadRemoteVersionInformation.swift
[538/677] Compiling BluetoothHCI HCIReadRemoteVersionInformationComplete.swift
[539/677] Compiling BluetoothHCI HCILESetPeriodicAdvertisingParameters.swift
[540/677] Compiling BluetoothHCI HCILESetPhy.swift
[541/677] Compiling BluetoothHCI HCILESetPrivacyMode.swift
[542/677] Compiling BluetoothHCI HCILESetRandomAddress.swift
[543/677] Compiling BluetoothHCI HCILESetResolvablePrivateAddressTimeout.swift
[544/677] Compiling BluetoothHCI HCILESetScanEnable.swift
[545/677] Compiling BluetoothHCI HCILESetScanParameters.swift
[546/677] Compiling BluetoothHCI HCILESetScanResponseData.swift
[547/677] Compiling BluetoothHCI HCILEStartEncryption.swift
[548/677] Compiling BluetoothHCI HCILETestEnd.swift
[549/677] Compiling BluetoothHCI HCILETransmitterTest.swift
[550/677] Compiling BluetoothHCI HCILEUpdateConnection.swift
[551/677] Compiling BluetoothHCI HCILEWriteRfPathCompensation.swift
[552/677] Compiling BluetoothHCI HCILEWriteSuggestedDefaultDataLength.swift
[553/677] Compiling BluetoothHCI HCILinkKeyNotification.swift
[554/677] Compiling BluetoothHCI HCILinkKeyRequest.swift
[555/677] Compiling BluetoothHCI HCILinkKeyRequestNegativeReply.swift
[556/677] Compiling BluetoothHCI HCILinkKeyRequestReply.swift
[557/677] Compiling BluetoothHCI HCILowEnergyMetaEvent.swift
[558/677] Compiling BluetoothHCI HCIMaxSlotsChange.swift
[559/677] Compiling BluetoothHCI HCIModeChange.swift
[560/677] Compiling BluetoothHCI HCINumberOfCompletedPackets.swift
[561/677] Compiling BluetoothHCI HCIPINCodeRequest.swift
[562/721] Compiling BluetoothHCI AdvertisingChannelHeader.swift
[563/721] Compiling BluetoothHCI AdvertisingInterval.swift
[564/721] Compiling BluetoothHCI BluetoothHostController.swift
[565/721] Compiling BluetoothHCI ChannelIdentifier.swift
[566/721] Compiling BluetoothHCI ConnectionAcceptTimeout.swift
[567/721] Compiling BluetoothHCI Bool.swift
[568/721] Compiling BluetoothHCI Hexadecimal.swift
[569/721] Compiling BluetoothHCI Integer.swift
[570/721] Compiling BluetoothHCI String.swift
[571/721] Compiling BluetoothHCI System.swift
[572/721] Compiling BluetoothHCI HCI.swift
[573/721] Compiling BluetoothHCI HCIAcceptConnectionRequest.swift
[574/721] Compiling BluetoothHCI HCIAuthenticationComplete.swift
[575/721] Compiling BluetoothHCI HCIAuthenticationRequested.swift
[576/721] Compiling BluetoothHCI HCIChangeConnectionPacketType.swift
[577/721] Compiling BluetoothHCI HCICommand.swift
[578/721] Compiling BluetoothHCI HCICommandComplete.swift
[579/721] Compiling BluetoothHCI HCICommandStatus.swift
[580/721] Compiling BluetoothHCI HCICommandTimeout.swift
[581/721] Compiling BluetoothHCI HCIConnectionComplete.swift
[582/721] Compiling BluetoothHCI HCIConnectionPacketTypeChange.swift
[583/721] Compiling BluetoothHCI HCIConnectionRequest.swift
[584/721] Compiling BluetoothHCI HCICreateConnection.swift
[585/721] Compiling BluetoothHCI HCICreateConnectionCancel.swift
[586/721] Compiling BluetoothHCI HCIDeleteStoredLinkKey.swift
[587/721] Compiling BluetoothHCI HCIDisconnect.swift
[588/721] Compiling BluetoothHCI HCIDisconnectionComplete.swift
[589/721] Compiling BluetoothHCI HCIEncryptionChange.swift
[590/721] Compiling BluetoothHCI HCIEncryptionKeyRefreshComplete.swift
[591/721] Compiling BluetoothHCI HCIError.swift
[592/721] Compiling BluetoothHCI HCIEvent.swift
[593/721] Compiling BluetoothHCI HCIExitPeriodicInquiryMode.swift
[594/721] Compiling BluetoothHCI HCIGeneralEvent.swift
[595/721] Compiling BluetoothHCI HCIHoldMode.swift
[596/721] Compiling BluetoothHCI HCIIOCapabilityRequest.swift
[597/721] Compiling BluetoothHCI HCIIOCapabilityRequestReply.swift
[598/721] Compiling BluetoothHCI HCIIOCapabilityResponse.swift
[599/721] Compiling BluetoothHCI HCIInquiry.swift
[600/721] Compiling BluetoothHCI HCIInquiryCancel.swift
[601/721] Compiling BluetoothHCI HCIInquiryComplete.swift
[602/721] Compiling BluetoothHCI HCIInquiryResult.swift
[603/721] Compiling BluetoothHCI HCILEAddDeviceToPeriodicAdvertiserList.swift
[604/721] Compiling BluetoothHCI HCILEAddDeviceToResolvingList.swift
[605/721] Compiling BluetoothHCI HCILEAddDeviceToWhiteList.swift
[606/721] Compiling BluetoothHCI HCILEAdvertisingReport.swift
[607/721] Compiling BluetoothHCI HCILEAdvertisingSetTerminated.swift
[608/743] Compiling BluetoothHCI HCILERemoteConnectionParameterRequestNegativeReply.swift
[609/743] Compiling BluetoothHCI HCILERemoteConnectionParameterRequestReply.swift
[610/743] Compiling BluetoothHCI HCILERemoveAdvertisingSet.swift
[611/743] Compiling BluetoothHCI HCILERemoveDeviceFromResolvingList.swift
[612/743] Compiling BluetoothHCI HCILERemoveDeviceFromWhiteList.swift
[613/743] Compiling BluetoothHCI HCILERemoveDeviceToPeriodicAdvertiserList.swift
[614/743] Compiling BluetoothHCI HCILEScanRequestReceived.swift
[615/743] Compiling BluetoothHCI HCILESetAddressResolutionEnable.swift
[616/743] Compiling BluetoothHCI HCILESetAdvertiseEnable.swift
[617/743] Compiling BluetoothHCI HCILESetAdvertisingData.swift
[618/743] Compiling BluetoothHCI HCILESetAdvertisingParameters.swift
[619/743] Compiling BluetoothHCI HCILESetAdvertisingSetRandomAddress.swift
[620/743] Compiling BluetoothHCI HCILESetDataLength.swift
[621/743] Compiling BluetoothHCI HCILESetDefaultPhy.swift
[622/743] Compiling BluetoothHCI HCILESetEventMask.swift
[623/743] Compiling BluetoothHCI HCILESetExtendedAdvertisingData.swift
[624/743] Compiling BluetoothHCI HCILESetExtendedAdvertisingParameters.swift
[625/743] Compiling BluetoothHCI HCILESetExtendedScanEnable.swift
[626/743] Compiling BluetoothHCI HCILESetExtendedScanParameters.swift
[627/743] Compiling BluetoothHCI HCILESetExtendedScanResponseData.swift
[628/743] Compiling BluetoothHCI HCILESetHostChannelClassification.swift
[629/743] Compiling BluetoothHCI HCILESetPeriodicAdvertisingData.swift
[630/743] Compiling BluetoothHCI HCILESetPeriodicAdvertisingEnable.swift
[631/743] Compiling BluetoothHCI HCILERandom.swift
[632/743] Compiling BluetoothHCI HCILEReadAdvertisingChannelTxPower.swift
[633/743] Compiling BluetoothHCI HCILEReadBufferSize.swift
[634/743] Compiling BluetoothHCI HCILEReadChannelMap.swift
[635/743] Compiling BluetoothHCI HCILEReadLocalP256PublicKeyComplete.swift
[636/743] Compiling BluetoothHCI HCILEReadLocalResolvableAddressReturn.swift
[637/743] Compiling BluetoothHCI HCILEReadLocalSupportedFeatures.swift
[638/743] Compiling BluetoothHCI HCILEReadMaximumAdvertisingDataLength.swift
[639/743] Compiling BluetoothHCI HCILEReadMaximumDataLength.swift
[640/743] Compiling BluetoothHCI HCILEReadNumberOfSupportedAdvertisingSets.swift
[641/743] Compiling BluetoothHCI HCILEReadPeerResolvableAddressReturn.swift
[642/743] Compiling BluetoothHCI HCILEReadPeriodicAdvertisingListSize.swift
[643/743] Compiling BluetoothHCI HCILEReadPhy.swift
[644/743] Compiling BluetoothHCI HCILEReadRemoteUsedFeatures.swift
[645/743] Compiling BluetoothHCI HCILEReadRemoteUsedFeaturesComplete.swift
[646/743] Compiling BluetoothHCI HCILEReadResolvingListSize.swift
[647/743] Compiling BluetoothHCI HCILEReadRfPathCompensation.swift
[648/743] Compiling BluetoothHCI HCILEReadSuggestedDefaultDataLength.swift
[649/743] Compiling BluetoothHCI HCILEReadSupportedStates.swift
[650/743] Compiling BluetoothHCI HCILEReadTransmitPower.swift
[651/743] Compiling BluetoothHCI HCILEReadWhiteListSize.swift
[652/743] Compiling BluetoothHCI HCILEReceiverTest.swift
[653/743] Compiling BluetoothHCI HCILERemoteConnectionParameterRequest.swift
[654/743] Emitting module BluetoothHCI
[655/743] Compiling BluetoothHCI HCILEChannelSelectionAlgorithm.swift
[656/743] Compiling BluetoothHCI HCILEConnectionComplete.swift
[657/743] Compiling BluetoothHCI HCILEConnectionUpdateComplete.swift
[658/743] Compiling BluetoothHCI HCILECreateConnection.swift
[659/743] Compiling BluetoothHCI HCILEDataLengthChange.swift
[660/743] Compiling BluetoothHCI HCILEDirectedAdvertisingReport.swift
[661/743] Compiling BluetoothHCI HCILEEncrypt.swift
[662/743] Compiling BluetoothHCI HCILEEnhancedConnectionComplete.swift
[663/743] Compiling BluetoothHCI HCILEEnhancedReceiverTest.swift
[664/743] Compiling BluetoothHCI HCILEEnhancedTransmitterTest.swift
[665/743] Compiling BluetoothHCI HCILEExtendedAdvertisingReport.swift
[666/743] Compiling BluetoothHCI HCILEExtendedCreateConnection.swift
[667/743] Compiling BluetoothHCI HCILEGenerateDHKey.swift
[668/743] Compiling BluetoothHCI HCILEGenerateDHKeyComplete.swift
[669/743] Compiling BluetoothHCI HCILELongTermKeyRequest.swift
[670/743] Compiling BluetoothHCI HCILELongTermKeyRequestNegativeReply.swift
[671/743] Compiling BluetoothHCI HCILELongTermKeyRequestReply.swift
[672/743] Compiling BluetoothHCI HCILEPeriodicAdvertisingCreateSync.swift
[673/743] Compiling BluetoothHCI HCILEPeriodicAdvertisingReport.swift
[674/743] Compiling BluetoothHCI HCILEPeriodicAdvertisingSyncEstablished.swift
[675/743] Compiling BluetoothHCI HCILEPeriodicAdvertisingSyncLost.swift
[676/743] Compiling BluetoothHCI HCILEPeriodicAdvertisingTerminateSync.swift
[677/743] Compiling BluetoothHCI HCILEPhyUpdateComplete.swift
[678/743] Compiling BluetoothHCI LowEnergyPhyOptions.swift
[679/743] Compiling BluetoothHCI LowEnergyResolvingList.swift
[680/743] Compiling BluetoothHCI LowEnergyRfRxPathCompensationValue.swift
[681/743] Compiling BluetoothHCI LowEnergyRfTxPathCompensationValue.swift
[682/743] Compiling BluetoothHCI LowEnergyRole.swift
[683/743] Compiling BluetoothHCI LowEnergyRxChannel.swift
[684/743] Compiling BluetoothHCI LowEnergyRxPhy.swift
[685/743] Compiling BluetoothHCI LowEnergyRxPhys.swift
[686/743] Compiling BluetoothHCI LowEnergyScanInterval.swift
[687/743] Compiling BluetoothHCI LowEnergyState.swift
[688/743] Compiling BluetoothHCI LowEnergySupervisionTimeout.swift
[689/743] Compiling BluetoothHCI LowEnergyTxChannel.swift
[690/743] Compiling BluetoothHCI LowEnergyTxPhy.swift
[691/743] Compiling BluetoothHCI LowEnergyTxPhys.swift
[692/743] Compiling BluetoothHCI LowEnergyTxPower.swift
[693/743] Compiling BluetoothHCI LowEnergyWhiteList.swift
[694/743] Compiling BluetoothHCI LowEnergyWhiteListDevice.swift
[695/743] Compiling BluetoothHCI PacketType.swift
[696/743] Compiling BluetoothHCI ProtocolServiceMultiplexer.swift
[697/743] Compiling BluetoothHCI StatusParametersCommand.swift
[698/743] Compiling BluetoothHCI VendorCommand.swift
[699/743] Compiling BluetoothHCI iBeacon.swift
[700/743] Compiling BluetoothHCI LMPFeature.swift
[701/743] Compiling BluetoothHCI LinkControlCommand.swift
[702/743] Compiling BluetoothHCI LinkPolicyCommand.swift
[703/743] Compiling BluetoothHCI LowEnergyAddressType.swift
[704/743] Compiling BluetoothHCI LowEnergyAdvertiserAddressType.swift
[705/743] Compiling BluetoothHCI LowEnergyAdvertising.swift
[706/743] Compiling BluetoothHCI LowEnergyAllPhys.swift
[707/743] Compiling BluetoothHCI LowEnergyChannelMap.swift
[708/743] Compiling BluetoothHCI LowEnergyClockAccuracy.swift
[709/743] Compiling BluetoothHCI LowEnergyCommand.swift
[710/743] Compiling BluetoothHCI LowEnergyConnection.swift
[711/743] Compiling BluetoothHCI LowEnergyConnectionInterval.swift
[712/743] Compiling BluetoothHCI LowEnergyConnectionIntervalRange.swift
[713/743] Compiling BluetoothHCI LowEnergyConnectionLatency.swift
[714/743] Compiling BluetoothHCI LowEnergyConnectionLength.swift
[715/743] Compiling BluetoothHCI LowEnergyEvent.swift
[716/743] Compiling BluetoothHCI LowEnergyFeature.swift
[717/743] Compiling BluetoothHCI LowEnergyFragmentPreference.swift
[718/743] Compiling BluetoothHCI LowEnergyMaxTxOctets.swift
[719/743] Compiling BluetoothHCI LowEnergyMaxTxTime.swift
[720/743] Compiling BluetoothHCI LowEnergyPacketPayload.swift
[721/743] Compiling BluetoothHCI LowEnergyPeerIdentifyAddressType.swift
[722/743] Compiling BluetoothHCI HCIReadStoredLinkKey.swift
[723/743] Compiling BluetoothHCI HCIRejectConnectionRequest.swift
[724/743] Compiling BluetoothHCI HCIRemoteNameRequest.swift
[725/743] Compiling BluetoothHCI HCIRemoteNameRequestComplete.swift
[726/743] Compiling BluetoothHCI HCIReset.swift
[727/743] Compiling BluetoothHCI HCISetConnectionEncryption.swift
[728/743] Compiling BluetoothHCI HCISetEventFilter.swift
[729/743] Compiling BluetoothHCI HCISimplePairingComplete.swift
[730/743] Compiling BluetoothHCI HCIUserConfirmationRequest.swift
[731/743] Compiling BluetoothHCI HCIUserConfirmationRequestReply.swift
[732/743] Compiling BluetoothHCI HCIVersion.swift
[733/743] Compiling BluetoothHCI HCIWriteClassOfDevice.swift
[734/743] Compiling BluetoothHCI HCIWriteConnectionAcceptTimeout.swift
[735/743] Compiling BluetoothHCI HCIWriteLinkPolicySettings.swift
[736/743] Compiling BluetoothHCI HCIWriteLinkSupervisionTimeout.swift
[737/743] Compiling BluetoothHCI HCIWriteLocalName.swift
[738/743] Compiling BluetoothHCI HCIWritePageScanActivity.swift
[739/743] Compiling BluetoothHCI HCIWritePageScanType.swift
[740/743] Compiling BluetoothHCI HCIWritePageTimeout.swift
[741/743] Compiling BluetoothHCI HCIWriteScanEnable.swift
[742/743] Compiling BluetoothHCI HostControllerBasebandCommand.swift
[743/743] Compiling BluetoothHCI InformationalCommand.swift
[745/798] Compiling BluetoothLinux AddressType.swift
[746/798] Compiling BluetoothLinux BNEP.swift
[747/798] Compiling BluetoothLinux BNEPIO.swift
[748/798] Compiling BluetoothLinux CMTP.swift
[749/798] Compiling BluetoothLinux CMTPIO.swift
[750/798] Compiling BluetoothLinux Error.swift
[751/798] Compiling BluetoothLinux Sequence.swift
[752/798] Compiling BluetoothLinux DeviceCommand.swift
[753/805] Compiling BluetoothLinux RFCOMMDevice.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMDevice.swift:17:23: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
15 | public let id: HostController.ID
16 |
17 | public var flags: BitMaskOptionSet<RFCOMMFlag>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
18 |
19 | public var state: RFCOMMState
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMFlag.swift:12:47: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
10 | /// RFCOMM Flags
11 | @frozen
12 | public enum RFCOMMFlag: UInt32, CaseIterable, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
13 |
14 | case reuseDLC = 0x01 // RFCOMM_REUSE_DLC
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMLinkMode.swift:12:51: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
10 | /// RFCOMM Link Mode
11 | @frozen
12 | public enum RFCOMMLinkMode: UInt16, CaseIterable, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
13 |
14 | case master = 0x0001
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMSocketOption.swift:67:30: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
65 | public static var id: RFCOMMSocketOption { .connectionInfo }
66 |
67 | public var linkMode: BitMaskOptionSet<RFCOMMLinkMode>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
68 |
69 | public init(linkMode: BitMaskOptionSet<RFCOMMLinkMode> = []) {
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMSocketOption.swift:69:31: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
67 | public var linkMode: BitMaskOptionSet<RFCOMMLinkMode>
68 |
69 | public init(linkMode: BitMaskOptionSet<RFCOMMLinkMode> = []) {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
70 | self.linkMode = linkMode
71 | }
[754/805] Compiling BluetoothLinux RFCOMMFlag.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMDevice.swift:17:23: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
15 | public let id: HostController.ID
16 |
17 | public var flags: BitMaskOptionSet<RFCOMMFlag>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
18 |
19 | public var state: RFCOMMState
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMFlag.swift:12:47: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
10 | /// RFCOMM Flags
11 | @frozen
12 | public enum RFCOMMFlag: UInt32, CaseIterable, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
13 |
14 | case reuseDLC = 0x01 // RFCOMM_REUSE_DLC
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMLinkMode.swift:12:51: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
10 | /// RFCOMM Link Mode
11 | @frozen
12 | public enum RFCOMMLinkMode: UInt16, CaseIterable, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
13 |
14 | case master = 0x0001
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMSocketOption.swift:67:30: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
65 | public static var id: RFCOMMSocketOption { .connectionInfo }
66 |
67 | public var linkMode: BitMaskOptionSet<RFCOMMLinkMode>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
68 |
69 | public init(linkMode: BitMaskOptionSet<RFCOMMLinkMode> = []) {
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMSocketOption.swift:69:31: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
67 | public var linkMode: BitMaskOptionSet<RFCOMMLinkMode>
68 |
69 | public init(linkMode: BitMaskOptionSet<RFCOMMLinkMode> = []) {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
70 | self.linkMode = linkMode
71 | }
[755/805] Compiling BluetoothLinux RFCOMMLinkMode.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMDevice.swift:17:23: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
15 | public let id: HostController.ID
16 |
17 | public var flags: BitMaskOptionSet<RFCOMMFlag>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
18 |
19 | public var state: RFCOMMState
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMFlag.swift:12:47: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
10 | /// RFCOMM Flags
11 | @frozen
12 | public enum RFCOMMFlag: UInt32, CaseIterable, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
13 |
14 | case reuseDLC = 0x01 // RFCOMM_REUSE_DLC
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMLinkMode.swift:12:51: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
10 | /// RFCOMM Link Mode
11 | @frozen
12 | public enum RFCOMMLinkMode: UInt16, CaseIterable, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
13 |
14 | case master = 0x0001
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMSocketOption.swift:67:30: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
65 | public static var id: RFCOMMSocketOption { .connectionInfo }
66 |
67 | public var linkMode: BitMaskOptionSet<RFCOMMLinkMode>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
68 |
69 | public init(linkMode: BitMaskOptionSet<RFCOMMLinkMode> = []) {
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMSocketOption.swift:69:31: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
67 | public var linkMode: BitMaskOptionSet<RFCOMMLinkMode>
68 |
69 | public init(linkMode: BitMaskOptionSet<RFCOMMLinkMode> = []) {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
70 | self.linkMode = linkMode
71 | }
[756/805] Compiling BluetoothLinux RFCOMMSocket.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMDevice.swift:17:23: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
15 | public let id: HostController.ID
16 |
17 | public var flags: BitMaskOptionSet<RFCOMMFlag>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
18 |
19 | public var state: RFCOMMState
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMFlag.swift:12:47: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
10 | /// RFCOMM Flags
11 | @frozen
12 | public enum RFCOMMFlag: UInt32, CaseIterable, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
13 |
14 | case reuseDLC = 0x01 // RFCOMM_REUSE_DLC
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMLinkMode.swift:12:51: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
10 | /// RFCOMM Link Mode
11 | @frozen
12 | public enum RFCOMMLinkMode: UInt16, CaseIterable, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
13 |
14 | case master = 0x0001
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMSocketOption.swift:67:30: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
65 | public static var id: RFCOMMSocketOption { .connectionInfo }
66 |
67 | public var linkMode: BitMaskOptionSet<RFCOMMLinkMode>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
68 |
69 | public init(linkMode: BitMaskOptionSet<RFCOMMLinkMode> = []) {
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMSocketOption.swift:69:31: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
67 | public var linkMode: BitMaskOptionSet<RFCOMMLinkMode>
68 |
69 | public init(linkMode: BitMaskOptionSet<RFCOMMLinkMode> = []) {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
70 | self.linkMode = linkMode
71 | }
[757/805] Compiling BluetoothLinux RFCOMMSocketAddress.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMDevice.swift:17:23: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
15 | public let id: HostController.ID
16 |
17 | public var flags: BitMaskOptionSet<RFCOMMFlag>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
18 |
19 | public var state: RFCOMMState
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMFlag.swift:12:47: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
10 | /// RFCOMM Flags
11 | @frozen
12 | public enum RFCOMMFlag: UInt32, CaseIterable, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
13 |
14 | case reuseDLC = 0x01 // RFCOMM_REUSE_DLC
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMLinkMode.swift:12:51: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
10 | /// RFCOMM Link Mode
11 | @frozen
12 | public enum RFCOMMLinkMode: UInt16, CaseIterable, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
13 |
14 | case master = 0x0001
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMSocketOption.swift:67:30: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
65 | public static var id: RFCOMMSocketOption { .connectionInfo }
66 |
67 | public var linkMode: BitMaskOptionSet<RFCOMMLinkMode>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
68 |
69 | public init(linkMode: BitMaskOptionSet<RFCOMMLinkMode> = []) {
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMSocketOption.swift:69:31: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
67 | public var linkMode: BitMaskOptionSet<RFCOMMLinkMode>
68 |
69 | public init(linkMode: BitMaskOptionSet<RFCOMMLinkMode> = []) {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
70 | self.linkMode = linkMode
71 | }
[758/805] Compiling BluetoothLinux RFCOMMSocketOption.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMDevice.swift:17:23: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
15 | public let id: HostController.ID
16 |
17 | public var flags: BitMaskOptionSet<RFCOMMFlag>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
18 |
19 | public var state: RFCOMMState
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMFlag.swift:12:47: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
10 | /// RFCOMM Flags
11 | @frozen
12 | public enum RFCOMMFlag: UInt32, CaseIterable, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
13 |
14 | case reuseDLC = 0x01 // RFCOMM_REUSE_DLC
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMLinkMode.swift:12:51: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
10 | /// RFCOMM Link Mode
11 | @frozen
12 | public enum RFCOMMLinkMode: UInt16, CaseIterable, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
13 |
14 | case master = 0x0001
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMSocketOption.swift:67:30: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
65 | public static var id: RFCOMMSocketOption { .connectionInfo }
66 |
67 | public var linkMode: BitMaskOptionSet<RFCOMMLinkMode>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
68 |
69 | public init(linkMode: BitMaskOptionSet<RFCOMMLinkMode> = []) {
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMSocketOption.swift:69:31: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
67 | public var linkMode: BitMaskOptionSet<RFCOMMLinkMode>
68 |
69 | public init(linkMode: BitMaskOptionSet<RFCOMMLinkMode> = []) {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
70 | self.linkMode = linkMode
71 | }
[759/805] Compiling BluetoothLinux RFCOMMState.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMDevice.swift:17:23: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
15 | public let id: HostController.ID
16 |
17 | public var flags: BitMaskOptionSet<RFCOMMFlag>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
18 |
19 | public var state: RFCOMMState
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMFlag.swift:12:47: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
10 | /// RFCOMM Flags
11 | @frozen
12 | public enum RFCOMMFlag: UInt32, CaseIterable, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
13 |
14 | case reuseDLC = 0x01 // RFCOMM_REUSE_DLC
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMLinkMode.swift:12:51: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
10 | /// RFCOMM Link Mode
11 | @frozen
12 | public enum RFCOMMLinkMode: UInt16, CaseIterable, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
13 |
14 | case master = 0x0001
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMSocketOption.swift:67:30: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
65 | public static var id: RFCOMMSocketOption { .connectionInfo }
66 |
67 | public var linkMode: BitMaskOptionSet<RFCOMMLinkMode>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
68 |
69 | public init(linkMode: BitMaskOptionSet<RFCOMMLinkMode> = []) {
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMSocketOption.swift:69:31: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
67 | public var linkMode: BitMaskOptionSet<RFCOMMLinkMode>
68 |
69 | public init(linkMode: BitMaskOptionSet<RFCOMMLinkMode> = []) {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
70 | self.linkMode = linkMode
71 | }
[760/805] Compiling BluetoothLinux SCOSocket.swift
[761/805] Compiling BluetoothLinux SCOSocketOption.swift
[762/805] Compiling BluetoothLinux SocketAddress.swift
[763/805] Compiling BluetoothLinux SocketOption.swift
[764/805] Compiling BluetoothLinux SocketOptionLevel.swift
[765/805] Compiling BluetoothLinux SecuritySocketOption.swift
[766/805] Compiling BluetoothLinux SocketProtocol.swift
[767/805] Compiling BluetoothLinux DevicePollEvent.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceFlag.swift:11:35: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
9 |
10 | /// HCI device flags
11 | public enum HCIDeviceFlag: Int32, BitMaskOption, CaseIterable {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
12 |
13 | case up
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceOptions.swift:22:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
20 | public extension HCIDeviceOptions {
21 |
22 | var flags: BitMaskOptionSet<HCIDeviceFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
23 | var options = BitMaskOptionSet<HCIDeviceFlag>()
24 | HCIDeviceFlag.allCases.forEach {
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceOptions.swift:23:23: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
21 |
22 | var flags: BitMaskOptionSet<HCIDeviceFlag> {
23 | var options = BitMaskOptionSet<HCIDeviceFlag>()
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
24 | HCIDeviceFlag.allCases.forEach {
25 | if contains($0) {
[768/805] Compiling BluetoothLinux DeviceRequest.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceFlag.swift:11:35: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
9 |
10 | /// HCI device flags
11 | public enum HCIDeviceFlag: Int32, BitMaskOption, CaseIterable {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
12 |
13 | case up
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceOptions.swift:22:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
20 | public extension HCIDeviceOptions {
21 |
22 | var flags: BitMaskOptionSet<HCIDeviceFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
23 | var options = BitMaskOptionSet<HCIDeviceFlag>()
24 | HCIDeviceFlag.allCases.forEach {
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceOptions.swift:23:23: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
21 |
22 | var flags: BitMaskOptionSet<HCIDeviceFlag> {
23 | var options = BitMaskOptionSet<HCIDeviceFlag>()
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
24 | HCIDeviceFlag.allCases.forEach {
25 | if contains($0) {
[769/805] Compiling BluetoothLinux HCIBusType.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceFlag.swift:11:35: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
9 |
10 | /// HCI device flags
11 | public enum HCIDeviceFlag: Int32, BitMaskOption, CaseIterable {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
12 |
13 | case up
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceOptions.swift:22:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
20 | public extension HCIDeviceOptions {
21 |
22 | var flags: BitMaskOptionSet<HCIDeviceFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
23 | var options = BitMaskOptionSet<HCIDeviceFlag>()
24 | HCIDeviceFlag.allCases.forEach {
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceOptions.swift:23:23: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
21 |
22 | var flags: BitMaskOptionSet<HCIDeviceFlag> {
23 | var options = BitMaskOptionSet<HCIDeviceFlag>()
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
24 | HCIDeviceFlag.allCases.forEach {
25 | if contains($0) {
[770/805] Compiling BluetoothLinux HCIChannel.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceFlag.swift:11:35: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
9 |
10 | /// HCI device flags
11 | public enum HCIDeviceFlag: Int32, BitMaskOption, CaseIterable {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
12 |
13 | case up
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceOptions.swift:22:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
20 | public extension HCIDeviceOptions {
21 |
22 | var flags: BitMaskOptionSet<HCIDeviceFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
23 | var options = BitMaskOptionSet<HCIDeviceFlag>()
24 | HCIDeviceFlag.allCases.forEach {
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceOptions.swift:23:23: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
21 |
22 | var flags: BitMaskOptionSet<HCIDeviceFlag> {
23 | var options = BitMaskOptionSet<HCIDeviceFlag>()
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
24 | HCIDeviceFlag.allCases.forEach {
25 | if contains($0) {
[771/805] Compiling BluetoothLinux HCIControllerType.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceFlag.swift:11:35: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
9 |
10 | /// HCI device flags
11 | public enum HCIDeviceFlag: Int32, BitMaskOption, CaseIterable {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
12 |
13 | case up
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceOptions.swift:22:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
20 | public extension HCIDeviceOptions {
21 |
22 | var flags: BitMaskOptionSet<HCIDeviceFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
23 | var options = BitMaskOptionSet<HCIDeviceFlag>()
24 | HCIDeviceFlag.allCases.forEach {
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceOptions.swift:23:23: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
21 |
22 | var flags: BitMaskOptionSet<HCIDeviceFlag> {
23 | var options = BitMaskOptionSet<HCIDeviceFlag>()
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
24 | HCIDeviceFlag.allCases.forEach {
25 | if contains($0) {
[772/805] Compiling BluetoothLinux HCIDeviceEvent.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceFlag.swift:11:35: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
9 |
10 | /// HCI device flags
11 | public enum HCIDeviceFlag: Int32, BitMaskOption, CaseIterable {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
12 |
13 | case up
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceOptions.swift:22:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
20 | public extension HCIDeviceOptions {
21 |
22 | var flags: BitMaskOptionSet<HCIDeviceFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
23 | var options = BitMaskOptionSet<HCIDeviceFlag>()
24 | HCIDeviceFlag.allCases.forEach {
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceOptions.swift:23:23: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
21 |
22 | var flags: BitMaskOptionSet<HCIDeviceFlag> {
23 | var options = BitMaskOptionSet<HCIDeviceFlag>()
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
24 | HCIDeviceFlag.allCases.forEach {
25 | if contains($0) {
[773/805] Compiling BluetoothLinux HCIDeviceFlag.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceFlag.swift:11:35: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
9 |
10 | /// HCI device flags
11 | public enum HCIDeviceFlag: Int32, BitMaskOption, CaseIterable {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
12 |
13 | case up
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceOptions.swift:22:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
20 | public extension HCIDeviceOptions {
21 |
22 | var flags: BitMaskOptionSet<HCIDeviceFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
23 | var options = BitMaskOptionSet<HCIDeviceFlag>()
24 | HCIDeviceFlag.allCases.forEach {
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceOptions.swift:23:23: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
21 |
22 | var flags: BitMaskOptionSet<HCIDeviceFlag> {
23 | var options = BitMaskOptionSet<HCIDeviceFlag>()
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
24 | HCIDeviceFlag.allCases.forEach {
25 | if contains($0) {
[774/805] Compiling BluetoothLinux HCIDeviceOptions.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceFlag.swift:11:35: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
9 |
10 | /// HCI device flags
11 | public enum HCIDeviceFlag: Int32, BitMaskOption, CaseIterable {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
12 |
13 | case up
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceOptions.swift:22:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
20 | public extension HCIDeviceOptions {
21 |
22 | var flags: BitMaskOptionSet<HCIDeviceFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
23 | var options = BitMaskOptionSet<HCIDeviceFlag>()
24 | HCIDeviceFlag.allCases.forEach {
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceOptions.swift:23:23: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
21 |
22 | var flags: BitMaskOptionSet<HCIDeviceFlag> {
23 | var options = BitMaskOptionSet<HCIDeviceFlag>()
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
24 | HCIDeviceFlag.allCases.forEach {
25 | if contains($0) {
[775/805] Compiling BluetoothLinux L2CAPSocketOption.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:31:20: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | public init(
30 | id: HostController.ID,
31 | flags: BitMaskOptionSet<RFCOMMFlag>,
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 | source: BluetoothAddress,
33 | destination: BluetoothAddress,
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:62:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
60 |
61 | @_alwaysEmitIntoClient
62 | var flags: BitMaskOptionSet<RFCOMMFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
63 | return .init(rawValue: bytes.flags)
64 | }
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:90:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
88 | func rfcommCreateDevice(
89 | id: HostController.ID,
90 | flags: BitMaskOptionSet<RFCOMMFlag> = [],
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
91 | source: BluetoothAddress,
92 | destination: BluetoothAddress,
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:31:20: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | public init(
30 | id: HostController.ID,
31 | flags: BitMaskOptionSet<RFCOMMFlag>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 | ) {
33 | self.init(CInterop.RFCOMMDeviceRequest(
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:59:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
57 |
58 | @_alwaysEmitIntoClient
59 | var flags: BitMaskOptionSet<RFCOMMFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
60 | return .init(rawValue: bytes.flags)
61 | }
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:71:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
69 | func rfcommReleaseDevice(
70 | id: HostController.ID,
71 | flags: BitMaskOptionSet<RFCOMMFlag> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
72 | ) throws {
73 | var request = RFCOMMIO.ReleaseDevice(
[776/805] Compiling BluetoothLinux LinkMode.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:31:20: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | public init(
30 | id: HostController.ID,
31 | flags: BitMaskOptionSet<RFCOMMFlag>,
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 | source: BluetoothAddress,
33 | destination: BluetoothAddress,
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:62:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
60 |
61 | @_alwaysEmitIntoClient
62 | var flags: BitMaskOptionSet<RFCOMMFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
63 | return .init(rawValue: bytes.flags)
64 | }
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:90:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
88 | func rfcommCreateDevice(
89 | id: HostController.ID,
90 | flags: BitMaskOptionSet<RFCOMMFlag> = [],
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
91 | source: BluetoothAddress,
92 | destination: BluetoothAddress,
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:31:20: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | public init(
30 | id: HostController.ID,
31 | flags: BitMaskOptionSet<RFCOMMFlag>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 | ) {
33 | self.init(CInterop.RFCOMMDeviceRequest(
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:59:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
57 |
58 | @_alwaysEmitIntoClient
59 | var flags: BitMaskOptionSet<RFCOMMFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
60 | return .init(rawValue: bytes.flags)
61 | }
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:71:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
69 | func rfcommReleaseDevice(
70 | id: HostController.ID,
71 | flags: BitMaskOptionSet<RFCOMMFlag> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
72 | ) throws {
73 | var request = RFCOMMIO.ReleaseDevice(
[777/805] Compiling BluetoothLinux RFCOMMCreateDevice.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:31:20: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | public init(
30 | id: HostController.ID,
31 | flags: BitMaskOptionSet<RFCOMMFlag>,
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 | source: BluetoothAddress,
33 | destination: BluetoothAddress,
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:62:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
60 |
61 | @_alwaysEmitIntoClient
62 | var flags: BitMaskOptionSet<RFCOMMFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
63 | return .init(rawValue: bytes.flags)
64 | }
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:90:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
88 | func rfcommCreateDevice(
89 | id: HostController.ID,
90 | flags: BitMaskOptionSet<RFCOMMFlag> = [],
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
91 | source: BluetoothAddress,
92 | destination: BluetoothAddress,
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:31:20: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | public init(
30 | id: HostController.ID,
31 | flags: BitMaskOptionSet<RFCOMMFlag>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 | ) {
33 | self.init(CInterop.RFCOMMDeviceRequest(
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:59:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
57 |
58 | @_alwaysEmitIntoClient
59 | var flags: BitMaskOptionSet<RFCOMMFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
60 | return .init(rawValue: bytes.flags)
61 | }
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:71:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
69 | func rfcommReleaseDevice(
70 | id: HostController.ID,
71 | flags: BitMaskOptionSet<RFCOMMFlag> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
72 | ) throws {
73 | var request = RFCOMMIO.ReleaseDevice(
[778/805] Compiling BluetoothLinux RFCOMMGetDeviceInformation.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:31:20: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | public init(
30 | id: HostController.ID,
31 | flags: BitMaskOptionSet<RFCOMMFlag>,
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 | source: BluetoothAddress,
33 | destination: BluetoothAddress,
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:62:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
60 |
61 | @_alwaysEmitIntoClient
62 | var flags: BitMaskOptionSet<RFCOMMFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
63 | return .init(rawValue: bytes.flags)
64 | }
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:90:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
88 | func rfcommCreateDevice(
89 | id: HostController.ID,
90 | flags: BitMaskOptionSet<RFCOMMFlag> = [],
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
91 | source: BluetoothAddress,
92 | destination: BluetoothAddress,
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:31:20: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | public init(
30 | id: HostController.ID,
31 | flags: BitMaskOptionSet<RFCOMMFlag>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 | ) {
33 | self.init(CInterop.RFCOMMDeviceRequest(
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:59:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
57 |
58 | @_alwaysEmitIntoClient
59 | var flags: BitMaskOptionSet<RFCOMMFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
60 | return .init(rawValue: bytes.flags)
61 | }
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:71:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
69 | func rfcommReleaseDevice(
70 | id: HostController.ID,
71 | flags: BitMaskOptionSet<RFCOMMFlag> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
72 | ) throws {
73 | var request = RFCOMMIO.ReleaseDevice(
[779/805] Compiling BluetoothLinux RFCOMMGetDeviceList.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:31:20: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | public init(
30 | id: HostController.ID,
31 | flags: BitMaskOptionSet<RFCOMMFlag>,
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 | source: BluetoothAddress,
33 | destination: BluetoothAddress,
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:62:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
60 |
61 | @_alwaysEmitIntoClient
62 | var flags: BitMaskOptionSet<RFCOMMFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
63 | return .init(rawValue: bytes.flags)
64 | }
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:90:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
88 | func rfcommCreateDevice(
89 | id: HostController.ID,
90 | flags: BitMaskOptionSet<RFCOMMFlag> = [],
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
91 | source: BluetoothAddress,
92 | destination: BluetoothAddress,
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:31:20: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | public init(
30 | id: HostController.ID,
31 | flags: BitMaskOptionSet<RFCOMMFlag>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 | ) {
33 | self.init(CInterop.RFCOMMDeviceRequest(
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:59:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
57 |
58 | @_alwaysEmitIntoClient
59 | var flags: BitMaskOptionSet<RFCOMMFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
60 | return .init(rawValue: bytes.flags)
61 | }
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:71:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
69 | func rfcommReleaseDevice(
70 | id: HostController.ID,
71 | flags: BitMaskOptionSet<RFCOMMFlag> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
72 | ) throws {
73 | var request = RFCOMMIO.ReleaseDevice(
[780/805] Compiling BluetoothLinux RFCOMMIO.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:31:20: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | public init(
30 | id: HostController.ID,
31 | flags: BitMaskOptionSet<RFCOMMFlag>,
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 | source: BluetoothAddress,
33 | destination: BluetoothAddress,
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:62:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
60 |
61 | @_alwaysEmitIntoClient
62 | var flags: BitMaskOptionSet<RFCOMMFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
63 | return .init(rawValue: bytes.flags)
64 | }
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:90:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
88 | func rfcommCreateDevice(
89 | id: HostController.ID,
90 | flags: BitMaskOptionSet<RFCOMMFlag> = [],
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
91 | source: BluetoothAddress,
92 | destination: BluetoothAddress,
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:31:20: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | public init(
30 | id: HostController.ID,
31 | flags: BitMaskOptionSet<RFCOMMFlag>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 | ) {
33 | self.init(CInterop.RFCOMMDeviceRequest(
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:59:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
57 |
58 | @_alwaysEmitIntoClient
59 | var flags: BitMaskOptionSet<RFCOMMFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
60 | return .init(rawValue: bytes.flags)
61 | }
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:71:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
69 | func rfcommReleaseDevice(
70 | id: HostController.ID,
71 | flags: BitMaskOptionSet<RFCOMMFlag> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
72 | ) throws {
73 | var request = RFCOMMIO.ReleaseDevice(
[781/805] Compiling BluetoothLinux RFCOMMReleaseDevice.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:31:20: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | public init(
30 | id: HostController.ID,
31 | flags: BitMaskOptionSet<RFCOMMFlag>,
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 | source: BluetoothAddress,
33 | destination: BluetoothAddress,
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:62:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
60 |
61 | @_alwaysEmitIntoClient
62 | var flags: BitMaskOptionSet<RFCOMMFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
63 | return .init(rawValue: bytes.flags)
64 | }
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:90:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
88 | func rfcommCreateDevice(
89 | id: HostController.ID,
90 | flags: BitMaskOptionSet<RFCOMMFlag> = [],
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
91 | source: BluetoothAddress,
92 | destination: BluetoothAddress,
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:31:20: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | public init(
30 | id: HostController.ID,
31 | flags: BitMaskOptionSet<RFCOMMFlag>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 | ) {
33 | self.init(CInterop.RFCOMMDeviceRequest(
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:59:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
57 |
58 | @_alwaysEmitIntoClient
59 | var flags: BitMaskOptionSet<RFCOMMFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
60 | return .init(rawValue: bytes.flags)
61 | }
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:71:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
69 | func rfcommReleaseDevice(
70 | id: HostController.ID,
71 | flags: BitMaskOptionSet<RFCOMMFlag> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
72 | ) throws {
73 | var request = RFCOMMIO.ReleaseDevice(
[782/805] Emitting module BluetoothLinux
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HostController.swift:10:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
8 |
9 | import Foundation
10 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
11 | import BluetoothHCI
12 | import SystemPackage
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
9 | import Foundation
10 | import BluetoothHCI
11 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
12 | import SystemPackage
13 | import Socket
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/CInterop.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
10 | import SystemPackage
11 | import Socket
12 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
13 |
14 | public extension CInterop {
/host/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocket.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
10 | import Bluetooth
11 | import BluetoothHCI
12 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
13 | import SystemPackage
14 | import Socket
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceFlag.swift:11:35: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
9 |
10 | /// HCI device flags
11 | public enum HCIDeviceFlag: Int32, BitMaskOption, CaseIterable {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
12 |
13 | case up
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HCIDeviceOptions.swift:22:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
20 | public extension HCIDeviceOptions {
21 |
22 | var flags: BitMaskOptionSet<HCIDeviceFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
23 | var options = BitMaskOptionSet<HCIDeviceFlag>()
24 | HCIDeviceFlag.allCases.forEach {
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:31:24: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | limit: Int = 255,
30 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
31 | options: BitMaskOptionSet<ScanOption> = []) throws -> [InquiryResult] {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 |
33 | assert(duration > 0, "Scan must be longer than 0 seconds")
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:69:30: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
67 |
68 | /// Options for scanning Bluetooth devices
69 | enum ScanOption: UInt16, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
70 |
71 | /// The cache of previously detected devices is flushed before performing the current inquiry.
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:111:29: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
109 | public var deviceClass: (UInt8, UInt8, UInt8)?
110 |
111 | public var options: BitMaskOptionSet<HostController.ScanOption>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
112 |
113 | public private(set) var response: [HostController.InquiryResult]
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:120:22: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
118 | limit: UInt8 = 255,
119 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
120 | options: BitMaskOptionSet<HostController.ScanOption> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
121 | ) {
122 | self.device = device
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:186:18: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
184 | limit: UInt8 = 255,
185 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
186 | options: BitMaskOptionSet<HostController.ScanOption> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
187 | ) throws -> [HostController.InquiryResult] {
188 | var inquiry = HostControllerIO.Inquiry(
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/Darwin.swift:13:10: warning: This module will only run on Linux
11 |
12 | #if !os(Linux)
13 | #warning("This module will only run on Linux")
| `- warning: This module will only run on Linux
14 |
15 | @usableFromInline
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/Darwin.swift:80:10: warning: Android does not use BlueZ kernel module
78 |
79 | #if os(Android)
80 | #warning("Android does not use BlueZ kernel module")
| `- warning: Android does not use BlueZ kernel module
81 | #endif
82 |
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:31:20: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | public init(
30 | id: HostController.ID,
31 | flags: BitMaskOptionSet<RFCOMMFlag>,
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 | source: BluetoothAddress,
33 | destination: BluetoothAddress,
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:62:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
60 |
61 | @_alwaysEmitIntoClient
62 | var flags: BitMaskOptionSet<RFCOMMFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
63 | return .init(rawValue: bytes.flags)
64 | }
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMCreateDevice.swift:90:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
88 | func rfcommCreateDevice(
89 | id: HostController.ID,
90 | flags: BitMaskOptionSet<RFCOMMFlag> = [],
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
91 | source: BluetoothAddress,
92 | destination: BluetoothAddress,
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:31:20: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | public init(
30 | id: HostController.ID,
31 | flags: BitMaskOptionSet<RFCOMMFlag>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 | ) {
33 | self.init(CInterop.RFCOMMDeviceRequest(
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:59:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
57 |
58 | @_alwaysEmitIntoClient
59 | var flags: BitMaskOptionSet<RFCOMMFlag> {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
60 | return .init(rawValue: bytes.flags)
61 | }
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/IOCTL/RFCOMMReleaseDevice.swift:71:16: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
69 | func rfcommReleaseDevice(
70 | id: HostController.ID,
71 | flags: BitMaskOptionSet<RFCOMMFlag> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
72 | ) throws {
73 | var request = RFCOMMIO.ReleaseDevice(
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMDevice.swift:17:23: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
15 | public let id: HostController.ID
16 |
17 | public var flags: BitMaskOptionSet<RFCOMMFlag>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
18 |
19 | public var state: RFCOMMState
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMFlag.swift:12:47: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
10 | /// RFCOMM Flags
11 | @frozen
12 | public enum RFCOMMFlag: UInt32, CaseIterable, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
13 |
14 | case reuseDLC = 0x01 // RFCOMM_REUSE_DLC
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMLinkMode.swift:12:51: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
10 | /// RFCOMM Link Mode
11 | @frozen
12 | public enum RFCOMMLinkMode: UInt16, CaseIterable, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
13 |
14 | case master = 0x0001
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMSocketOption.swift:67:30: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
65 | public static var id: RFCOMMSocketOption { .connectionInfo }
66 |
67 | public var linkMode: BitMaskOptionSet<RFCOMMLinkMode>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
68 |
69 | public init(linkMode: BitMaskOptionSet<RFCOMMLinkMode> = []) {
/host/spi-builder-workspace/Sources/BluetoothLinux/RFCOMM/RFCOMMSocketOption.swift:69:31: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
67 | public var linkMode: BitMaskOptionSet<RFCOMMLinkMode>
68 |
69 | public init(linkMode: BitMaskOptionSet<RFCOMMLinkMode> = []) {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
70 | self.linkMode = linkMode
71 | }
[783/805] Compiling BluetoothLinux CSocketAddress.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocket.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
10 | import Bluetooth
11 | import BluetoothHCI
12 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
13 | import SystemPackage
14 | import Socket
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/Darwin.swift:13:10: warning: This module will only run on Linux
11 |
12 | #if !os(Linux)
13 | #warning("This module will only run on Linux")
| `- warning: This module will only run on Linux
14 |
15 | @usableFromInline
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/Darwin.swift:80:10: warning: Android does not use BlueZ kernel module
78 |
79 | #if os(Android)
80 | #warning("Android does not use BlueZ kernel module")
| `- warning: Android does not use BlueZ kernel module
81 | #endif
82 |
[784/805] Compiling BluetoothLinux Darwin.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocket.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
10 | import Bluetooth
11 | import BluetoothHCI
12 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
13 | import SystemPackage
14 | import Socket
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/Darwin.swift:13:10: warning: This module will only run on Linux
11 |
12 | #if !os(Linux)
13 | #warning("This module will only run on Linux")
| `- warning: This module will only run on Linux
14 |
15 | @usableFromInline
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/Darwin.swift:80:10: warning: Android does not use BlueZ kernel module
78 |
79 | #if os(Android)
80 | #warning("Android does not use BlueZ kernel module")
| `- warning: Android does not use BlueZ kernel module
81 | #endif
82 |
[785/805] Compiling BluetoothLinux IOCTL.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocket.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
10 | import Bluetooth
11 | import BluetoothHCI
12 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
13 | import SystemPackage
14 | import Socket
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/Darwin.swift:13:10: warning: This module will only run on Linux
11 |
12 | #if !os(Linux)
13 | #warning("This module will only run on Linux")
| `- warning: This module will only run on Linux
14 |
15 | @usableFromInline
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/Darwin.swift:80:10: warning: Android does not use BlueZ kernel module
78 |
79 | #if os(Android)
80 | #warning("Android does not use BlueZ kernel module")
| `- warning: Android does not use BlueZ kernel module
81 | #endif
82 |
[786/805] Compiling BluetoothLinux SocketDescriptor.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocket.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
10 | import Bluetooth
11 | import BluetoothHCI
12 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
13 | import SystemPackage
14 | import Socket
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/Darwin.swift:13:10: warning: This module will only run on Linux
11 |
12 | #if !os(Linux)
13 | #warning("This module will only run on Linux")
| `- warning: This module will only run on Linux
14 |
15 | @usableFromInline
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/Darwin.swift:80:10: warning: Android does not use BlueZ kernel module
78 |
79 | #if os(Android)
80 | #warning("Android does not use BlueZ kernel module")
| `- warning: Android does not use BlueZ kernel module
81 | #endif
82 |
[787/805] Compiling BluetoothLinux L2CAPFileDescriptor.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocket.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
10 | import Bluetooth
11 | import BluetoothHCI
12 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
13 | import SystemPackage
14 | import Socket
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/Darwin.swift:13:10: warning: This module will only run on Linux
11 |
12 | #if !os(Linux)
13 | #warning("This module will only run on Linux")
| `- warning: This module will only run on Linux
14 |
15 | @usableFromInline
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/Darwin.swift:80:10: warning: Android does not use BlueZ kernel module
78 |
79 | #if os(Android)
80 | #warning("Android does not use BlueZ kernel module")
| `- warning: Android does not use BlueZ kernel module
81 | #endif
82 |
[788/805] Compiling BluetoothLinux L2CAPSocket.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocket.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
10 | import Bluetooth
11 | import BluetoothHCI
12 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
13 | import SystemPackage
14 | import Socket
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/Darwin.swift:13:10: warning: This module will only run on Linux
11 |
12 | #if !os(Linux)
13 | #warning("This module will only run on Linux")
| `- warning: This module will only run on Linux
14 |
15 | @usableFromInline
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/Darwin.swift:80:10: warning: Android does not use BlueZ kernel module
78 |
79 | #if os(Android)
80 | #warning("Android does not use BlueZ kernel module")
| `- warning: Android does not use BlueZ kernel module
81 | #endif
82 |
[789/805] Compiling BluetoothLinux L2CAPSocketAddress.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocket.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
10 | import Bluetooth
11 | import BluetoothHCI
12 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
13 | import SystemPackage
14 | import Socket
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/Darwin.swift:13:10: warning: This module will only run on Linux
11 |
12 | #if !os(Linux)
13 | #warning("This module will only run on Linux")
| `- warning: This module will only run on Linux
14 |
15 | @usableFromInline
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/Darwin.swift:80:10: warning: Android does not use BlueZ kernel module
78 |
79 | #if os(Android)
80 | #warning("Android does not use BlueZ kernel module")
| `- warning: Android does not use BlueZ kernel module
81 | #endif
82 |
[790/805] Compiling BluetoothLinux HCIDeviceUp.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
9 | import Foundation
10 | import BluetoothHCI
11 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
12 | import SystemPackage
13 | import Socket
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/CInterop.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
10 | import SystemPackage
11 | import Socket
12 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
13 |
14 | public extension CInterop {
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:31:24: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | limit: Int = 255,
30 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
31 | options: BitMaskOptionSet<ScanOption> = []) throws -> [InquiryResult] {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 |
33 | assert(duration > 0, "Scan must be longer than 0 seconds")
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:69:30: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
67 |
68 | /// Options for scanning Bluetooth devices
69 | enum ScanOption: UInt16, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
70 |
71 | /// The cache of previously detected devices is flushed before performing the current inquiry.
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:111:29: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
109 | public var deviceClass: (UInt8, UInt8, UInt8)?
110 |
111 | public var options: BitMaskOptionSet<HostController.ScanOption>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
112 |
113 | public private(set) var response: [HostController.InquiryResult]
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:120:22: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
118 | limit: UInt8 = 255,
119 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
120 | options: BitMaskOptionSet<HostController.ScanOption> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
121 | ) {
122 | self.device = device
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:186:18: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
184 | limit: UInt8 = 255,
185 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
186 | options: BitMaskOptionSet<HostController.ScanOption> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
187 | ) throws -> [HostController.InquiryResult] {
188 | var inquiry = HostControllerIO.Inquiry(
[791/805] Compiling BluetoothLinux HCIScan.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
9 | import Foundation
10 | import BluetoothHCI
11 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
12 | import SystemPackage
13 | import Socket
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/CInterop.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
10 | import SystemPackage
11 | import Socket
12 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
13 |
14 | public extension CInterop {
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:31:24: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | limit: Int = 255,
30 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
31 | options: BitMaskOptionSet<ScanOption> = []) throws -> [InquiryResult] {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 |
33 | assert(duration > 0, "Scan must be longer than 0 seconds")
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:69:30: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
67 |
68 | /// Options for scanning Bluetooth devices
69 | enum ScanOption: UInt16, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
70 |
71 | /// The cache of previously detected devices is flushed before performing the current inquiry.
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:111:29: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
109 | public var deviceClass: (UInt8, UInt8, UInt8)?
110 |
111 | public var options: BitMaskOptionSet<HostController.ScanOption>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
112 |
113 | public private(set) var response: [HostController.InquiryResult]
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:120:22: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
118 | limit: UInt8 = 255,
119 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
120 | options: BitMaskOptionSet<HostController.ScanOption> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
121 | ) {
122 | self.device = device
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:186:18: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
184 | limit: UInt8 = 255,
185 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
186 | options: BitMaskOptionSet<HostController.ScanOption> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
187 | ) throws -> [HostController.InquiryResult] {
188 | var inquiry = HostControllerIO.Inquiry(
[792/805] Compiling BluetoothLinux HostControllerIO.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
9 | import Foundation
10 | import BluetoothHCI
11 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
12 | import SystemPackage
13 | import Socket
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/CInterop.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
10 | import SystemPackage
11 | import Socket
12 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
13 |
14 | public extension CInterop {
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:31:24: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | limit: Int = 255,
30 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
31 | options: BitMaskOptionSet<ScanOption> = []) throws -> [InquiryResult] {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 |
33 | assert(duration > 0, "Scan must be longer than 0 seconds")
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:69:30: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
67 |
68 | /// Options for scanning Bluetooth devices
69 | enum ScanOption: UInt16, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
70 |
71 | /// The cache of previously detected devices is flushed before performing the current inquiry.
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:111:29: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
109 | public var deviceClass: (UInt8, UInt8, UInt8)?
110 |
111 | public var options: BitMaskOptionSet<HostController.ScanOption>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
112 |
113 | public private(set) var response: [HostController.InquiryResult]
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:120:22: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
118 | limit: UInt8 = 255,
119 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
120 | options: BitMaskOptionSet<HostController.ScanOption> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
121 | ) {
122 | self.device = device
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:186:18: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
184 | limit: UInt8 = 255,
185 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
186 | options: BitMaskOptionSet<HostController.ScanOption> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
187 | ) throws -> [HostController.InquiryResult] {
188 | var inquiry = HostControllerIO.Inquiry(
[793/805] Compiling BluetoothLinux HCIFilterSocketOption.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
9 | import Foundation
10 | import BluetoothHCI
11 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
12 | import SystemPackage
13 | import Socket
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/CInterop.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
10 | import SystemPackage
11 | import Socket
12 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
13 |
14 | public extension CInterop {
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:31:24: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | limit: Int = 255,
30 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
31 | options: BitMaskOptionSet<ScanOption> = []) throws -> [InquiryResult] {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 |
33 | assert(duration > 0, "Scan must be longer than 0 seconds")
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:69:30: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
67 |
68 | /// Options for scanning Bluetooth devices
69 | enum ScanOption: UInt16, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
70 |
71 | /// The cache of previously detected devices is flushed before performing the current inquiry.
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:111:29: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
109 | public var deviceClass: (UInt8, UInt8, UInt8)?
110 |
111 | public var options: BitMaskOptionSet<HostController.ScanOption>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
112 |
113 | public private(set) var response: [HostController.InquiryResult]
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:120:22: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
118 | limit: UInt8 = 255,
119 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
120 | options: BitMaskOptionSet<HostController.ScanOption> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
121 | ) {
122 | self.device = device
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:186:18: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
184 | limit: UInt8 = 255,
185 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
186 | options: BitMaskOptionSet<HostController.ScanOption> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
187 | ) throws -> [HostController.InquiryResult] {
188 | var inquiry = HostControllerIO.Inquiry(
[794/805] Compiling BluetoothLinux HIDP.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
9 | import Foundation
10 | import BluetoothHCI
11 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
12 | import SystemPackage
13 | import Socket
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/CInterop.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
10 | import SystemPackage
11 | import Socket
12 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
13 |
14 | public extension CInterop {
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:31:24: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | limit: Int = 255,
30 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
31 | options: BitMaskOptionSet<ScanOption> = []) throws -> [InquiryResult] {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 |
33 | assert(duration > 0, "Scan must be longer than 0 seconds")
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:69:30: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
67 |
68 | /// Options for scanning Bluetooth devices
69 | enum ScanOption: UInt16, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
70 |
71 | /// The cache of previously detected devices is flushed before performing the current inquiry.
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:111:29: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
109 | public var deviceClass: (UInt8, UInt8, UInt8)?
110 |
111 | public var options: BitMaskOptionSet<HostController.ScanOption>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
112 |
113 | public private(set) var response: [HostController.InquiryResult]
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:120:22: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
118 | limit: UInt8 = 255,
119 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
120 | options: BitMaskOptionSet<HostController.ScanOption> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
121 | ) {
122 | self.device = device
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:186:18: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
184 | limit: UInt8 = 255,
185 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
186 | options: BitMaskOptionSet<HostController.ScanOption> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
187 | ) throws -> [HostController.InquiryResult] {
188 | var inquiry = HostControllerIO.Inquiry(
[795/805] Compiling BluetoothLinux HIDPIO.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
9 | import Foundation
10 | import BluetoothHCI
11 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
12 | import SystemPackage
13 | import Socket
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/CInterop.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
10 | import SystemPackage
11 | import Socket
12 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
13 |
14 | public extension CInterop {
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:31:24: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | limit: Int = 255,
30 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
31 | options: BitMaskOptionSet<ScanOption> = []) throws -> [InquiryResult] {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 |
33 | assert(duration > 0, "Scan must be longer than 0 seconds")
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:69:30: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
67 |
68 | /// Options for scanning Bluetooth devices
69 | enum ScanOption: UInt16, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
70 |
71 | /// The cache of previously detected devices is flushed before performing the current inquiry.
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:111:29: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
109 | public var deviceClass: (UInt8, UInt8, UInt8)?
110 |
111 | public var options: BitMaskOptionSet<HostController.ScanOption>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
112 |
113 | public private(set) var response: [HostController.InquiryResult]
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:120:22: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
118 | limit: UInt8 = 255,
119 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
120 | options: BitMaskOptionSet<HostController.ScanOption> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
121 | ) {
122 | self.device = device
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:186:18: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
184 | limit: UInt8 = 255,
185 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
186 | options: BitMaskOptionSet<HostController.ScanOption> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
187 | ) throws -> [HostController.InquiryResult] {
188 | var inquiry = HostControllerIO.Inquiry(
[796/805] Compiling BluetoothLinux DeviceDown.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
9 | import Foundation
10 | import BluetoothHCI
11 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
12 | import SystemPackage
13 | import Socket
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/CInterop.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
10 | import SystemPackage
11 | import Socket
12 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
13 |
14 | public extension CInterop {
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:31:24: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | limit: Int = 255,
30 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
31 | options: BitMaskOptionSet<ScanOption> = []) throws -> [InquiryResult] {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 |
33 | assert(duration > 0, "Scan must be longer than 0 seconds")
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:69:30: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
67 |
68 | /// Options for scanning Bluetooth devices
69 | enum ScanOption: UInt16, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
70 |
71 | /// The cache of previously detected devices is flushed before performing the current inquiry.
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:111:29: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
109 | public var deviceClass: (UInt8, UInt8, UInt8)?
110 |
111 | public var options: BitMaskOptionSet<HostController.ScanOption>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
112 |
113 | public private(set) var response: [HostController.InquiryResult]
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:120:22: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
118 | limit: UInt8 = 255,
119 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
120 | options: BitMaskOptionSet<HostController.ScanOption> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
121 | ) {
122 | self.device = device
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:186:18: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
184 | limit: UInt8 = 255,
185 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
186 | options: BitMaskOptionSet<HostController.ScanOption> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
187 | ) throws -> [HostController.InquiryResult] {
188 | var inquiry = HostControllerIO.Inquiry(
[797/805] Compiling BluetoothLinux CInterop.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
9 | import Foundation
10 | import BluetoothHCI
11 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
12 | import SystemPackage
13 | import Socket
/host/spi-builder-workspace/Sources/BluetoothLinux/Internal/CInterop.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
10 | import SystemPackage
11 | import Socket
12 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
13 |
14 | public extension CInterop {
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:31:24: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
29 | limit: Int = 255,
30 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
31 | options: BitMaskOptionSet<ScanOption> = []) throws -> [InquiryResult] {
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
32 |
33 | assert(duration > 0, "Scan must be longer than 0 seconds")
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:69:30: warning: 'BitMaskOption' is deprecated: Use OptionSet instead
67 |
68 | /// Options for scanning Bluetooth devices
69 | enum ScanOption: UInt16, BitMaskOption {
| `- warning: 'BitMaskOption' is deprecated: Use OptionSet instead
70 |
71 | /// The cache of previously detected devices is flushed before performing the current inquiry.
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:111:29: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
109 | public var deviceClass: (UInt8, UInt8, UInt8)?
110 |
111 | public var options: BitMaskOptionSet<HostController.ScanOption>
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
112 |
113 | public private(set) var response: [HostController.InquiryResult]
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:120:22: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
118 | limit: UInt8 = 255,
119 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
120 | options: BitMaskOptionSet<HostController.ScanOption> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
121 | ) {
122 | self.device = device
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift:186:18: warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
184 | limit: UInt8 = 255,
185 | deviceClass: (UInt8, UInt8, UInt8)? = nil,
186 | options: BitMaskOptionSet<HostController.ScanOption> = []
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
187 | ) throws -> [HostController.InquiryResult] {
188 | var inquiry = HostControllerIO.Inquiry(
[798/805] Compiling BluetoothLinux HCIFileDescriptor.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HostController.swift:10:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
8 |
9 | import Foundation
10 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
11 | import BluetoothHCI
12 | import SystemPackage
[799/805] Compiling BluetoothLinux HCIPacketType.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HostController.swift:10:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
8 |
9 | import Foundation
10 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
11 | import BluetoothHCI
12 | import SystemPackage
[800/805] Compiling BluetoothLinux HCISocketAddress.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HostController.swift:10:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
8 |
9 | import Foundation
10 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
11 | import BluetoothHCI
12 | import SystemPackage
[801/805] Compiling BluetoothLinux HCISocketOption.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HostController.swift:10:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
8 |
9 | import Foundation
10 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
11 | import BluetoothHCI
12 | import SystemPackage
[802/805] Compiling BluetoothLinux HostController.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HostController.swift:10:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
8 |
9 | import Foundation
10 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
11 | import BluetoothHCI
12 | import SystemPackage
[803/805] Compiling BluetoothLinux HCIDeviceDown.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HostController.swift:10:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
8 |
9 | import Foundation
10 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
11 | import BluetoothHCI
12 | import SystemPackage
[804/805] Compiling BluetoothLinux HCIDeviceInformation.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HostController.swift:10:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
8 |
9 | import Foundation
10 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
11 | import BluetoothHCI
12 | import SystemPackage
[805/805] Compiling BluetoothLinux HCIDeviceList.swift
/host/spi-builder-workspace/Sources/BluetoothLinux/HCI/HostController.swift:10:22: warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
8 |
9 | import Foundation
10 | @_implementationOnly import CBluetoothLinux
| `- warning: using '@_implementationOnly' without enabling library evolution for 'BluetoothLinux' may lead to instability during execution
11 | import BluetoothHCI
12 | import SystemPackage
Build complete! (230.30s)
Build complete.
{
"dependencies" : [
{
"identity" : "bluetooth",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/Bluetooth.git"
},
{
"identity" : "socket",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/Socket.git"
}
],
"manifest_display_name" : "BluetoothLinux",
"name" : "BluetoothLinux",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "BluetoothLinux",
"targets" : [
"BluetoothLinux"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CBluetoothLinuxTest",
"module_type" : "ClangTarget",
"name" : "CBluetoothLinuxTest",
"path" : "Sources/CBluetoothLinuxTest",
"sources" : [
"dummy.c"
],
"type" : "library"
},
{
"c99name" : "CBluetoothLinux",
"module_type" : "ClangTarget",
"name" : "CBluetoothLinux",
"path" : "Sources/CBluetoothLinux",
"product_memberships" : [
"BluetoothLinux"
],
"sources" : [
"dummy.c"
],
"type" : "library"
},
{
"c99name" : "BluetoothLinuxTests",
"module_type" : "SwiftTarget",
"name" : "BluetoothLinuxTests",
"path" : "Tests/BluetoothLinuxTests",
"product_dependencies" : [
"BluetoothGATT",
"BluetoothGAP"
],
"sources" : [
"BluetoothLinuxTests.swift",
"L2CAPTests.swift"
],
"target_dependencies" : [
"BluetoothLinux",
"CBluetoothLinuxTest"
],
"type" : "test"
},
{
"c99name" : "BluetoothLinux",
"module_type" : "SwiftTarget",
"name" : "BluetoothLinux",
"path" : "Sources/BluetoothLinux",
"product_dependencies" : [
"Bluetooth",
"BluetoothHCI",
"Socket"
],
"product_memberships" : [
"BluetoothLinux"
],
"sources" : [
"AddressType.swift",
"BNEP/BNEP.swift",
"BNEP/IOCTL/BNEPIO.swift",
"CMTP/CMTP.swift",
"CMTP/IOCTL/CMTPIO.swift",
"Error.swift",
"Extensions/Sequence.swift",
"HCI/DeviceCommand.swift",
"HCI/DevicePollEvent.swift",
"HCI/DeviceRequest.swift",
"HCI/HCIBusType.swift",
"HCI/HCIChannel.swift",
"HCI/HCIControllerType.swift",
"HCI/HCIDeviceEvent.swift",
"HCI/HCIDeviceFlag.swift",
"HCI/HCIDeviceOptions.swift",
"HCI/HCIFileDescriptor.swift",
"HCI/HCIPacketType.swift",
"HCI/HCISocketAddress.swift",
"HCI/HCISocketOption.swift",
"HCI/HostController.swift",
"HCI/IOCTL/HCIDeviceDown.swift",
"HCI/IOCTL/HCIDeviceInformation.swift",
"HCI/IOCTL/HCIDeviceList.swift",
"HCI/IOCTL/HCIDeviceUp.swift",
"HCI/IOCTL/HCIScan.swift",
"HCI/IOCTL/HostControllerIO.swift",
"HCI/SocketOptions/HCIFilterSocketOption.swift",
"HIDP/HIDP.swift",
"HIDP/IOCTL/HIDPIO.swift",
"IOControl/DeviceDown.swift",
"Internal/CInterop.swift",
"Internal/CSocketAddress.swift",
"Internal/Darwin.swift",
"Internal/IOCTL.swift",
"Internal/SocketDescriptor.swift",
"L2CAP/L2CAPFileDescriptor.swift",
"L2CAP/L2CAPSocket.swift",
"L2CAP/L2CAPSocketAddress.swift",
"L2CAP/L2CAPSocketOption.swift",
"LinkMode.swift",
"RFCOMM/IOCTL/RFCOMMCreateDevice.swift",
"RFCOMM/IOCTL/RFCOMMGetDeviceInformation.swift",
"RFCOMM/IOCTL/RFCOMMGetDeviceList.swift",
"RFCOMM/IOCTL/RFCOMMIO.swift",
"RFCOMM/IOCTL/RFCOMMReleaseDevice.swift",
"RFCOMM/RFCOMMDevice.swift",
"RFCOMM/RFCOMMFlag.swift",
"RFCOMM/RFCOMMLinkMode.swift",
"RFCOMM/RFCOMMSocket.swift",
"RFCOMM/RFCOMMSocketAddress.swift",
"RFCOMM/RFCOMMSocketOption.swift",
"RFCOMM/RFCOMMState.swift",
"SCO/SCOSocket.swift",
"SCO/SCOSocketOption.swift",
"SocketAddress.swift",
"SocketOption.swift",
"SocketOptionLevel.swift",
"SocketOptions/SecuritySocketOption.swift",
"SocketProtocol.swift"
],
"target_dependencies" : [
"CBluetoothLinux"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.