Unclaimed project
Are you a maintainer of vapor? Claim this project to take control of your public changelog and roadmap.
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
Full Changelog: https://github.com/vapor/vapor/compare/4.119.0...4.119.1