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 86438fa commit 9e3ac1dCopy full SHA for 9e3ac1d
Sources/ComposableArchitecture/Documentation.docc/Articles/SwiftConcurrency.md
@@ -89,7 +89,7 @@ extension DependencyValues {
89
If `FactClient` is not `Sendable`, for whatever reason, you will get a warning in the `get`
90
and `set` lines:
91
92
->⚠️ Type 'AudioPlayerClient' does not conform to the 'Sendable' protocol
+>⚠️ Type 'FactClient' does not conform to the 'Sendable' protocol
93
94
To fix this you need to make each dependency `Sendable`. This usually just means making sure
95
that the interface type only holds onto `Sendable` data, and in particular, any closure-based
0 commit comments