mirror of
https://github.com/apple/swift-foundation.git
synced 2025-05-22 05:19:57 +08:00
* (123438249) FileManager.removeItem does not throw error when encoutering long paths The change makes swift-foundation FileManager.removeItem properly throw on removefile(3) errors. * Conform POSIXError to Error * Clean up warnings and produce more detailed test failures * Fix macOS CI failure