Just for this question to be relevant - SIMD Vectors were announced at WWDC '15 for Swift 2.0:
SIMD support: Clang extended vectors are imported and used in Swift, which allows you to use many graphics and other low-level numeric APIs (for example, simd.h) that you can use in Swift.
So, the answer is now - yes, it is possible.
source share