Skip to content

Commit 5a09d8a

Browse files
authored
Merge pull request #227 from p-x9/fix/_implementation_attribute
Fix issue with @_implements attribute not working
2 parents 1c8a14a + f203314 commit 5a09d8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
DEVELOPER_DIR: /Applications/Xcode_15.2.app
10+
DEVELOPER_DIR: /Applications/Xcode_15.3.app
1111

1212
jobs:
1313
build:
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Select Xcode 15
21-
run: sudo xcode-select -s /Applications/Xcode_15.2.app
21+
run: sudo xcode-select -s /Applications/Xcode_15.3.app
2222

2323
- name: Install visionOS
2424
run: |

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.9
1+
// swift-tools-version: 5.10
22

33
import PackageDescription
44

0 commit comments

Comments
 (0)