amosavian / JWSETKit

A kit to create, sign and verify a JWT or JWS object
https://amosavian.github.io/JWSETKit/documentation/jwsetkit/
MIT License
38 stars 6 forks source link

Xcode 16 build failure #14

Closed yannisalexiou closed 1 month ago

yannisalexiou commented 1 month ago

Is it possible to update the library version with the latest commit from main?

Version 0.21.0 failed to build with the following error: Thrown expression type 'any Error' cannot be converted to error type 'Never' This occurred in the KeyExporter.swift file, specifically in the following declaration: var keyCurve: JSONWebKeyCurve?

Screenshot 2024-09-16 at 10 49 25 AM

If I get the last commit from main branch everything plays like a charm

Xcode Version: 16.0 (16A242)

amosavian commented 1 month ago

Hi @yannisalexiou , This is fixed in JESETKit 0.21.1

yannisalexiou commented 1 month ago

Thank you @amosavian 🚀