New
4.119.1 - Fix a couple of import issues
What's Changed
Fix a couple of import issues by @0xTim in #3390
Fixes a couple of import issues seen recently:
- Sendable error with TOTP types on old macOS SDKs - CryptoKit types have Sendable annotations from Xcode 16.3 (Swift 6.1). If trying to compile on older versions of Xcode, which we support you get an error in Swift 6 mode
- Some UBI9 based images complain about a missing import for CNIOLinux
This patch was released by @gwynne
Full Changelog: https://github.com/vapor/vapor/compare/4.119.0...4.119.1