This release adds Sendable
conformances to FilePath
and its family of types.
What's New
- Sendable conformances for
FilePath
- Implement FilePath's
pipe()
function for Windows - Support for WASI
- Support for OpenBSD
What's Changed
- Support OpenBSD. by @3405691582 in #113
- Add Sendable conformances (except FileDescriptor) by @ffried in #115
- Enable Swift Package Index documentation and add API doc link by @Kyle-Ye in #149
- Support Windows ARM64 by @hjyamauchi in #151
- Require Swift 5.9
- And many minor bug fixes and updates
New Contributors
- @krzyzanowskim made their first contribution in #109
- @3405691582 made their first contribution in #113
- @ffried made their first contribution in #115
Full Changelog: 1.3.2...1.4.0