apple / swift-foundation

The Foundation project
Apache License 2.0
2.29k stars 135 forks source link

FoundationEssentials: correct file overwriting behaviour #648

Closed compnerd closed 1 month ago

compnerd commented 1 month ago

We would previously always overwrite the file which would not match the expectation. Correct the flags to allow us to properly create or overwrite the file.

jmschonfeld commented 1 month ago

@swift-ci please test