import Foundation import Combine extension SecureEnclave { public struct Secret: SecretKit.Secret { public let id: String } }