Skip to content

Commit b3daf0d

Browse files
authored
Merge pull request #26 from admkopec/develop
Xcode 15.2 compilation issue
2 parents 0263f63 + 7034247 commit b3daf0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Select latest available Xcode
1212
uses: maxim-lobanov/setup-xcode@v1
1313
with:
14-
xcode-version: '15.0.0'
14+
xcode-version: '15.2.0'
1515
- name: Checkout Repository
1616
uses: actions/checkout@v2
1717
- name: Build Swift Debug Package

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)