Build Information
Failed to build BluetoothLinux, reference master (d102e1
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 19:13:27 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
90 | flags: BitMaskOptionSet<RFCOMMFlag> = [],
| `- warning: 'BitMaskOptionSet' is deprecated: Use OptionSet instead
91 | source: BluetoothAddress,
92 | destination: BluetoothAddress,
[703/749] Compiling BluetoothLinux L2CAPSocket.swift
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocketAddress.swift:29:16: error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
27 |
28 | /// Protocol Service Multiplexer
29 | public var protocolServiceMultiplexer: ProtocolServiceMultiplexer?
| `- error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
30 |
31 | /// Channel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/BluetoothHCI/ProtocolServiceMultiplexer.swift:10:13: note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
8 |
9 | /// Protocol/Service Multiplexer (PSM).
10 | public enum ProtocolServiceMultiplexer: UInt8 {
| `- note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
11 |
12 | /// SDP
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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,
[704/749] Compiling BluetoothLinux L2CAPSocketAddress.swift
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocketAddress.swift:29:16: error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
27 |
28 | /// Protocol Service Multiplexer
29 | public var protocolServiceMultiplexer: ProtocolServiceMultiplexer?
| `- error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
30 |
31 | /// Channel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/BluetoothHCI/ProtocolServiceMultiplexer.swift:10:13: note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
8 |
9 | /// Protocol/Service Multiplexer (PSM).
10 | public enum ProtocolServiceMultiplexer: UInt8 {
| `- note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
11 |
12 | /// SDP
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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,
[705/749] Compiling BluetoothLinux L2CAPSocketOption.swift
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocketAddress.swift:29:16: error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
27 |
28 | /// Protocol Service Multiplexer
29 | public var protocolServiceMultiplexer: ProtocolServiceMultiplexer?
| `- error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
30 |
31 | /// Channel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/BluetoothHCI/ProtocolServiceMultiplexer.swift:10:13: note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
8 |
9 | /// Protocol/Service Multiplexer (PSM).
10 | public enum ProtocolServiceMultiplexer: UInt8 {
| `- note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
11 |
12 | /// SDP
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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,
[706/749] Compiling BluetoothLinux LinkMode.swift
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocketAddress.swift:29:16: error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
27 |
28 | /// Protocol Service Multiplexer
29 | public var protocolServiceMultiplexer: ProtocolServiceMultiplexer?
| `- error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
30 |
31 | /// Channel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/BluetoothHCI/ProtocolServiceMultiplexer.swift:10:13: note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
8 |
9 | /// Protocol/Service Multiplexer (PSM).
10 | public enum ProtocolServiceMultiplexer: UInt8 {
| `- note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
11 |
12 | /// SDP
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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,
[707/749] Compiling BluetoothLinux RFCOMMCreateDevice.swift
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocketAddress.swift:29:16: error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
27 |
28 | /// Protocol Service Multiplexer
29 | public var protocolServiceMultiplexer: ProtocolServiceMultiplexer?
| `- error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
30 |
31 | /// Channel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/BluetoothHCI/ProtocolServiceMultiplexer.swift:10:13: note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
8 |
9 | /// Protocol/Service Multiplexer (PSM).
10 | public enum ProtocolServiceMultiplexer: UInt8 {
| `- note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
11 |
12 | /// SDP
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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,
[708/749] Compiling BluetoothLinux RFCOMMGetDeviceInformation.swift
/Users/admin/builder/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(
/Users/admin/builder/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 | }
/Users/admin/builder/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(
/Users/admin/builder/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
/Users/admin/builder/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
[709/749] Compiling BluetoothLinux RFCOMMGetDeviceList.swift
/Users/admin/builder/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(
/Users/admin/builder/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 | }
/Users/admin/builder/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(
/Users/admin/builder/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
/Users/admin/builder/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
[710/749] Compiling BluetoothLinux RFCOMMIO.swift
/Users/admin/builder/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(
/Users/admin/builder/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 | }
/Users/admin/builder/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(
/Users/admin/builder/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
/Users/admin/builder/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
[711/749] Compiling BluetoothLinux RFCOMMReleaseDevice.swift
/Users/admin/builder/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(
/Users/admin/builder/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 | }
/Users/admin/builder/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(
/Users/admin/builder/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
/Users/admin/builder/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
[712/749] Compiling BluetoothLinux RFCOMMDevice.swift
/Users/admin/builder/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(
/Users/admin/builder/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 | }
/Users/admin/builder/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(
/Users/admin/builder/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
/Users/admin/builder/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
[713/749] Compiling BluetoothLinux RFCOMMFlag.swift
/Users/admin/builder/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(
/Users/admin/builder/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 | }
/Users/admin/builder/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(
/Users/admin/builder/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
/Users/admin/builder/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
[714/749] Compiling BluetoothLinux RFCOMMLinkMode.swift
/Users/admin/builder/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
/Users/admin/builder/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> = []) {
/Users/admin/builder/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 | }
[715/749] Compiling BluetoothLinux RFCOMMSocket.swift
/Users/admin/builder/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
/Users/admin/builder/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> = []) {
/Users/admin/builder/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 | }
[716/749] Compiling BluetoothLinux RFCOMMSocketAddress.swift
/Users/admin/builder/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
/Users/admin/builder/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> = []) {
/Users/admin/builder/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 | }
[717/749] Compiling BluetoothLinux RFCOMMSocketOption.swift
/Users/admin/builder/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
/Users/admin/builder/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> = []) {
/Users/admin/builder/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 | }
[718/749] Compiling BluetoothLinux RFCOMMState.swift
/Users/admin/builder/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
/Users/admin/builder/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> = []) {
/Users/admin/builder/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 | }
[719/749] Compiling BluetoothLinux SCOSocket.swift
/Users/admin/builder/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
/Users/admin/builder/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> = []) {
/Users/admin/builder/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 | }
[720/749] Compiling BluetoothLinux HCIControllerType.swift
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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) {
[721/749] Compiling BluetoothLinux HCIDeviceEvent.swift
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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) {
[722/749] Compiling BluetoothLinux HCIDeviceFlag.swift
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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) {
[723/749] Compiling BluetoothLinux HCIDeviceOptions.swift
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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) {
[724/749] Compiling BluetoothLinux HCIFileDescriptor.swift
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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) {
[725/749] Compiling BluetoothLinux HCIPacketType.swift
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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) {
[726/749] Compiling BluetoothLinux SCOSocketOption.swift
[727/749] Compiling BluetoothLinux SocketAddress.swift
[728/749] Compiling BluetoothLinux SocketOption.swift
[729/749] Compiling BluetoothLinux SocketOptionLevel.swift
[730/749] Compiling BluetoothLinux SecuritySocketOption.swift
[731/749] Compiling BluetoothLinux SocketProtocol.swift
[732/749] Compiling BluetoothLinux HCISocketAddress.swift
/Users/admin/builder/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
[733/749] Compiling BluetoothLinux HCISocketOption.swift
/Users/admin/builder/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
[734/749] Compiling BluetoothLinux HostController.swift
/Users/admin/builder/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
[735/749] Compiling BluetoothLinux HCIDeviceDown.swift
/Users/admin/builder/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
[736/749] Compiling BluetoothLinux HCIDeviceInformation.swift
/Users/admin/builder/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
[737/749] Compiling BluetoothLinux HCIDeviceList.swift
/Users/admin/builder/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
[738/749] Compiling BluetoothLinux HCIDeviceUp.swift
/Users/admin/builder/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
/Users/admin/builder/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")
/Users/admin/builder/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.
/Users/admin/builder/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]
/Users/admin/builder/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
/Users/admin/builder/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(
[739/749] Compiling BluetoothLinux HCIScan.swift
/Users/admin/builder/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
/Users/admin/builder/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")
/Users/admin/builder/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.
/Users/admin/builder/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]
/Users/admin/builder/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
/Users/admin/builder/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(
[740/749] Compiling BluetoothLinux HostControllerIO.swift
/Users/admin/builder/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
/Users/admin/builder/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")
/Users/admin/builder/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.
/Users/admin/builder/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]
/Users/admin/builder/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
/Users/admin/builder/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(
[741/749] Compiling BluetoothLinux HCIFilterSocketOption.swift
/Users/admin/builder/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
/Users/admin/builder/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")
/Users/admin/builder/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.
/Users/admin/builder/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]
/Users/admin/builder/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
/Users/admin/builder/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(
[742/749] Compiling BluetoothLinux HIDP.swift
/Users/admin/builder/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
/Users/admin/builder/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")
/Users/admin/builder/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.
/Users/admin/builder/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]
/Users/admin/builder/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
/Users/admin/builder/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(
[743/749] Compiling BluetoothLinux HIDPIO.swift
/Users/admin/builder/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
/Users/admin/builder/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")
/Users/admin/builder/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.
/Users/admin/builder/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]
/Users/admin/builder/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
/Users/admin/builder/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(
[744/749] Compiling BluetoothLinux DeviceDown.swift
/Users/admin/builder/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 {
/Users/admin/builder/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
[745/749] Compiling BluetoothLinux CInterop.swift
/Users/admin/builder/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 {
/Users/admin/builder/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
[746/749] Compiling BluetoothLinux CSocketAddress.swift
/Users/admin/builder/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 {
/Users/admin/builder/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
[747/749] Compiling BluetoothLinux Darwin.swift
/Users/admin/builder/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 {
/Users/admin/builder/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
[748/749] Compiling BluetoothLinux IOCTL.swift
/Users/admin/builder/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 {
/Users/admin/builder/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
[749/749] Compiling BluetoothLinux SocketDescriptor.swift
/Users/admin/builder/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 {
/Users/admin/builder/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
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/4] Write swift-version-2F0A5646E1D333AE.txt
[2/9] Compiling BluetoothMetadata resource_bundle_accessor.swift
[3/9] Compiling BluetoothMetadata CompanyIdentifier.swift
[4/9] Compiling BluetoothMetadata BluetoothMetadata.swift
[5/9] Compiling BluetoothMetadata BluetoothUUID.swift
[6/9] Emitting module BluetoothMetadata
[7/16] Compiling GenerateBluetooth UnitIdentifier.swift
[8/16] Compiling GenerateBluetooth Generate.swift
[9/16] Compiling GenerateBluetooth CompanyIdentifier.swift
[10/16] Compiling GenerateBluetooth Hexadecimal.swift
[11/16] Compiling GenerateBluetooth BluetoothUUID.swift
[12/16] Compiling GenerateBluetooth String.swift
[13/16] Emitting module GenerateBluetooth
[13/15] Linking GenerateBluetooth-tool
[14/15] Applying GenerateBluetooth-tool
[0/1] Planning build
[1/1] Compiling plugin GenerateBluetoothDefinitions
Building for debugging...
[1/14] Write swift-version-2F0A5646E1D333AE.txt
[3/35] Compiling SwiftSyntax600 Empty.swift
[4/38] Emitting module SwiftSyntax600
[5/44] Emitting module SwiftSyntax509
[6/44] Compiling SwiftSyntax509 Empty.swift
[7/50] Compiling SwiftSyntax510 Empty.swift
[8/53] Emitting module SwiftSyntax510
[9/52] Compiling BluetoothMetadata resource_bundle_accessor.swift
[10/52] Compiling SystemPackage FilePermissions.swift
[11/52] Compiling SystemPackage Backcompat.swift
[12/52] Compiling SystemPackage CInterop.swift
[13/55] Compiling BluetoothMetadata BluetoothMetadata.swift
[14/55] Compiling BluetoothMetadata CompanyIdentifier.swift
[15/55] Emitting module BluetoothMetadata
[16/55] Compiling BluetoothMetadata BluetoothUUID.swift
[17/55] Compiling SystemPackage RawBuffer.swift
[18/55] Compiling SystemPackage Syscalls.swift
[19/55] Compiling SystemPackage WindowsSyscallAdapters.swift
[20/55] Compiling SystemPackage Constants.swift
[21/55] Compiling SystemPackage Exports.swift
[22/55] Compiling SystemPackage Mocking.swift
[23/55] Compiling SystemPackage Errno.swift
[24/55] Compiling SystemPackage ErrnoWindows.swift
[25/55] Compiling SystemPackage FileDescriptor.swift
[26/55] Compiling SystemPackage FilePathTempPosix.swift
[27/55] Compiling SystemPackage FilePathTempWindows.swift
[28/55] Compiling SystemPackage FilePathWindows.swift
[29/55] Compiling SystemPackage FilePathString.swift
[30/55] Compiling SystemPackage FilePathSyntax.swift
[31/55] Compiling SystemPackage FilePathTemp.swift
[32/99] Compiling SwiftSyntax SourcePresence.swift
[33/99] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[34/99] Compiling SwiftSyntax Syntax.swift
[35/108] Emitting module SystemPackage
[35/120] Linking GenerateBluetooth-tool
[37/120] Compiling SwiftSyntax SyntaxText.swift
[38/120] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[39/120] Compiling SwiftSyntax TokenDiagnostic.swift
[40/120] Compiling SwiftSyntax Assert.swift
[41/120] Compiling SwiftSyntax BumpPtrAllocator.swift
[42/120] Compiling SwiftSyntax CommonAncestor.swift
[43/120] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[44/120] Compiling SwiftSyntax RawSyntaxTokenView.swift
[45/120] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
Generated /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/UnitIdentifiers.swift
[45/120] Generate Bluetooth Unit Identifier Definitions
Generated /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/DeclarationUUID.swift
[46/120] Generate Bluetooth Declaration UUID Definitions
Generated /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/DescriptorUUID.swift
[47/120] Generate Bluetooth Descriptor UUID Definitions
Generated /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/ServiceUUID.swift
[48/120] Generate Bluetooth Service UUID Definitions
Generated /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CharacteristicUUID.swift
[49/120] Generate Bluetooth Characteristic UUID Definitions
Generated /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/MemberUUID.swift
[50/120] Generate Bluetooth Member UUID Definitions
[52/160] Compiling Socket FileChange.swift
[53/160] Compiling Socket FileEvent.swift
[54/160] Compiling Socket FileFlags.swift
[55/160] Compiling Socket IOControl.swift
[56/160] Compiling Socket IODirection.swift
[57/164] Compiling Socket IOOperations.swift
[58/164] Compiling Socket IOType.swift
[59/164] Compiling Socket InternetProtocol.swift
[60/164] Compiling Socket MessageFlags.swift
[61/164] Compiling Socket SocketProtocol.swift
[62/164] Compiling Socket IPv4Protocol.swift
[63/164] Compiling Socket IPv6Protocol.swift
[64/164] Compiling Socket LinkLayerProtocol.swift
[65/164] Compiling Socket NetworkInterface.swift
[66/164] Compiling Socket NetworkOrder.swift
[67/164] Compiling Socket Poll.swift
[68/164] Compiling Socket SocketAddress.swift
[69/164] Compiling Socket CInternetAddress.swift
[70/164] Compiling Socket CInterop.swift
[71/164] Compiling Socket CSocketAddress.swift
[72/164] Compiling Socket Constants.swift
[73/164] Compiling Socket Errno.swift
[74/164] Compiling Socket SocketAddressFamily.swift
[75/164] Compiling Socket SocketDescriptor.swift
[76/164] Compiling Socket SocketFlags.swift
[77/164] Compiling Socket SocketHelpers.swift
[78/164] Compiling Socket IPv4SocketAddress.swift
[79/164] Compiling Socket IPv6SocketAddress.swift
[80/164] Compiling Socket LinkLayerSocketAddress.swift
[81/164] Compiling Socket UnixSocketAddress.swift
[82/164] Compiling Socket SocketOperations.swift
[83/164] Compiling Socket SocketOption.swift
[84/164] Compiling Socket SocketOptionID.swift
[85/164] Compiling Socket SocketOptionLevel.swift
[86/164] Emitting module Socket
Generated /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CompanyIdentifiers.swift
[86/164] Generate Bluetooth Company Identifier Definitions
[87/164] Write sources
[89/164] Compiling Socket UnixProtocol.swift
[90/164] Compiling Socket SocketType.swift
[91/164] Compiling Socket Syscalls.swift
[92/164] Compiling Socket Util.swift
[93/164] Compiling Socket Socket.swift
[94/164] Compiling Socket SocketContinuation.swift
[95/164] Compiling Socket SocketManager.swift
[96/164] Compiling Socket AsyncSocketManager.swift
[97/164] Compiling Socket CFSocketManager.swift
[106/171] Emitting module SwiftSyntax
[107/171] Compiling SwiftSyntax SyntaxCollections.swift
[108/171] Compiling SwiftSyntax SyntaxEnum.swift
[109/171] Compiling SwiftSyntax SyntaxKind.swift
[110/171] Compiling SwiftSyntax SyntaxRewriter.swift
[111/171] Compiling SwiftSyntax SyntaxTraits.swift
[112/171] Compiling SwiftSyntax SyntaxVisitor.swift
[113/171] Compiling SwiftSyntax TokenKind.swift
[114/171] Compiling SwiftSyntax Tokens.swift
[115/171] Compiling SwiftSyntax TriviaPieces.swift
[116/171] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[117/171] Compiling SwiftSyntax RawSyntaxNodesC.swift
[118/171] Compiling SwiftSyntax RawSyntaxNodesD.swift
[119/171] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[120/171] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[121/171] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[122/171] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[123/171] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[124/171] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[125/171] Compiling SwiftSyntax RawSyntaxValidation.swift
[126/171] Compiling SwiftSyntax SyntaxNodesAB.swift
[127/171] Compiling SwiftSyntax SyntaxNodesC.swift
[128/171] Compiling SwiftSyntax SyntaxNodesD.swift
[129/171] Compiling SwiftSyntax SyntaxNodesEF.swift
[130/171] Compiling SwiftSyntax SyntaxNodesGHI.swift
[131/171] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[132/171] Compiling SwiftSyntax SyntaxNodesOP.swift
[133/171] Compiling SwiftSyntax SyntaxNodesQRS.swift
[134/171] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[170/229] Compiling SwiftDiagnostics Message.swift
[171/230] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[172/230] Compiling SwiftBasicFormat Syntax+Extensions.swift
[173/230] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[174/230] Compiling SwiftDiagnostics Note.swift
[175/230] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[176/230] Compiling SwiftDiagnostics FixIt.swift
[177/230] Compiling SwiftBasicFormat InferIndentation.swift
[178/230] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[179/230] Compiling SwiftDiagnostics Convenience.swift
[180/230] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[181/230] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[182/230] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[183/230] Compiling SwiftDiagnostics Diagnostic.swift
[184/230] Emitting module SwiftDiagnostics
[185/230] Emitting module SwiftBasicFormat
[186/230] Compiling SwiftBasicFormat BasicFormat.swift
[187/230] Compiling SwiftParser TopLevel.swift
[188/230] Compiling SwiftParser TriviaParser.swift
[189/230] Compiling SwiftParser Types.swift
[190/230] Compiling SwiftParser ExperimentalFeatures.swift
[191/234] Compiling SwiftParser UnicodeScalarExtensions.swift
[192/234] Compiling SwiftParser Lookahead.swift
[193/234] Compiling SwiftParser LoopProgressCondition.swift
[194/234] Compiling SwiftParser Modifiers.swift
[195/234] Compiling SwiftParser Names.swift
[196/234] Compiling SwiftParser Cursor.swift
[197/234] Compiling SwiftParser Lexeme.swift
[198/234] Compiling SwiftParser LexemeSequence.swift
[199/234] Compiling SwiftParser Lexer.swift
[200/234] Compiling SwiftParser RegexLiteralLexer.swift
[201/234] Compiling SwiftParser Directives.swift
[202/234] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[203/234] Compiling SwiftParser Expressions.swift
[204/234] Compiling SwiftParser IncrementalParseTransition.swift
[205/234] Compiling SwiftParser IsValidIdentifier.swift
[206/234] Compiling SwiftParser StringLiterals.swift
[207/234] Compiling SwiftParser SwiftParserCompatibility.swift
[208/234] Compiling SwiftParser SwiftVersion.swift
[209/234] Compiling SwiftParser SyntaxUtils.swift
[210/234] Compiling SwiftParser Nominals.swift
[211/234] Compiling SwiftParser Parameters.swift
[212/234] Compiling SwiftParser ParseSourceFile.swift
[213/234] Compiling SwiftParser Parser.swift
[214/234] Compiling SwiftParser Patterns.swift
[215/234] Compiling SwiftParser Recovery.swift
[216/234] Compiling SwiftParser Specifiers.swift
[217/234] Compiling SwiftParser Statements.swift
[218/234] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[219/234] Compiling SwiftParser TokenConsumer.swift
[220/234] Compiling SwiftParser TokenPrecedence.swift
[221/234] Compiling SwiftParser TokenSpec.swift
[222/234] Compiling SwiftParser TokenSpecSet.swift
[223/234] Emitting module SwiftParser
[224/234] Compiling SwiftParser Attributes.swift
[225/234] Compiling SwiftParser Availability.swift
[226/234] Compiling SwiftParser CharacterInfo.swift
[227/234] Compiling SwiftParser CollectionNodes+Parsable.swift
[228/234] Compiling SwiftParser Declarations.swift
[229/234] Compiling SwiftParser IsLexerClassified.swift
[230/234] Compiling SwiftParser LayoutNodes+Parsable.swift
[231/234] Compiling SwiftParser Parser+TokenSpecSet.swift
[232/234] Compiling SwiftParser TokenSpecStaticMembers.swift
[233/257] Compiling SwiftOperators PrecedenceGroup.swift
[234/258] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[235/259] Compiling SwiftOperators OperatorTable.swift
[236/259] Compiling SwiftOperators OperatorTable+Defaults.swift
[237/259] Compiling SwiftOperators PrecedenceGraph.swift
[238/259] Compiling SwiftOperators SyntaxSynthesis.swift
[239/259] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[240/259] Compiling SwiftOperators OperatorTable+Semantics.swift
[241/259] Compiling SwiftOperators OperatorError.swift
[242/259] Compiling SwiftOperators OperatorTable+Folding.swift
[243/259] Compiling SwiftOperators Operator.swift
[244/259] Emitting module SwiftOperators
[245/259] Compiling SwiftOperators OperatorError+Diagnostics.swift
[246/259] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[247/259] Compiling SwiftParserDiagnostics Utils.swift
[248/259] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[249/259] Compiling SwiftParserDiagnostics PresenceUtils.swift
[250/259] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[251/259] Emitting module SwiftParserDiagnostics
[252/259] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[253/259] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[254/259] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[255/259] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[256/259] Compiling SwiftParserDiagnostics MissingNodesError.swift
[257/259] Compiling SwiftParserDiagnostics MissingTokenError.swift
[258/274] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[259/274] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[260/274] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[261/275] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[262/275] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[263/275] Compiling SwiftSyntaxBuilder Indenter.swift
[264/275] Compiling SwiftSyntaxBuilder ListBuilder.swift
[265/275] Emitting module SwiftSyntaxBuilder
[266/275] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[267/275] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[268/275] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[269/275] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[270/275] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[271/275] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[272/275] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[273/275] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[274/293] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[275/293] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[276/293] Compiling SwiftSyntaxMacros AttachedMacro.swift
[277/293] Compiling SwiftSyntaxMacros BodyMacro.swift
[278/293] Compiling SwiftSyntaxMacros Macro.swift
[279/293] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[280/293] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[281/293] Compiling SwiftSyntaxMacros Macro+Format.swift
[282/293] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[283/293] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[284/293] Compiling SwiftSyntaxMacros PreambleMacro.swift
[285/293] Compiling SwiftSyntaxMacros MemberMacro.swift
[286/293] Compiling SwiftSyntaxMacros PeerMacro.swift
[287/294] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[288/294] Compiling SwiftSyntaxMacros AccessorMacro.swift
[289/294] Emitting module SwiftSyntaxMacros
[290/294] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[291/294] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[292/294] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[293/304] Emitting module SwiftSyntaxMacroExpansion
[294/304] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[295/304] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[296/304] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[297/304] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[298/304] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[299/304] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[300/304] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[301/304] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[302/304] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[303/316] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[304/316] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[305/316] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[306/316] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[307/316] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[308/316] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[309/317] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[310/317] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[311/317] Emitting module SwiftCompilerPluginMessageHandling
[312/317] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[313/317] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[314/317] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[315/317] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[316/319] Emitting module SwiftCompilerPlugin
[317/319] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[318/324] Compiling BluetoothMacros BluetoothAddress.swift
[319/324] Compiling BluetoothMacros Plugins.swift
[320/324] Emitting module BluetoothMacros
[321/324] Compiling BluetoothMacros Hexadecimal.swift
[322/324] Compiling BluetoothMacros BluetoothUUID.swift
[322/323] Linking BluetoothMacros-tool
[324/360] Compiling Bluetooth Unit.swift
[325/360] Compiling Bluetooth UnitIdentifier.swift
[326/360] Compiling Bluetooth UnitIdentifierMetadata.swift
[327/360] Compiling Bluetooth iBeacon.swift
[328/363] Compiling Bluetooth UInt256.swift
[329/363] Compiling Bluetooth UInt40.swift
[330/363] Compiling Bluetooth UInt48.swift
[331/363] Compiling Bluetooth UInt512.swift
[332/363] Compiling Bluetooth CompanyIdentifier.swift
[333/363] Compiling Bluetooth CompanyIdentifierMetadata.swift
[334/363] Compiling Bluetooth Data.swift
[335/363] Compiling Bluetooth Hexadecimal.swift
[336/363] Compiling Bluetooth BluetoothUUIDMetadata.swift
[337/363] Compiling Bluetooth ByteSwap.swift
[338/363] Compiling Bluetooth ByteValue.swift
[339/363] Compiling Bluetooth ClassOfDevice.swift
[340/363] Compiling Bluetooth Integer.swift
[341/363] Compiling Bluetooth String.swift
[342/363] Compiling Bluetooth System.swift
[343/363] Compiling Bluetooth UUID.swift
[344/363] Compiling Bluetooth L2CAPSocket.swift
[345/363] Compiling Bluetooth LowEnergyAdvertisingData.swift
[346/363] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[347/363] Compiling Bluetooth RSSI.swift
[348/363] Compiling Bluetooth SFloat.swift
[349/363] Compiling Bluetooth SecurityLevel.swift
[350/363] Compiling Bluetooth UInt128.swift
[351/363] Compiling Bluetooth UInt24.swift
[352/363] Compiling Bluetooth DescriptorUUID.swift
[353/363] Compiling Bluetooth MemberUUID.swift
[354/363] Compiling Bluetooth DeclarationUUID.swift
[355/363] Compiling Bluetooth Address.swift
[356/363] Compiling Bluetooth AsyncIndefiniteStream.swift
[357/363] Compiling Bluetooth BitMaskOption.swift
[358/363] Compiling Bluetooth BluetoothUUID.swift
[359/363] Compiling Bluetooth CompanyIdentifiers.swift
[360/363] Compiling Bluetooth UnitIdentifiers.swift
[361/363] Compiling Bluetooth ServiceUUID.swift
[362/363] Compiling Bluetooth CharacteristicUUID.swift
[363/363] Emitting module Bluetooth
[364/411] Compiling BluetoothGAP GAPLESecureConnectionsRandom.swift
[365/411] Compiling BluetoothGAP GAPLESupportedFeatures.swift
[366/411] Compiling BluetoothGAP GAPListOf128BitServiceSolicitationUUIDs.swift
[367/411] Compiling BluetoothGAP GAPListOf16BitServiceSolicitationUUIDs.swift
[368/411] Compiling BluetoothGAP GAPListOf32BitServiceSolicitationUUIDs.swift
[369/416] Compiling BluetoothGAP GAPData.swift
[370/416] Compiling BluetoothGAP GAPDataType.swift
[371/416] Compiling BluetoothGAP GAPFlags.swift
[372/416] Compiling BluetoothGAP GAPIncompleteListOf128BitServiceClassUUIDs.swift
[373/416] Compiling BluetoothGAP GAPIncompleteListOf16BitServiceClassUUIDs.swift
[374/416] Compiling BluetoothGAP GAPClassOfDevice.swift
[375/416] Compiling BluetoothGAP GAPCompleteListOf128BitServiceClassUUIDs.swift
[376/416] Compiling BluetoothGAP GAPCompleteListOf16BitServiceClassUUIDs.swift
[377/416] Compiling BluetoothGAP GAPCompleteListOf32BitServiceClassUUIDs.swift
[378/416] Compiling BluetoothGAP GAPCompleteLocalName.swift
[379/416] Compiling BluetoothGAP GAPRandomTargetAddress.swift
[380/416] Compiling BluetoothGAP GAPSecurityManagerOOBFlags.swift
[381/416] Compiling BluetoothGAP GAPSecurityManagerTKValue.swift
[382/416] Compiling BluetoothGAP GAPServiceData128BitUUID.swift
[383/416] Compiling BluetoothGAP GAPServiceData16BitUUID.swift
[384/416] Compiling BluetoothGAP GAPIncompleteListOf32BitServiceClassUUIDs.swift
[385/416] Compiling BluetoothGAP GAPIndoorPositioning.swift
[386/416] Compiling BluetoothGAP GAPLEDeviceAddress.swift
[387/416] Compiling BluetoothGAP GAPLERole.swift
[388/416] Compiling BluetoothGAP GAPLESecureConnectionsConfirmation.swift
[389/416] Compiling BluetoothGAP System.swift
[390/416] Compiling BluetoothGAP GAP3DInformation.swift
[391/416] Compiling BluetoothGAP GAPAdvertisingInterval.swift
[392/416] Compiling BluetoothGAP GAPAppearance.swift
[393/416] Compiling BluetoothGAP GAPAppearanceData.swift
[394/416] Compiling BluetoothGAP GAPChannelMapUpdateIndication.swift
[395/416] Compiling BluetoothGAP GAPManufacturerSpecificData.swift
[396/416] Compiling BluetoothGAP GAPMeshBeacon.swift
[397/416] Compiling BluetoothGAP GAPMeshMessage.swift
[398/416] Compiling BluetoothGAP GAPPBADV.swift
[399/416] Compiling BluetoothGAP GAPPublicTargetAddress.swift
[400/416] Compiling BluetoothGAP Decoder.swift
[401/416] Compiling BluetoothGAP Encoder.swift
[402/416] Compiling BluetoothGAP Hexadecimal.swift
[403/416] Compiling BluetoothGAP Integer.swift
[404/416] Compiling BluetoothGAP OptionSet.swift
[405/416] Compiling BluetoothGAP String.swift
[406/416] Compiling BluetoothGAP GAPServiceData32BitUUID.swift
[407/416] Compiling BluetoothGAP GAPShortLocalName.swift
[408/416] Compiling BluetoothGAP GAPSimplePairingHashC.swift
[409/416] Compiling BluetoothGAP GAPSimplePairingRandomizerR.swift
[410/416] Compiling BluetoothGAP GAPSlaveConnectionIntervalRange.swift
[411/416] Emitting module BluetoothGAP
[412/416] Compiling BluetoothGAP GAPTransportDiscoveryData.swift
[413/416] Compiling BluetoothGAP GAPTxPowerLevel.swift
[414/416] Compiling BluetoothGAP GAPURI.swift
[415/416] Compiling BluetoothGAP GAPUUIDList.swift
[416/416] Compiling BluetoothGAP iBeacon.swift
[417/622] Compiling BluetoothHCI LMPFeature.swift
[418/622] Compiling BluetoothHCI LinkControlCommand.swift
[419/622] Compiling BluetoothHCI LinkPolicyCommand.swift
[420/622] Compiling BluetoothHCI LowEnergyAddressType.swift
[421/622] Compiling BluetoothHCI LowEnergyAdvertiserAddressType.swift
[422/622] Compiling BluetoothHCI LowEnergyAdvertising.swift
[423/622] Compiling BluetoothHCI LowEnergyAllPhys.swift
[424/622] Compiling BluetoothHCI LowEnergyChannelMap.swift
[425/622] Compiling BluetoothHCI LowEnergyClockAccuracy.swift
[426/622] Compiling BluetoothHCI LowEnergyCommand.swift
[427/622] Compiling BluetoothHCI LowEnergyConnection.swift
[428/622] Compiling BluetoothHCI LowEnergyConnectionInterval.swift
[429/622] Compiling BluetoothHCI LowEnergyConnectionIntervalRange.swift
[430/622] Compiling BluetoothHCI LowEnergyConnectionLatency.swift
[431/622] Compiling BluetoothHCI LowEnergyConnectionLength.swift
[432/622] Compiling BluetoothHCI LowEnergyEvent.swift
[433/622] Compiling BluetoothHCI LowEnergyFeature.swift
[434/622] Compiling BluetoothHCI LowEnergyFragmentPreference.swift
[435/622] Compiling BluetoothHCI LowEnergyMaxTxOctets.swift
[436/622] Compiling BluetoothHCI LowEnergyMaxTxTime.swift
[437/622] Compiling BluetoothHCI LowEnergyPacketPayload.swift
[438/622] Compiling BluetoothHCI LowEnergyPeerIdentifyAddressType.swift
[439/644] Compiling BluetoothHCI HCIReadStoredLinkKey.swift
[440/644] Compiling BluetoothHCI HCIRejectConnectionRequest.swift
[441/644] Compiling BluetoothHCI HCIRemoteNameRequest.swift
[442/644] Compiling BluetoothHCI HCIRemoteNameRequestComplete.swift
[443/644] Compiling BluetoothHCI HCIReset.swift
[444/644] Compiling BluetoothHCI HCISetConnectionEncryption.swift
[445/644] Compiling BluetoothHCI HCISetEventFilter.swift
[446/644] Compiling BluetoothHCI HCISimplePairingComplete.swift
[447/644] Compiling BluetoothHCI HCIUserConfirmationRequest.swift
[448/644] Compiling BluetoothHCI HCIUserConfirmationRequestReply.swift
[449/644] Compiling BluetoothHCI HCIVersion.swift
[450/644] Compiling BluetoothHCI HCIWriteClassOfDevice.swift
[451/644] Compiling BluetoothHCI HCIWriteConnectionAcceptTimeout.swift
[452/644] Compiling BluetoothHCI HCIWriteLinkPolicySettings.swift
[453/644] Compiling BluetoothHCI HCIWriteLinkSupervisionTimeout.swift
[454/644] Compiling BluetoothHCI HCIWriteLocalName.swift
[455/644] Compiling BluetoothHCI HCIWritePageScanActivity.swift
[456/644] Compiling BluetoothHCI HCIWritePageScanType.swift
[457/644] Compiling BluetoothHCI HCIWritePageTimeout.swift
[458/644] Compiling BluetoothHCI HCIWriteScanEnable.swift
[459/644] Compiling BluetoothHCI HostControllerBasebandCommand.swift
[460/644] Compiling BluetoothHCI InformationalCommand.swift
[461/644] Compiling BluetoothHCI HCILESetPeriodicAdvertisingParameters.swift
[462/644] Compiling BluetoothHCI HCILESetPhy.swift
[463/644] Compiling BluetoothHCI HCILESetPrivacyMode.swift
[464/644] Compiling BluetoothHCI HCILESetRandomAddress.swift
[465/644] Compiling BluetoothHCI HCILESetResolvablePrivateAddressTimeout.swift
[466/644] Compiling BluetoothHCI HCILESetScanEnable.swift
[467/644] Compiling BluetoothHCI HCILESetScanParameters.swift
[468/644] Compiling BluetoothHCI HCILESetScanResponseData.swift
[469/644] Compiling BluetoothHCI HCILEStartEncryption.swift
[470/644] Compiling BluetoothHCI HCILETestEnd.swift
[471/644] Compiling BluetoothHCI HCILETransmitterTest.swift
[472/644] Compiling BluetoothHCI HCILEUpdateConnection.swift
[473/644] Compiling BluetoothHCI HCILEWriteRfPathCompensation.swift
[474/644] Compiling BluetoothHCI HCILEWriteSuggestedDefaultDataLength.swift
[475/644] Compiling BluetoothHCI HCILinkKeyNotification.swift
[476/644] Compiling BluetoothHCI HCILinkKeyRequest.swift
[477/644] Compiling BluetoothHCI HCILinkKeyRequestNegativeReply.swift
[478/644] Compiling BluetoothHCI HCILinkKeyRequestReply.swift
[479/644] Compiling BluetoothHCI HCILowEnergyMetaEvent.swift
[480/644] Compiling BluetoothHCI HCIMaxSlotsChange.swift
[481/644] Compiling BluetoothHCI HCIModeChange.swift
[482/644] Compiling BluetoothHCI HCINumberOfCompletedPackets.swift
[483/644] Compiling BluetoothHCI HCIPINCodeRequest.swift
[484/644] Compiling BluetoothHCI LowEnergyPhyOptions.swift
[485/644] Compiling BluetoothHCI LowEnergyResolvingList.swift
[486/644] Compiling BluetoothHCI LowEnergyRfRxPathCompensationValue.swift
[487/644] Compiling BluetoothHCI LowEnergyRfTxPathCompensationValue.swift
[488/644] Compiling BluetoothHCI LowEnergyRole.swift
[489/644] Compiling BluetoothHCI LowEnergyRxChannel.swift
[490/644] Compiling BluetoothHCI LowEnergyRxPhy.swift
[491/644] Compiling BluetoothHCI LowEnergyRxPhys.swift
[492/644] Compiling BluetoothHCI LowEnergyScanInterval.swift
[493/644] Compiling BluetoothHCI LowEnergyState.swift
[494/644] Compiling BluetoothHCI LowEnergySupervisionTimeout.swift
[495/644] Compiling BluetoothHCI LowEnergyTxChannel.swift
[496/644] Compiling BluetoothHCI LowEnergyTxPhy.swift
[497/644] Compiling BluetoothHCI LowEnergyTxPhys.swift
[498/644] Compiling BluetoothHCI LowEnergyTxPower.swift
[499/644] Compiling BluetoothHCI LowEnergyWhiteList.swift
[500/644] Compiling BluetoothHCI LowEnergyWhiteListDevice.swift
[501/644] Compiling BluetoothHCI PacketType.swift
[502/644] Compiling BluetoothHCI ProtocolServiceMultiplexer.swift
[503/644] Compiling BluetoothHCI StatusParametersCommand.swift
[504/644] Compiling BluetoothHCI VendorCommand.swift
[505/644] Compiling BluetoothHCI iBeacon.swift
[506/644] Compiling BluetoothHCI HCIPINCodeRequestReply.swift
[507/644] Compiling BluetoothHCI HCIPacketHeader.swift
[508/644] Compiling BluetoothHCI HCIPageScanRepetitionMode.swift
[509/644] Compiling BluetoothHCI HCIPeriodicInquiryMode.swift
[510/644] Compiling BluetoothHCI HCIQoSSetup.swift
[511/644] Compiling BluetoothHCI HCIQoSSetupComplete.swift
[512/644] Compiling BluetoothHCI HCIReadClassOfDevice.swift
[513/644] Compiling BluetoothHCI HCIReadClockOffset.swift
[514/644] Compiling BluetoothHCI HCIReadClockOffsetComplete.swift
[515/644] Compiling BluetoothHCI HCIReadConnectionAcceptTimeout.swift
[516/644] Compiling BluetoothHCI HCIReadDataBlockSize.swift
[517/644] Compiling BluetoothHCI HCIReadDeviceAddress.swift
[518/644] Compiling BluetoothHCI HCIReadLMPHandle.swift
[519/644] Compiling BluetoothHCI HCIReadLocalName.swift
[520/644] Compiling BluetoothHCI HCIReadLocalSupportedFeatures.swift
[521/644] Compiling BluetoothHCI HCIReadLocalVersionInformation.swift
[522/644] Compiling BluetoothHCI HCIReadPageTimeout.swift
[523/644] Compiling BluetoothHCI HCIReadRemoteExtendedFeatures.swift
[524/644] Compiling BluetoothHCI HCIReadRemoteExtendedFeaturesComplete.swift
[525/644] Compiling BluetoothHCI HCIReadRemoteFeaturesComplete.swift
[526/644] Compiling BluetoothHCI HCIReadRemoteSupportedFeatures.swift
[527/644] Compiling BluetoothHCI HCIReadRemoteVersionInformation.swift
[528/644] Compiling BluetoothHCI HCIReadRemoteVersionInformationComplete.swift
[529/644] Compiling BluetoothHCI HCILERemoteConnectionParameterRequestNegativeReply.swift
[530/644] Compiling BluetoothHCI HCILERemoteConnectionParameterRequestReply.swift
[531/644] Compiling BluetoothHCI HCILERemoveAdvertisingSet.swift
[532/644] Compiling BluetoothHCI HCILERemoveDeviceFromResolvingList.swift
[533/644] Compiling BluetoothHCI HCILERemoveDeviceFromWhiteList.swift
[534/644] Compiling BluetoothHCI HCILERemoveDeviceToPeriodicAdvertiserList.swift
[535/644] Compiling BluetoothHCI HCILEScanRequestReceived.swift
[536/644] Compiling BluetoothHCI HCILESetAddressResolutionEnable.swift
[537/644] Compiling BluetoothHCI HCILESetAdvertiseEnable.swift
[538/644] Compiling BluetoothHCI HCILESetAdvertisingData.swift
[539/644] Compiling BluetoothHCI HCILESetAdvertisingParameters.swift
[540/644] Compiling BluetoothHCI HCILESetAdvertisingSetRandomAddress.swift
[541/644] Compiling BluetoothHCI HCILESetDataLength.swift
[542/644] Compiling BluetoothHCI HCILESetDefaultPhy.swift
[543/644] Compiling BluetoothHCI HCILESetEventMask.swift
[544/644] Compiling BluetoothHCI HCILESetExtendedAdvertisingData.swift
[545/644] Compiling BluetoothHCI HCILESetExtendedAdvertisingParameters.swift
[546/644] Compiling BluetoothHCI HCILESetExtendedScanEnable.swift
[547/644] Compiling BluetoothHCI HCILESetExtendedScanParameters.swift
[548/644] Compiling BluetoothHCI HCILESetExtendedScanResponseData.swift
[549/644] Compiling BluetoothHCI HCILESetHostChannelClassification.swift
[550/644] Compiling BluetoothHCI HCILESetPeriodicAdvertisingData.swift
[551/644] Compiling BluetoothHCI HCILESetPeriodicAdvertisingEnable.swift
[552/644] Compiling BluetoothHCI HCICreateConnectionCancel.swift
[553/644] Compiling BluetoothHCI HCIDeleteStoredLinkKey.swift
[554/644] Compiling BluetoothHCI HCIDisconnect.swift
[555/644] Compiling BluetoothHCI HCIDisconnectionComplete.swift
[556/644] Compiling BluetoothHCI HCIEncryptionChange.swift
[557/644] Compiling BluetoothHCI HCIEncryptionKeyRefreshComplete.swift
[558/644] Compiling BluetoothHCI HCIError.swift
[559/644] Compiling BluetoothHCI HCIEvent.swift
[560/644] Compiling BluetoothHCI HCIExitPeriodicInquiryMode.swift
[561/644] Compiling BluetoothHCI HCIGeneralEvent.swift
[562/644] Compiling BluetoothHCI HCIHoldMode.swift
[563/644] Compiling BluetoothHCI HCIIOCapabilityRequest.swift
[564/644] Compiling BluetoothHCI HCIIOCapabilityRequestReply.swift
[565/644] Compiling BluetoothHCI HCIIOCapabilityResponse.swift
[566/644] Compiling BluetoothHCI HCIInquiry.swift
[567/644] Compiling BluetoothHCI HCIInquiryCancel.swift
[568/644] Compiling BluetoothHCI HCIInquiryComplete.swift
[569/644] Compiling BluetoothHCI HCIInquiryResult.swift
[570/644] Compiling BluetoothHCI HCILEAddDeviceToPeriodicAdvertiserList.swift
[571/644] Compiling BluetoothHCI HCILEAddDeviceToResolvingList.swift
[572/644] Compiling BluetoothHCI HCILEAddDeviceToWhiteList.swift
[573/644] Compiling BluetoothHCI HCILEAdvertisingReport.swift
[574/644] Compiling BluetoothHCI HCILEAdvertisingSetTerminated.swift
[575/644] Compiling BluetoothHCI HCILEChannelSelectionAlgorithm.swift
[576/644] Compiling BluetoothHCI HCILEConnectionComplete.swift
[577/644] Compiling BluetoothHCI HCILEConnectionUpdateComplete.swift
[578/644] Compiling BluetoothHCI HCILECreateConnection.swift
[579/644] Compiling BluetoothHCI HCILEDataLengthChange.swift
[580/644] Compiling BluetoothHCI HCILEDirectedAdvertisingReport.swift
[581/644] Compiling BluetoothHCI HCILEEncrypt.swift
[582/644] Compiling BluetoothHCI HCILEEnhancedConnectionComplete.swift
[583/644] Compiling BluetoothHCI HCILEEnhancedReceiverTest.swift
[584/644] Compiling BluetoothHCI HCILEEnhancedTransmitterTest.swift
[585/644] Compiling BluetoothHCI HCILEExtendedAdvertisingReport.swift
[586/644] Compiling BluetoothHCI HCILEExtendedCreateConnection.swift
[587/644] Compiling BluetoothHCI HCILEGenerateDHKey.swift
[588/644] Compiling BluetoothHCI HCILEGenerateDHKeyComplete.swift
[589/644] Compiling BluetoothHCI HCILELongTermKeyRequest.swift
[590/644] Compiling BluetoothHCI HCILELongTermKeyRequestNegativeReply.swift
[591/644] Compiling BluetoothHCI HCILELongTermKeyRequestReply.swift
[592/644] Compiling BluetoothHCI HCILEPeriodicAdvertisingCreateSync.swift
[593/644] Compiling BluetoothHCI HCILEPeriodicAdvertisingReport.swift
[594/644] Compiling BluetoothHCI HCILEPeriodicAdvertisingSyncEstablished.swift
[595/644] Compiling BluetoothHCI HCILEPeriodicAdvertisingSyncLost.swift
[596/644] Compiling BluetoothHCI HCILEPeriodicAdvertisingTerminateSync.swift
[597/644] Compiling BluetoothHCI HCILEPhyUpdateComplete.swift
[598/644] Compiling BluetoothHCI AdvertisingChannelHeader.swift
[599/644] Compiling BluetoothHCI AdvertisingInterval.swift
[600/644] Compiling BluetoothHCI BluetoothHostController.swift
[601/644] Compiling BluetoothHCI ChannelIdentifier.swift
[602/644] Compiling BluetoothHCI ConnectionAcceptTimeout.swift
[603/644] Compiling BluetoothHCI Bool.swift
[604/644] Compiling BluetoothHCI Hexadecimal.swift
[605/644] Compiling BluetoothHCI Integer.swift
[606/644] Compiling BluetoothHCI String.swift
[607/644] Compiling BluetoothHCI System.swift
[608/644] Compiling BluetoothHCI HCI.swift
[609/644] Compiling BluetoothHCI HCIAcceptConnectionRequest.swift
[610/644] Compiling BluetoothHCI HCIAuthenticationComplete.swift
[611/644] Compiling BluetoothHCI HCIAuthenticationRequested.swift
[612/644] Compiling BluetoothHCI HCIChangeConnectionPacketType.swift
[613/644] Compiling BluetoothHCI HCICommand.swift
[614/644] Compiling BluetoothHCI HCICommandComplete.swift
[615/644] Compiling BluetoothHCI HCICommandStatus.swift
[616/644] Compiling BluetoothHCI HCICommandTimeout.swift
[617/644] Compiling BluetoothHCI HCIConnectionComplete.swift
[618/644] Compiling BluetoothHCI HCIConnectionPacketTypeChange.swift
[619/644] Compiling BluetoothHCI HCIConnectionRequest.swift
[620/644] Compiling BluetoothHCI HCICreateConnection.swift
[621/644] Emitting module BluetoothHCI
[622/644] Compiling BluetoothHCI HCILERandom.swift
[623/644] Compiling BluetoothHCI HCILEReadAdvertisingChannelTxPower.swift
[624/644] Compiling BluetoothHCI HCILEReadBufferSize.swift
[625/644] Compiling BluetoothHCI HCILEReadChannelMap.swift
[626/644] Compiling BluetoothHCI HCILEReadLocalP256PublicKeyComplete.swift
[627/644] Compiling BluetoothHCI HCILEReadLocalResolvableAddressReturn.swift
[628/644] Compiling BluetoothHCI HCILEReadLocalSupportedFeatures.swift
[629/644] Compiling BluetoothHCI HCILEReadMaximumAdvertisingDataLength.swift
[630/644] Compiling BluetoothHCI HCILEReadMaximumDataLength.swift
[631/644] Compiling BluetoothHCI HCILEReadNumberOfSupportedAdvertisingSets.swift
[632/644] Compiling BluetoothHCI HCILEReadPeerResolvableAddressReturn.swift
[633/644] Compiling BluetoothHCI HCILEReadPeriodicAdvertisingListSize.swift
[634/644] Compiling BluetoothHCI HCILEReadPhy.swift
[635/644] Compiling BluetoothHCI HCILEReadRemoteUsedFeatures.swift
[636/644] Compiling BluetoothHCI HCILEReadRemoteUsedFeaturesComplete.swift
[637/644] Compiling BluetoothHCI HCILEReadResolvingListSize.swift
[638/644] Compiling BluetoothHCI HCILEReadRfPathCompensation.swift
[639/644] Compiling BluetoothHCI HCILEReadSuggestedDefaultDataLength.swift
[640/644] Compiling BluetoothHCI HCILEReadSupportedStates.swift
[641/644] Compiling BluetoothHCI HCILEReadTransmitPower.swift
[642/644] Compiling BluetoothHCI HCILEReadWhiteListSize.swift
[643/644] Compiling BluetoothHCI HCILEReceiverTest.swift
[644/644] Compiling BluetoothHCI HCILERemoteConnectionParameterRequest.swift
[645/699] Compiling BluetoothLinux AddressType.swift
[646/699] Compiling BluetoothLinux BNEP.swift
[647/699] Compiling BluetoothLinux BNEPIO.swift
[648/699] Compiling BluetoothLinux CMTP.swift
[649/699] Compiling BluetoothLinux CMTPIO.swift
[650/699] Compiling BluetoothLinux Error.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[651/705] Emitting module BluetoothLinux
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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")
/Users/admin/builder/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.
/Users/admin/builder/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]
/Users/admin/builder/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
/Users/admin/builder/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(
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocketAddress.swift:29:16: error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
27 |
28 | /// Protocol Service Multiplexer
29 | public var protocolServiceMultiplexer: ProtocolServiceMultiplexer?
| `- error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
30 |
31 | /// Channel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/BluetoothHCI/ProtocolServiceMultiplexer.swift:10:13: note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
8 |
9 | /// Protocol/Service Multiplexer (PSM).
10 | public enum ProtocolServiceMultiplexer: UInt8 {
| `- note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
11 |
12 | /// SDP
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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,
/Users/admin/builder/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(
/Users/admin/builder/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 | }
/Users/admin/builder/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(
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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> = []) {
/Users/admin/builder/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 | }
[652/705] Compiling BluetoothLinux RFCOMMGetDeviceInformation.swift
/Users/admin/builder/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(
/Users/admin/builder/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 | }
/Users/admin/builder/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(
/Users/admin/builder/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
/Users/admin/builder/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
[653/705] Compiling BluetoothLinux RFCOMMGetDeviceList.swift
/Users/admin/builder/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(
/Users/admin/builder/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 | }
/Users/admin/builder/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(
/Users/admin/builder/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
/Users/admin/builder/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
[654/705] Compiling BluetoothLinux RFCOMMIO.swift
/Users/admin/builder/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(
/Users/admin/builder/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 | }
/Users/admin/builder/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(
/Users/admin/builder/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
/Users/admin/builder/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
[655/705] Compiling BluetoothLinux RFCOMMReleaseDevice.swift
/Users/admin/builder/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(
/Users/admin/builder/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 | }
/Users/admin/builder/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(
/Users/admin/builder/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
/Users/admin/builder/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
[656/705] Compiling BluetoothLinux RFCOMMDevice.swift
/Users/admin/builder/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(
/Users/admin/builder/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 | }
/Users/admin/builder/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(
/Users/admin/builder/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
/Users/admin/builder/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
[657/705] Compiling BluetoothLinux RFCOMMFlag.swift
/Users/admin/builder/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(
/Users/admin/builder/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 | }
/Users/admin/builder/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(
/Users/admin/builder/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
/Users/admin/builder/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
[658/705] Compiling BluetoothLinux HCIDeviceUp.swift
/Users/admin/builder/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
/Users/admin/builder/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")
/Users/admin/builder/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.
/Users/admin/builder/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]
/Users/admin/builder/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
/Users/admin/builder/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(
[659/705] Compiling BluetoothLinux HCIScan.swift
/Users/admin/builder/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
/Users/admin/builder/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")
/Users/admin/builder/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.
/Users/admin/builder/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]
/Users/admin/builder/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
/Users/admin/builder/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(
[660/705] Compiling BluetoothLinux HostControllerIO.swift
/Users/admin/builder/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
/Users/admin/builder/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")
/Users/admin/builder/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.
/Users/admin/builder/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]
/Users/admin/builder/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
/Users/admin/builder/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(
[661/705] Compiling BluetoothLinux HCIFilterSocketOption.swift
/Users/admin/builder/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
/Users/admin/builder/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")
/Users/admin/builder/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.
/Users/admin/builder/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]
/Users/admin/builder/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
/Users/admin/builder/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(
[662/705] Compiling BluetoothLinux HIDP.swift
/Users/admin/builder/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
/Users/admin/builder/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")
/Users/admin/builder/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.
/Users/admin/builder/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]
/Users/admin/builder/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
/Users/admin/builder/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(
[663/705] Compiling BluetoothLinux HIDPIO.swift
/Users/admin/builder/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
/Users/admin/builder/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")
/Users/admin/builder/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.
/Users/admin/builder/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]
/Users/admin/builder/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
/Users/admin/builder/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(
[664/705] Compiling BluetoothLinux HCIControllerType.swift
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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) {
[665/705] Compiling BluetoothLinux HCIDeviceEvent.swift
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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) {
[666/705] Compiling BluetoothLinux HCIDeviceFlag.swift
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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) {
[667/705] Compiling BluetoothLinux HCIDeviceOptions.swift
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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) {
[668/705] Compiling BluetoothLinux HCIFileDescriptor.swift
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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) {
[669/705] Compiling BluetoothLinux HCIPacketType.swift
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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) {
[670/705] Compiling BluetoothLinux SCOSocketOption.swift
[671/705] Compiling BluetoothLinux SocketAddress.swift
[672/705] Compiling BluetoothLinux SocketOption.swift
[673/705] Compiling BluetoothLinux SocketOptionLevel.swift
[674/705] Compiling BluetoothLinux SecuritySocketOption.swift
[675/705] Compiling BluetoothLinux SocketProtocol.swift
[676/705] Compiling BluetoothLinux RFCOMMLinkMode.swift
/Users/admin/builder/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
/Users/admin/builder/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> = []) {
/Users/admin/builder/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 | }
[677/705] Compiling BluetoothLinux RFCOMMSocket.swift
/Users/admin/builder/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
/Users/admin/builder/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> = []) {
/Users/admin/builder/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 | }
[678/705] Compiling BluetoothLinux RFCOMMSocketAddress.swift
/Users/admin/builder/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
/Users/admin/builder/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> = []) {
/Users/admin/builder/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 | }
[679/705] Compiling BluetoothLinux RFCOMMSocketOption.swift
/Users/admin/builder/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
/Users/admin/builder/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> = []) {
/Users/admin/builder/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 | }
[680/705] Compiling BluetoothLinux RFCOMMState.swift
/Users/admin/builder/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
/Users/admin/builder/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> = []) {
/Users/admin/builder/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 | }
[681/705] Compiling BluetoothLinux SCOSocket.swift
/Users/admin/builder/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
/Users/admin/builder/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> = []) {
/Users/admin/builder/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 | }
[682/705] Compiling BluetoothLinux HCISocketAddress.swift
/Users/admin/builder/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
[683/705] Compiling BluetoothLinux HCISocketOption.swift
/Users/admin/builder/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
[684/705] Compiling BluetoothLinux HostController.swift
/Users/admin/builder/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
[685/705] Compiling BluetoothLinux HCIDeviceDown.swift
/Users/admin/builder/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
[686/705] Compiling BluetoothLinux HCIDeviceInformation.swift
/Users/admin/builder/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
[687/705] Compiling BluetoothLinux HCIDeviceList.swift
/Users/admin/builder/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
[688/705] Compiling BluetoothLinux Sequence.swift
[689/705] Compiling BluetoothLinux DeviceCommand.swift
[690/705] Compiling BluetoothLinux DevicePollEvent.swift
[691/705] Compiling BluetoothLinux DeviceRequest.swift
[692/705] Compiling BluetoothLinux HCIBusType.swift
[693/705] Compiling BluetoothLinux HCIChannel.swift
[694/705] Compiling BluetoothLinux L2CAPFileDescriptor.swift
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocketAddress.swift:29:16: error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
27 |
28 | /// Protocol Service Multiplexer
29 | public var protocolServiceMultiplexer: ProtocolServiceMultiplexer?
| `- error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
30 |
31 | /// Channel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/BluetoothHCI/ProtocolServiceMultiplexer.swift:10:13: note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
8 |
9 | /// Protocol/Service Multiplexer (PSM).
10 | public enum ProtocolServiceMultiplexer: UInt8 {
| `- note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
11 |
12 | /// SDP
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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,
[695/705] Compiling BluetoothLinux L2CAPSocket.swift
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocketAddress.swift:29:16: error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
27 |
28 | /// Protocol Service Multiplexer
29 | public var protocolServiceMultiplexer: ProtocolServiceMultiplexer?
| `- error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
30 |
31 | /// Channel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/BluetoothHCI/ProtocolServiceMultiplexer.swift:10:13: note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
8 |
9 | /// Protocol/Service Multiplexer (PSM).
10 | public enum ProtocolServiceMultiplexer: UInt8 {
| `- note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
11 |
12 | /// SDP
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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,
[696/705] Compiling BluetoothLinux L2CAPSocketAddress.swift
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocketAddress.swift:29:16: error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
27 |
28 | /// Protocol Service Multiplexer
29 | public var protocolServiceMultiplexer: ProtocolServiceMultiplexer?
| `- error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
30 |
31 | /// Channel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/BluetoothHCI/ProtocolServiceMultiplexer.swift:10:13: note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
8 |
9 | /// Protocol/Service Multiplexer (PSM).
10 | public enum ProtocolServiceMultiplexer: UInt8 {
| `- note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
11 |
12 | /// SDP
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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,
[697/705] Compiling BluetoothLinux L2CAPSocketOption.swift
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocketAddress.swift:29:16: error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
27 |
28 | /// Protocol Service Multiplexer
29 | public var protocolServiceMultiplexer: ProtocolServiceMultiplexer?
| `- error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
30 |
31 | /// Channel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/BluetoothHCI/ProtocolServiceMultiplexer.swift:10:13: note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
8 |
9 | /// Protocol/Service Multiplexer (PSM).
10 | public enum ProtocolServiceMultiplexer: UInt8 {
| `- note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
11 |
12 | /// SDP
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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,
[698/705] Compiling BluetoothLinux LinkMode.swift
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocketAddress.swift:29:16: error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
27 |
28 | /// Protocol Service Multiplexer
29 | public var protocolServiceMultiplexer: ProtocolServiceMultiplexer?
| `- error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
30 |
31 | /// Channel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/BluetoothHCI/ProtocolServiceMultiplexer.swift:10:13: note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
8 |
9 | /// Protocol/Service Multiplexer (PSM).
10 | public enum ProtocolServiceMultiplexer: UInt8 {
| `- note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
11 |
12 | /// SDP
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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,
[699/705] Compiling BluetoothLinux RFCOMMCreateDevice.swift
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/BluetoothLinux/L2CAP/L2CAPSocketAddress.swift:29:16: error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
27 |
28 | /// Protocol Service Multiplexer
29 | public var protocolServiceMultiplexer: ProtocolServiceMultiplexer?
| `- error: stored property 'protocolServiceMultiplexer' of 'Sendable'-conforming struct 'L2CAPSocketAddress' has non-sendable type 'ProtocolServiceMultiplexer?'
30 |
31 | /// Channel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Bluetooth/Sources/BluetoothHCI/ProtocolServiceMultiplexer.swift:10:13: note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
8 |
9 | /// Protocol/Service Multiplexer (PSM).
10 | public enum ProtocolServiceMultiplexer: UInt8 {
| `- note: enum 'ProtocolServiceMultiplexer' does not conform to the 'Sendable' protocol
11 |
12 | /// SDP
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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,
[700/705] Compiling BluetoothLinux DeviceDown.swift
/Users/admin/builder/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 {
/Users/admin/builder/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
[701/705] Compiling BluetoothLinux CInterop.swift
/Users/admin/builder/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 {
/Users/admin/builder/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
[702/705] Compiling BluetoothLinux CSocketAddress.swift
/Users/admin/builder/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 {
/Users/admin/builder/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
[703/705] Compiling BluetoothLinux Darwin.swift
/Users/admin/builder/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 {
/Users/admin/builder/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
[704/705] Compiling BluetoothLinux IOCTL.swift
/Users/admin/builder/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 {
/Users/admin/builder/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
[705/705] Compiling BluetoothLinux SocketDescriptor.swift
/Users/admin/builder/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 {
/Users/admin/builder/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
BUILD FAILURE 6.1 macosSpm