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?
If I get the last commit from main branch everything plays like a charm
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 theKeyExporter.swift
file, specifically in the following declaration:var keyCurve: JSONWebKeyCurve?
If I get the last commit from main branch everything plays like a charm
Xcode Version:
16.0 (16A242)