Turn on strict concurrency (#497)

* WIP

* Add concurrency warnings.
This commit is contained in:
Max Goedjen
2023-12-11 02:13:08 -08:00
committed by GitHub
parent cf58630065
commit 171981de9f
14 changed files with 63 additions and 37 deletions

View File

@@ -6,7 +6,7 @@ struct Stub {}
extension Stub {
public class Store: SecretStore {
public final class Store: SecretStore {
public let isAvailable = true
public let id = UUID()