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 843fa26 commit a88653aCopy full SHA for a88653a
Sources/Helpers/HTTP/URLSession+HTTPRequest.swift
@@ -31,7 +31,7 @@ private enum HTTPTypeConversionError: Error {
31
32
#endif
33
34
-#if (os(Linux) || os(Windows)) && compiler(<6)
+#if canImport(FoundationNetworking) && compiler(<6)
35
36
@available(macOS 12.0, iOS 15.0, watchOS 8.0, tvOS 15.0, *)
37
extension URLSession {
0 commit comments