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.
names:
_PersistedProperty
1 parent 0263f63 commit b62792dCopy full SHA for b62792d
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/*, names: named(init)*/)
67
public macro _PersistedProperty() =
68
#externalMacro(module: "ManagedModelMacros", type: "PersistedPropertyMacro")
69
0 commit comments