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.
2 parents 0263f63 + 7034247 commit b3daf0dCopy full SHA for b3daf0d
.github/workflows/swift.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Select latest available Xcode
12
uses: maxim-lobanov/setup-xcode@v1
13
with:
14
- xcode-version: '15.0.0'
+ xcode-version: '15.2.0'
15
- name: Checkout Repository
16
uses: actions/checkout@v2
17
- name: Build Swift Debug Package
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