diff --git a/TIKeychainUtils/Sources/KeychainCodableBackingStore/Keychain+CodableKeyValueStorage.swift b/TIKeychainUtils/Sources/KeychainCodableBackingStore/Keychain+CodableKeyValueStorage.swift index c1949b2d..9e66246c 100644 --- a/TIKeychainUtils/Sources/KeychainCodableBackingStore/Keychain+CodableKeyValueStorage.swift +++ b/TIKeychainUtils/Sources/KeychainCodableBackingStore/Keychain+CodableKeyValueStorage.swift @@ -24,7 +24,7 @@ import Foundation import KeychainAccess import TIFoundationUtils -typealias KeychainCodableBackingStore = CodableKeyValueBackingStore +public typealias KeychainCodableBackingStore = CodableKeyValueBackingStore extension Keychain: CodableKeyValueStorage { public func codableObject(forKey key: StorageKey,