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 9d6c6eb commit 9006e56Copy full SHA for 9006e56
Sources/AndroidSystem/LockedState.swift
@@ -1,8 +1,8 @@
1
2
#if canImport(os)
3
-internal import os
+import os
4
#if FOUNDATION_FRAMEWORK && canImport(C.os.lock)
5
-internal import C.os.lock
+import C.os.lock
6
#endif
7
#elseif canImport(Bionic)
8
import Bionic
0 commit comments