This is not yet fixed in Linux Swift 5.0
This commit is contained in:
@@ -43,7 +43,7 @@ public extension Path {
|
||||
try rv.delete()
|
||||
}
|
||||
#if os(Linux)
|
||||
#if swift(>=5)
|
||||
#if swift(>=5.1)
|
||||
// check if fixed
|
||||
#else
|
||||
if !overwrite, rv.isFile {
|
||||
|
||||
Reference in New Issue
Block a user