File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ these tests regularly.
16
16
17
17
## Preparation
18
18
19
- The conformance test suite requires Swift 3.2 , standard command-line
19
+ The conformance test suite requires Swift 4.0 , standard command-line
20
20
tools such as make and awk, and a full source checkout of
21
21
[ Google's protobuf project] ( https://github.com/protocolbuffers/protobuf ) .
22
22
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Swift runtime library to your project.
19
19
20
20
To use Swift with Protocol buffers, you'll need:
21
21
22
- * A recent Swift 3.2 compiler that includes the Swift Package Manager.
22
+ * A recent Swift 4.0 compiler that includes the Swift Package Manager.
23
23
We recommend using the latest release build from
24
24
[ Swift.org] ( https://swift.org ) or the command-line tools included
25
25
with the latest version of Xcode.
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ your project as explained below.
90
90
91
91
To use Swift with Protocol buffers, you'll need:
92
92
93
- * A Swift 3.2 or later compiler (Xcode 9.0 or later). Support is included
93
+ * A Swift 4.0 or later compiler (Xcode 9.1 or later). Support is included
94
94
for the Swift Package Manager; or using the included Xcode project. The Swift
95
95
protobuf project is being developed and tested against the latest release
96
96
version of Swift available from [ Swift.org] ( https://swift.org )
You can’t perform that action at this time.
0 commit comments