We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4543fb2 commit 9ac79f9Copy full SHA for 9ac79f9
1 file changed
Tool/Sources/XPCShared/XPCService.swift
@@ -153,7 +153,7 @@ public func testXPCListenerEndpoint(_ endpoint: NSXPCListenerEndpoint) async ->
153
continuation.finish()
154
}
155
do {
156
- guard let result = try await stream.first(where: { _ in true }) else {
+ guard let _ = try await stream.first(where: { _ in true }) else {
157
throw EmptyResponseError()
158
159
return true
0 commit comments