Skip to content

Commit 760bddf

Browse files
committed
bump to swift 6
1 parent 8078674 commit 760bddf

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
fetch-depth: 0 # until https://github.com/actions/checkout/issues/1471 fixed
3434
- uses: swift-actions/setup-swift@v2
3535
with:
36-
swift-version: '5.10'
36+
swift-version: '6.0'
37+
# https://www.swift.org/download/
3738
- name: Build
3839
run: swift build -v
3940
working-directory: getargv-swift

.spi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ builder:
33
configs:
44
- documentation_targets: [ SwiftGetargv, Cgetargv ]
55
platform: macosSpm
6-
swift_version: '5.10'
6+
swift_version: '6.0'

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.10
1+
// swift-tools-version:6.0
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)