Skip to content

Commit

Permalink
Import C module as @_implementationOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed May 4, 2022
1 parent 2354235 commit 404834b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sources/BluetoothLinux/HCI/HostController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

import Foundation
import CBluetoothLinux
@_implementationOnly import CBluetoothLinux
import BluetoothHCI
import SystemPackage
import Socket
Expand Down
2 changes: 1 addition & 1 deletion Sources/BluetoothLinux/HCI/IOCTL/HCIScan.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import Foundation
import BluetoothHCI
import CBluetoothLinux
@_implementationOnly import CBluetoothLinux
import SystemPackage
import Socket

Expand Down
2 changes: 1 addition & 1 deletion Sources/BluetoothLinux/Internal/CInterop.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Bluetooth
import BluetoothHCI
import SystemPackage
import Socket
import CBluetoothLinux
@_implementationOnly import CBluetoothLinux

public extension CInterop {

Expand Down
2 changes: 1 addition & 1 deletion Sources/BluetoothLinux/L2CAP/L2CAPSocket.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Foundation
import Bluetooth
import BluetoothHCI
import CBluetoothLinux
@_implementationOnly import CBluetoothLinux
import SystemPackage
import Socket

Expand Down

0 comments on commit 404834b

Please sign in to comment.