We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6680fc2 commit 2f42fa6Copy full SHA for 2f42fa6
Sources/OpenGraphShims/DebugClient.swift
@@ -6,10 +6,6 @@
6
public import Foundation
7
public import Network
8
9
-#if canImport(OpenGraphCxx_Private)
10
-public import OpenGraphCxx_Private.DebugServer
11
-#endif
12
-
13
public struct ConnectionUpdates: AsyncSequence {
14
public typealias Element = NWConnection.State
15
Tests/OpenGraphCxxTests/DebugServer/DebugServerTests.swift
@@ -4,9 +4,11 @@
4
5
#if canImport(Darwin)
import Foundation
-import OpenGraphCxx_Private.DebugServer
+public import OpenGraphCxx_Private.DebugServer
import Testing
+public typealias DebugServerMessageHeader = OpenGraphCxx_Private.DebugServerMessageHeader
+
@MainActor
struct DebugServerTests {
typealias Command = DebugClient.Command
0 commit comments