Skip to content

Commit b33b26d

Browse files
committed
Update for Swift 6.
1 parent ee1f9b3 commit b33b26d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,18 @@ After that, use the (usual) Build and Test buttons to build/test this package.
9696
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
9797

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

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

104104
$ swift --version
105-
Swift version 5.10 (swift-5.10-RELEASE)
105+
Swift version 6.0 (swift-6.0-RELEASE)
106106
Target: x86_64-unknown-linux-gnu
107107

108108
### Gtk 3.22 or higher
109109

110-
The Swift wrappers have been tested with glib-2.56, 2.58, 2.60, 2.62, 2.64, 2.66, 2.68, 2.70, 2.72, 2.74, 2.76, 2.78 and 2.80, and gdk/gtk 3.22, 3.24 as well as 4.0, 4.2, 4.4, 4.6, 4.8, 4.10, 4.12, and 4.14 on the `gtk4` branch. They should work with higher versions, but YMMV. Also make sure you have `gobject-introspection` and its `.gir` files installed.
110+
The Swift wrappers have been tested with glib-2.56, 2.58, 2.60, 2.62, 2.64, 2.66, 2.68, 2.70, 2.72, 2.74, 2.76, 2.78, 2.80 and 2.82, and gdk/gtk 3.22, 3.24 as well as 4.0, 4.2, 4.4, 4.6, 4.8, 4.10, 4.12, 4.14, and 4.16 on the `gtk4` branch. They should work with higher versions, but YMMV. Also make sure you have `gobject-introspection` and its `.gir` files installed.
111111

112112
#### Linux
113113

0 commit comments

Comments
 (0)