We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd76c83 commit a85abbfCopy full SHA for a85abbf
Sources/DataConnect.swift
@@ -36,9 +36,9 @@ public class DataConnect {
36
37
// Instance store uses an internal queue to protect mutable state.
38
#if compiler(>=6)
39
- private nonisolated(unsafe) static let instanceStore = InstanceStore()
+ private nonisolated(unsafe) static let instanceStore = InstanceStore()
40
#else
41
- private static let instanceStore = InstanceStore()
+ private static let instanceStore = InstanceStore()
42
#endif
43
44
public enum EmulatorDefaults {
0 commit comments