Swift 1.1 includes the declaration of the ~> operator:
infix operator ~> { associativity left precedence 255 }
What is this used
On SwiftDoc this operator has been removed from the operators chapter for Swift 3.0.