Skip to content

Commit a888dd6

Browse files
committed
Update for Swift 6.
1 parent f5711a0 commit a888dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ After that, use the (usual) Build and Test buttons to build/test this package.
9797
To build, download Swift from https://swift.org/download/ -- if you are using macOS, make sure you have the command line tools installed as well). Test that your compiler works using `swift --version`, which should give you something like
9898

9999
$ swift --version
100-
swift-driver version: 1.90.11.1 Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
100+
swift-driver version: 1.115.1 Apple Swift version 6.0.3 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
101101
Target: arm64-apple-macosx14.0
102102

103103
on macOS, or on Linux you should get something like:
104104

105105
$ swift --version
106-
Swift version 5.10 (swift-5.10-RELEASE)
106+
Swift version 6.0 (swift-6.0-RELEASE)
107107
Target: x86_64-unknown-linux-gnu
108108

109109
### Gtk 3.22 or higher

0 commit comments

Comments
 (0)