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 07090e6 commit 67ca047Copy full SHA for 67ca047
Examples/streaming-chatgpt-proxy/Sources/ClientCLI/main.swift
@@ -11,6 +11,11 @@
11
// SPDX-License-Identifier: Apache-2.0
12
//
13
//===----------------------------------------------------------------------===//
14
+
15
+// https://github.com/swiftlang/swift/issues/77866
16
+#if canImport(Glibc)
17
+@preconcurrency import Glibc
18
+#endif
19
import OpenAPIRuntime
20
import OpenAPIURLSession
21
import Foundation
0 commit comments