Skip to content

Commit 8d0bf6f

Browse files
authored
Add compatibility doc (#2123)
1 parent 5260579 commit 8d0bf6f

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.

Sources/GRPCCore/Documentation.docc/Documentation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ as tutorials.
5353

5454
- <doc:Generating-stubs>
5555

56+
### Project Information
57+
58+
- <doc:Compatibility>
59+
5660
### Getting involved
5761

5862
Resources for developers working on gRPC Swift:

0 commit comments

Comments
 (0)