File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Sources/GRPCCore/Documentation.docc Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Compatibility
2
+
3
+ Learn which versions of Swift are supported by gRPC Swift and how this changes
4
+ over time.
5
+
6
+ ## Overview
7
+
8
+ ### Supported Swift Versions
9
+
10
+ gRPC Swift supports the ** three most recent Swift versions** that are ** Swift 6
11
+ or newer** . Within a minor Swift release only the latest patch version is supported.
12
+
13
+ | grpc-swift | Minimum Supported Swift version |
14
+ | ------------| ---------------------------------|
15
+ | 2.0 | 6.0 |
16
+
17
+ ### Platforms
18
+
19
+ gRPC Swift aims to support the same platforms as Swift project. These are listed
20
+ on [ swift.org] ( https://www.swift.org/platform-support/ ) .
21
+
22
+ The only known unsupported platform from that list is currently Windows.
Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ as tutorials.
53
53
54
54
- < doc:Generating-stubs >
55
55
56
+ ### Project Information
57
+
58
+ - < doc:Compatibility >
59
+
56
60
### Getting involved
57
61
58
62
Resources for developers working on gRPC Swift:
You can’t perform that action at this time.
0 commit comments