this repo has no description

make sendable

Changed files
+1 -1
Sources
Vault
+1 -1
Sources/Vault/Vault.swift
··· 7 7 8 8 import Foundation 9 9 10 - public struct KeychainConfiguration { 10 + public struct KeychainConfiguration: Sendable { 11 11 public let serviceName: String 12 12 public let accessGroup: String? 13 13 public let accountName: String