Weebly / Cereal

Swift object serialization
BSD 3-Clause "New" or "Revised" License
369 stars 13 forks source link

Refactor and fix compilation error under Xcode 7.3b3 #10

Closed cbowns closed 8 years ago

cbowns commented 8 years ago

This didn't build for me in Xcode 7.3 beta 3: (it lacks a closing array bracket)

throw CerealError.InvalidEncoding("Failed to instantiate CerealTypeIdentifier with \(encodedString[index ..< index.advancedBy(1))")

I was, frankly, shocked that it built in 7.2.

ketzusaka commented 8 years ago

Whoa, that is surprising. Thanks!