From e8518fe610abf8917226a0c46b301efac8fa81e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Rupe=CC=81rez?= Date: Tue, 24 Sep 2024 15:49:32 +0200 Subject: [PATCH] Removed @retroactive --- Sources/Keychain/CryptoData.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Keychain/CryptoData.swift b/Sources/Keychain/CryptoData.swift index 73d6ac9..ac3be3a 100644 --- a/Sources/Keychain/CryptoData.swift +++ b/Sources/Keychain/CryptoData.swift @@ -2,7 +2,7 @@ import CryptoKit import Foundation import Storage -extension SymmetricKey: @retroactive StorageData { +extension SymmetricKey: StorageData { /** Create a `SymmetricKey`.