Skip to content

Commit 2f42fa6

Browse files
committed
Fix DebugServerMessageHeader
1 parent 6680fc2 commit 2f42fa6

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Sources/OpenGraphShims/DebugClient.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
public import Foundation
77
public import Network
88

9-
#if canImport(OpenGraphCxx_Private)
10-
public import OpenGraphCxx_Private.DebugServer
11-
#endif
12-
139
public struct ConnectionUpdates: AsyncSequence {
1410
public typealias Element = NWConnection.State
1511

Tests/OpenGraphCxxTests/DebugServer/DebugServerTests.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
#if canImport(Darwin)
66
import Foundation
7-
import OpenGraphCxx_Private.DebugServer
7+
public import OpenGraphCxx_Private.DebugServer
88
import Testing
99

10+
public typealias DebugServerMessageHeader = OpenGraphCxx_Private.DebugServerMessageHeader
11+
1012
@MainActor
1113
struct DebugServerTests {
1214
typealias Command = DebugClient.Command

0 commit comments

Comments
 (0)