This release adds the implementations of two proposals: Stat and support for dup3 and pipe2.
Additionally, swift-system 1.7.0 successfully builds and tests on 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 [Proposal] Stat for Swift System by jrflat · Pull Request #257 · apple/swift-system · GitHub, Stat implementation for Swift System by jrflat · Pull Request #256 · apple/swift-system · GitHub, [Proposal] Back-deploy CInterop.stat for Migration Compatibility by jrflat · Pull Request #298 · apple/swift-system · GitHub and [Implementation] Back-deploy CInterop.stat for Migration Compatibility by jrflat · Pull Request #299 · apple/swift-system · GitHub
- New wrappers for
dup3andpipe2by @glessard and @jakepetroules in [SYS-0007] Add overloads to cover dup3 and pipe2 POSIX APIs by glessard · Pull Request #303 · apple/swift-system · GitHub, Proposal to add wrappers for `dup3` and `pipe2` by glessard · Pull Request #274 · apple/swift-system · GitHub and Add `pipe(options:)` for Windows by glessard · Pull Request #312 · apple/swift-system · GitHub
Platform support and testing improvements
- Support testing in release mode by @jrflat in Support testing in release mode by jrflat · Pull Request #252 · apple/swift-system · GitHub
- Enable Linux static SDK and Wasm SDK builds by @jrflat in [CI] Enable Linux static SDK and Wasm SDK builds by jrflat · Pull Request #253 · apple/swift-system · GitHub
- Fix Stat build on Android by @jrflat in Fix Stat build on Android by jrflat · Pull Request #270 · apple/swift-system · GitHub
- Fix FreeBSD build by @kkebo in Fix FreeBSD build by kkebo · Pull Request #293 · apple/swift-system · GitHub
- Enable Android with emulator testing by @finagolfin in [CI] Use latest workflows tag and properly enable Android with emulator testing by finagolfin · Pull Request #297 · apple/swift-system · GitHub
- Remove unnecessary type casting in Windows support by @compnerd in System: remove unnecessary type casting by compnerd · Pull Request #308 · apple/swift-system · GitHub
- MachPort inlinability fixes by @glessard in MachPort inlinability fixes by glessard · Pull Request #289 · apple/swift-system · GitHub
- Require Swift 6.1 by @glessard in Require Swift 6.1 by glessard · Pull Request #278 · apple/swift-system · GitHub
New Contributors
- @lamtrinhdev made their first contribution in Fix spelling errors in some comments. by lamtrinhdev · Pull Request #255 · apple/swift-system · GitHub
- @incertum made their first contribution in chore: restrict GitHub workflow permissions - future-proof by incertum · Pull Request #267 · apple/swift-system · GitHub
Full Changelog: Comparing 1.6.5...1.7.0 · apple/swift-system · GitHub