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 f79cd5e commit 8abca64Copy full SHA for 8abca64
Sources/ComposableArchitecture/Macros.swift
@@ -56,6 +56,7 @@ public macro Reducer(state: _SynthesizedConformance..., action: _SynthesizedConf
56
#endif
57
public struct _SynthesizedConformance: Sendable {}
58
59
+@available(*, deprecated, message: "Define your conformance using an extension, instead")
60
extension _SynthesizedConformance {
61
/// Extends the `State` or `Action` types that ``Reducer()`` creates with the `Codable`
62
/// protocol.
0 commit comments