-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
Sources/GRPCCore/Documentation.docc/Articles/Compatibility.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Compatibility | ||
|
||
Learn which versions of Swift are supported by gRPC Swift and how this changes | ||
over time. | ||
|
||
## Overview | ||
|
||
### Supported Swift Versions | ||
|
||
gRPC Swift supports the **three most recent Swift versions** that are **Swift 6 | ||
or newer**. Within a minor Swift release only the latest patch version is supported. | ||
|
||
| grpc-swift | Minimum Supported Swift version | | ||
|------------|---------------------------------| | ||
| 2.0 | 6.0 | | ||
|
||
### Platforms | ||
|
||
gRPC Swift aims to support the same platforms as Swift project. These are listed | ||
on [swift.org](https://www.swift.org/platform-support/). | ||
|
||
The only known unsupported platform from that list is currently Windows. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters