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 a8836b6 commit b53be1eCopy full SHA for b53be1e
Tests/FoundationEssentialsTests/ProcessInfoTests.swift
@@ -22,6 +22,8 @@ import FoundationEssentials
22
import Darwin
23
#elseif canImport(Glibc)
24
@preconcurrency import Glibc
25
+#elseif canImport(CRT)
26
+import CRT
27
#endif
28
29
// Since we can't really mock system settings like OS name,
0 commit comments