Skip to content

Commit

Permalink
Merge pull request #26 from admkopec/develop
Browse files Browse the repository at this point in the history
Xcode 15.2 compilation issue
  • Loading branch information
helje5 authored Jan 30, 2024
2 parents 0263f63 + 7034247 commit b3daf0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Select latest available Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.0'
xcode-version: '15.2.0'
- name: Checkout Repository
uses: actions/checkout@v2
- name: Build Swift Debug Package
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManagedModels/ModelMacroDefinition.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public macro Transient() =
* An internal helper macro. Don't use this.
*/
@available(swift 5.9)
@attached(accessor, names: named(init))
@attached(accessor/*, names: named(init)*/)
public macro _PersistedProperty() =
#externalMacro(module: "ManagedModelMacros", type: "PersistedPropertyMacro")

Expand Down

0 comments on commit b3daf0d

Please sign in to comment.