JSONWebToken.swift icon indicating copy to clipboard operation
JSONWebToken.swift copied to clipboard

So it doesn't work with Swift 5?

Open mungbeans opened this issue 4 years ago • 0 comments

Getting some errors trying to use this with Swift 2

For example let rem = input.characters.count % 4 // Characters is unavailable error

defer { context.deallocate(capacity: 1) } // deallocate(capacity:)isunavailableerror

mungbeans avatar Jan 08 '22 15:01 mungbeans