Skip to content

Commit afe6ee5

Browse files
kaishinclaude
andcommitted
Lower swift-tools-version to 6.0; drop setup-xcode step
6.0 covers all features used; avoids Xcode 26 beta on CI which ships with Swift tools 6.2.4, lower than the previous 6.3 requirement. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c84c0ae commit afe6ee5

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- uses: maxim-lobanov/setup-xcode@v1
18-
with:
19-
xcode-version: latest-stable
20-
2117
- name: Extract version
2218
run: echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
2319

Package.swift

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

33
import PackageDescription
44

0 commit comments

Comments
 (0)