Skip to content

Commit 8fa9c53

Browse files
committed
Update swift-tools to 5.10
- Update Toolbox depedency.
1 parent 5e280f2 commit 8fa9c53

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.github/workflows/swift.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
test:
1616
runs-on: macos-14
1717
steps:
18+
- name: Select Xcode 15.3
19+
run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
1820
- uses: actions/checkout@v4
1921
- name: Run Tests
2022
run: swift test -v

Package.resolved

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"pins" : [
3+
{
4+
"identity" : "toolbox",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/backslash-f/toolbox.git",
7+
"state" : {
8+
"revision" : "3f54fa8c3d2248b02de0d23cec5bc8cca8e6b035",
9+
"version" : "0.0.1"
10+
}
11+
}
12+
],
13+
"version" : 2
14+
}

Package.swift

+1-1
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)