Commit d2d60e6
authored
Drop support for Swift 5.5 (#1585)
Motivation:
Now that 5.8 has been released we can drop support for Swift 5.5.
Modifications:
- Update CI jobs
- Remove conditional branches which are no longer supported
- Update docs
Result:
Swift 5.6 is the lowest supported Swift version1 parent 1304671 commit d2d60e6
File tree
99 files changed
+79
-1005
lines changed- .github/workflows
- Sources
- Examples
- Echo
- Implementation
- Model
- Runtime
- HelloWorld
- Client
- Model
- Server
- PacketCapture
- RouteGuide
- Client
- Model
- Server
- GRPCInteroperabilityTestModels/Generated
- GRPCInteroperabilityTestsImplementation
- GRPC
- AsyncAwaitSupport
- AsyncServerHandler
- ServerHandlerStateMachine
- ServerInterceptorStateMachine
- ClientCalls
- Compression
- ConnectionPool
- Docs.docc
- GRPCChannel
- Interceptor
- protoc-gen-grpc-swift
- Tests/GRPCTests
- AsyncAwaitSupport
- AsyncServerHandler
- ServerHandlerStateMachine
- ServerInterceptorStateMachine
- Codegen/Normalization
- ConnectionPool
- EchoHelpers/Interceptors
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
99 files changed
+79
-1005
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | | - | |
37 | | - | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
58 | 69 | | |
59 | 70 | | |
60 | 71 | | |
| |||
84 | 95 | | |
85 | 96 | | |
86 | 97 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
116 | | - | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments