Skip to content

Commit b09fd5a

Browse files
committed
Bump to Swift 6.1 toolchain
1 parent b710112 commit b09fd5a

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

.github/workflows/compatibility_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
include:
1616
- os: macos-15
17-
xcode-version: "16.0" # Swift 6.0
17+
xcode-version: "16.3" # Swift 6.1
1818
runs-on: ${{ matrix.os }}
1919
env:
2020
OPENGRAPH_WERROR: 1

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [macos-15]
16-
xcode-version: ["16.0"] # Swift 6.0
16+
xcode-version: ["16.3"] # Swift 6.1
1717
ios-version: ["18.0"]
1818
include:
1919
- ios-version: "18.0"

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [macos-15]
16-
xcode-version: ["16.0"] # Swift 6.0
16+
xcode-version: ["16.3"] # Swift 6.1
1717
runs-on: ${{ matrix.os }}
1818
env:
1919
OPENGRAPH_WERROR: 1

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
swift_version: ["6.0"]
15+
swift_version: ["6.1"]
1616
runs-on: ubuntu-22.04
1717
env:
1818
OPENGRAPH_WERROR: 1

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.0
1+
// swift-tools-version: 6.1
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import Foundation

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ The project is for the following purposes:
2525

2626
Currently, this project is in early development.
2727

28+
## Build
29+
30+
The current suggested toolchain to build the project is Swift 6.1 / Xcode 16.3.
31+
2832
## Credits
2933

3034
OpenGraph_SPI's Data, Graph, Vector and more is modified based on [Compute](https://github.com/jcmosc/Compute)'s implementations.

0 commit comments

Comments
 (0)