| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.7.5 source code.tar.gz | 2026-07-21 | 151.4 kB | |
| 1.7.5 source code.zip | 2026-07-21 | 204.2 kB | |
| README.md | 2026-07-21 | 1.1 kB | |
| Totals: 3 Items | 356.7 kB | 1 | |
This bug fix release improves the implementations of Equatable and Hashable for struct Stat.
Other changes involve adjustments to continuous integration along with a minor test fix for Android.
What's Changed
- Don't compare padding/reserved fields for
Statequality by @jrflat in https://github.com/apple/swift-system/pull/355 - Update
Stat.generationNumbertoUInt64by @jrflat in https://github.com/apple/swift-system/pull/356 - Fix Android test reliability issue by @glessard in https://github.com/apple/swift-system/pull/340
- Adjust availability macro for System 1.7.0 by @glessard in https://github.com/apple/swift-system/pull/344
- Remove a spurious throw annotation by @glessard in https://github.com/apple/swift-system/pull/347
- Validate cmake build on Linux by @glessard in https://github.com/apple/swift-system/pull/339
- Set -package-name in CMake build by @owenv in https://github.com/apple/swift-system/pull/343
- Enable FreeBSD checks by @jrflat in https://github.com/apple/swift-system/pull/357
Full Changelog: https://github.com/apple/swift-system/compare/1.7.4...1.7.5