Skip to content

Commit b62792d

Browse files
committed
Dropped names: macro definition of _PersistedProperty
This fixes an issue with Xcode 15.2 compilation error.
1 parent 0263f63 commit b62792d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ManagedModels/ModelMacroDefinition.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public macro Transient() =
6363
* An internal helper macro. Don't use this.
6464
*/
6565
@available(swift 5.9)
66-
@attached(accessor, names: named(init))
66+
@attached(accessor/*, names: named(init)*/)
6767
public macro _PersistedProperty() =
6868
#externalMacro(module: "ManagedModelMacros", type: "PersistedPropertyMacro")
6969

0 commit comments

Comments
 (0)