Open
Description
nonisolated(unsafe) static let defaults = UserDefaults(suiteName: AppInfo.sharedContainerIdentifier)!
and
nonisolated(unsafe) private let userDefaults = UserDefaults(suiteName: AppInfo.sharedContainerIdentifier)!
Static property 'defaults' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
We can make this not static and this will hopefully resolve the issue
┆Issue is synchronized with this Jira Task
Metadata
Metadata
Assignees
Labels
No labels