This commit is contained in:
Max Goedjen 2025-08-23 18:04:07 -07:00
parent 9dbaea699b
commit e10dcfe8a1
No known key found for this signature in database

View File

@ -1,8 +1,7 @@
import Foundation import Foundation
import Combine
/// Type eraser for SecretStore. /// Type eraser for SecretStore.
public class AnySecretStore: SecretStore, @unchecked Sendable { open class AnySecretStore: SecretStore, @unchecked Sendable {
let base: any Sendable let base: any Sendable
private let _isAvailable: @MainActor @Sendable () -> Bool private let _isAvailable: @MainActor @Sendable () -> Bool