You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,28 +10,28 @@ For up to date (auto-generated) reference documentation, see https://rhx.github.
10
10
11
11
* SwiftGLib 2.73 introduces typed convenience wrappers for GLib collection types such as `GArray`, `GByteArray`, `GList`, `GSList`, and `GSequence`.
12
12
13
-
* Version 15 of gir2swift provides a Package Manager Plugin. This requires Swift 5.6 or higher
13
+
* Version 15 of gir2swift provides a Package Manager Plugin. This requires Swift 5.10 or higher
14
14
(older versions can be used via the [swift52](https://github.com/rhx/SwiftGLib/tree/swift52) branch).
15
15
16
16
## Prerequisites
17
17
18
-
### Swift 5.7 or higher
18
+
### Swift 6.1 or higher
19
19
20
20
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
21
21
22
22
$ swift --version
23
-
swift-driver version: 1.115.1 Apple Swift version 6.0.3 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
24
-
Target: arm64-apple-macosx14.0
23
+
swift-driver version: 1.127.15 Apple Swift version 6.2.4 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
24
+
Target: arm64-apple-macosx26.0
25
25
26
26
on macOS, or on Linux you should get something like:
27
27
28
28
$ swift --version
29
-
Swift version 6.0 (swift-6.0-RELEASE)
29
+
Swift version 6.1 (swift-6.1-RELEASE)
30
30
Target: x86_64-unknown-linux-gnu
31
31
32
-
### GLib 2.56 or higher
32
+
### GLib 2.80 or higher
33
33
34
-
These 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.73, 2.74, 2.76, 2.78, 2.80, 2.82, and 2.84. They should work with higher versions, but YMMV. Also make sure you have `gobject-introspection` and its `.gir` files installed.
34
+
These 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.73, 2.74, 2.76, 2.78, 2.80, 2.82, 2.84, and 2.86. They should work with higher versions, but YMMV. Also make sure you have `gobject-introspection` and its `.gir` files installed.
35
35
36
36
#### Linux
37
37
@@ -61,7 +61,7 @@ On macOS, you can install glib using HomeBrew (for setup instructions, see http:
61
61
Normally, you don't build this package directly (but for testing you can - see 'Building' below). Instead you need to embed SwiftGLib into your own project using the [Swift Package Manager](https://swift.org/package-manager/). After installing the prerequisites (see 'Prerequisites' below), add `SwiftGLib` as a dependency to your `Package.swift` file, e.g.:
0 commit comments