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 70ae578 commit fdb4e9eCopy full SHA for fdb4e9e
Tests/JSONLoggerTests/Helpers/FileHandleHelper.swift
@@ -32,7 +32,7 @@ extension FileHandle {
32
}
33
34
func jl_readToEnd() throws -> Data? {
35
- if #available(macOS 10.15, tvOS 13.0, iOS 13.0, watchOS 6.0, *) {
+ if #available(macOS 10.15.4, iOS 13.4, watchOS 6.2, tvOS 13.4, *) {
36
#if swift(>=5.2) || !canImport(Darwin)
37
return try readToEnd()
38
#elseif !os(Windows)
0 commit comments