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 6adee68 commit f921077Copy full SHA for f921077
Sources/IssueReporting/Internal/Warn.swift
@@ -1,4 +1,8 @@
1
+#if os(Linux)
2
+@preconcurrency import Foundation
3
+#else
4
import Foundation
5
+#endif
6
7
#if canImport(WinSDK)
8
import WinSDK
0 commit comments