3.3.1
- Fixed an "index out of range" crash.
Comment: Apparently, Swift 3.2 (which is a part of Swift 4) corrected particular behaviour which one may call undefined. Previously, Swift allowed access to out of bounds elements ofData
and was returning some value. Now, it causes a crash.