This is not yet fixed in Linux Swift 5.0

This commit is contained in:
Max Howell
2019-01-25 10:55:02 -05:00
parent 5f364fe21b
commit b0bf0d0074

View File

@@ -43,7 +43,7 @@ public extension Path {
try rv.delete() try rv.delete()
} }
#if os(Linux) #if os(Linux)
#if swift(>=5) #if swift(>=5.1)
// check if fixed // check if fixed
#else #else
if !overwrite, rv.isFile { if !overwrite, rv.isFile {