vapor / jwt-kit

🔑 JSON Web Token (JWT) signing and verification (HMAC, ECDSA, EdDSA, RSA, PSS) with support for JWS and JWK
https://api.vapor.codes/jwtkit/documentation/jwtkit/
MIT License
198 stars 51 forks source link

Last of the Swift 6 language mode warnings #185

Closed 0xTim closed 2 months ago

0xTim commented 2 months ago

Some more retroactive conformances

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.76%. Comparing base (ec25dfc) to head (d2ae4df). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #185 +/- ## ========================================== + Coverage 78.64% 78.76% +0.12% ========================================== Files 60 60 Lines 1405 1413 +8 ========================================== + Hits 1105 1113 +8 Misses 300 300 ``` | [Files](https://app.codecov.io/gh/vapor/jwt-kit/pull/185?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vapor) | Coverage Δ | | |---|---|---| | [Sources/JWTKit/ECDSA/ECDSA.swift](https://app.codecov.io/gh/vapor/jwt-kit/pull/185?src=pr&el=tree&filepath=Sources%2FJWTKit%2FECDSA%2FECDSA.swift&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vapor#diff-U291cmNlcy9KV1RLaXQvRUNEU0EvRUNEU0Euc3dpZnQ=) | `86.79% <100.00%> (+1.07%)` | :arrow_up: | | [Sources/JWTKit/RSA/RSA.swift](https://app.codecov.io/gh/vapor/jwt-kit/pull/185?src=pr&el=tree&filepath=Sources%2FJWTKit%2FRSA%2FRSA.swift&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vapor#diff-U291cmNlcy9KV1RLaXQvUlNBL1JTQS5zd2lmdA==) | `73.91% <100.00%> (+1.60%)` | :arrow_up: |