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

A simple type-safe drop in Swift wrapper class for the keychain

Results 5 Keychain.swift issues
Sort by recently updated
recently updated
newest added

I get this error when trying to add the library via SPM

I can not extend Any type :D

Add @discardableResult tag to set and remove methods to prevent Swift 3 warning for ignoring return values.