THRIFT-5111: Upgrade rust to 1.36.0
Client: Rust
Patch: Jano Svitok
This closes #2050
Also contains portions of THRIFT-4547: Upgrade Swift in docker to 5.1.4
Client: Swift
Patch: Jano Svitok
Linux version 4.2.0 does not have FileHandle.acceptConnectionInBackgroundAndNotify()
implemented. We need at least 5.1 for TSocketServer to run in docker.
In the meantime, URLRequest was moved to FoundationNetworking.
To keep compatibility with previous versions, conditional import is
used.
diff --git a/build/docker/README.md b/build/docker/README.md
index 6f9c024..6f170e1 100644
--- a/build/docker/README.md
+++ b/build/docker/README.md
@@ -194,4 +194,4 @@
| ruby | 2.3.1p112 | 2.5.1p57 | |
| rust | 1.34.0 | 1.35.0 | |
| smalltalk | | | Not in CI |
-| swift | | 4.2.1 | |
+| swift | | 5.1.4 | |