1.7.0
This release adds the implementations of two proposals: Stat and support for dup3 and pipe2.
Additionally, 1.7.0 builds and tests for more platforms, including Android and FreeBSD.
This release requires Swift 6.1 or later.
What's Changed
Features
- Stat for Swift System by @jrflat in #257, #256, #298 and #299
- New wrappers for
dup3andpipe2by @glessard and @jakepetroules in #303, #274 and #312
Platform support and testing improvements
- Support testing in release mode by @jrflat in #252
- Enable Linux static SDK and Wasm SDK builds by @jrflat in #253
- Fix Stat build on Android by @jrflat in #270
- Fix FreeBSD build by @kkebo in #293
- Enable Android with emulator testing by @finagolfin in #297
- Remove unnecessary type casting in Windows support by @compnerd in #308
- MachPort inlinability fixes by @glessard in #289
- Require Swift 6.1 by @glessard in #278
New Contributors
- @lamtrinhdev made their first contribution in #255
- @incertum made their first contribution in #267
Full Changelog: 1.6.5...1.7.0