fix: dependencies & concurrency markups

This commit is contained in:
Shibo Lyu 2025-04-24 15:25:55 +08:00
parent c600a12016
commit 94a251ed0c
3 changed files with 7 additions and 6 deletions

View file

@ -6,9 +6,9 @@ import BLAKE2
import Foundation
#if UseSwiftCrypto
import Crypto
@preconcurrency import Crypto
#else
import CryptoKit
@preconcurrency import CryptoKit
#endif
public enum SignatureAlgorithm: Sendable, RawRepresentable {