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()
|
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user