Adding the library to a new Swift or SwiftUI project in Xcode 15 and building yields this error: 'init(pemRepresentation:)' is only available in iOS 14.0 or newer The deployment target for the sample app is iOS 17 (changing it has no effect). Using Xcode 15.0 (15A240d).