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 b3daf0d commit 4162d58Copy full SHA for 4162d58
Sources/ManagedModels/ModelMacroDefinition.swift
@@ -63,7 +63,7 @@ public macro Transient() =
63
* An internal helper macro. Don't use this.
64
*/
65
@available(swift 5.9)
66
-@attached(accessor/*, names: named(init)*/)
+@attached(accessor)
67
public macro _PersistedProperty() =
68
#externalMacro(module: "ManagedModelMacros", type: "PersistedPropertyMacro")
69
0 commit comments