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 9e0ac04 commit beaecc3Copy full SHA for beaecc3
Sources/Configuration/AccessReporter.swift
@@ -12,11 +12,11 @@
12
//
13
//===----------------------------------------------------------------------===//
14
15
-#if canImport(FoundationEssentials)
16
-public import FoundationEssentials
17
-#else
+// #if canImport(FoundationEssentials)
+// public import FoundationEssentials
+// #else
18
public import Foundation
19
-#endif
+// #endif
20
import Synchronization
21
22
/// A type that receives and processes configuration access events.
0 commit comments