We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a6a20 commit 01999d4Copy full SHA for 01999d4
README.md
@@ -95,9 +95,9 @@ make SWIFTPATH=${YOUR_SWIFT_PATH} repl # ${YOUR_SWIFT_PATH}=~/swift/usr/bin in m
95
96
## REQUIREMENT
97
98
-Swift 2.1 or better. Linux supported.
+Swift 2.2. OSX/iOS/tvOS/Linux supported. For Linux, make sure you use 2.2.x release branch.
99
100
-With Swift 2.2 you get some deprecation warnings like:
+Now that Xcode is 7.3 with Swift 2.2, Swift 2.1 is no longer supported.
101
102
````
103
pons/pocomplex.swift:13:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
0 commit comments