Skip to content

Commit 05f7bdc

Browse files
committed
Use Xcode 16 and swift 5.10
1 parent 1e63f58 commit 05f7bdc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/main.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Test macOS
1414
runs-on: macOS-latest
1515
env:
16-
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
16+
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
1717
strategy:
1818
matrix:
1919
include:
@@ -37,7 +37,7 @@ jobs:
3737
spm:
3838
name: Test with SPM
3939
runs-on: ubuntu-latest
40-
container: swift:5.6-focal
40+
container: swift:5.10-focal
4141
steps:
4242
- uses: actions/checkout@v2
4343
- name: SPM Test
@@ -48,8 +48,8 @@ jobs:
4848
strategy:
4949
matrix:
5050
swift_version:
51-
- 5.5.1
52-
- 5.5.2
51+
- 5.10
52+
- 6.0
5353
fail-fast: false
5454
container: swift:${{ matrix.swift_version }}-focal
5555
steps:
@@ -59,15 +59,15 @@ jobs:
5959
swiftformat:
6060
name: Linting
6161
runs-on: ubuntu-latest
62-
container: swift:5.6-focal
62+
container: swift:5.10-focal
6363
steps:
6464
- uses: actions/checkout@v2
6565
- name: Lint
6666
run: swift package plugin --allow-writing-to-package-directory swiftformat --lint
6767
cli_build:
6868
name: Build CLI
6969
runs-on: ubuntu-latest
70-
container: swift:5.7-focal
70+
container: swift:5.10-focal
7171
steps:
7272
- uses: actions/checkout@v2
7373
- name: SPM Test

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.5.0
1+
// swift-tools-version:5.10
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

0 commit comments

Comments
 (0)