We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a588d92 commit 6706bd5Copy full SHA for 6706bd5
Sources/IndexStoreDB/IndexStoreDB.swift
@@ -19,6 +19,8 @@ import Foundation
19
import Glibc
20
#elseif os(Windows)
21
import ucrt
22
+#elseif canImport(Bionic)
23
+import Bionic
24
#else
25
import Darwin.POSIX
26
#endif
0 commit comments