Skip to content

SwiftNIO 1.9.1

Compare
Choose a tag to compare
@Lukasa Lukasa released this 10 Aug 12:27
· 1695 commits to main since this release

Semver Patch

  • Removed an unnecessary import in CNIOAtomics that could cause clang to error out when compiled in strict warnings modes. (#561)
  • Removed an implicit integer conversion in CNIODarwin that could cause clang to error out when compiled in strict warnings modes. (#566)