If you thought Apple was slowing down with Swift, think again. Xcode 7.1 Beta 2 includes Swift 2.1. As always you can check the release notes for yourself because I don't necessarily address everything here. Interop & Types Enums imported from C automatically conform to Equatable so now they work in pattern matching switch statements without forcing you to write your own extension and operator. Na