There are a lot of things I really love about Swift. But the most awesome feature is safety in my eyes. And this is mostly about the absence of null pointers and the usage of an optional type.
There are so many crashes and other errors that were 'normal' in Objective-C which are just not possible with Swift, this is awesome!