| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.7.3 source code.tar.gz | 2026-07-07 | 150.1 kB | |
| 1.7.3 source code.zip | 2026-07-07 | 202.8 kB | |
| README.md | 2026-07-07 | 1.1 kB | |
| Totals: 3 Items | 353.9 kB | 0 | |
This release contains build configuration fixes, and IORing bug fixes.
The .closeOnExec flag is also added to the Windows version of OpenOptions.
What's Changed
- Install missing CSystem headers with CMake by @fallintoplace in https://github.com/apple/swift-system/pull/323
- Add missing System sources to CMake build by @fallintoplace in https://github.com/apple/swift-system/pull/325
- Forward io_uring_enter2 size argument by @fallintoplace in https://github.com/apple/swift-system/pull/326
- Test ioring's blocking consume completion with timeout by @glessard in https://github.com/apple/swift-system/pull/329
- Improve syscall wrappers for IORing by @glessard in https://github.com/apple/swift-system/pull/336
- Enable .closeOnExec for FileDescriptor.open on Windows by @jakepetroules in https://github.com/apple/swift-system/pull/331
New Contributors
- @fallintoplace made their first contribution in https://github.com/apple/swift-system/pull/323
Full Changelog: https://github.com/apple/swift-system/compare/1.7.2...1.7.3