I'm looking at upgrading our usage of Thrift from 0.9.3 to 0.11.0 for Objective-C/Swift.
It appears now that "bool" and other primitives are converted to NSNumber for return types. Was this intentional? Unfortunately this makes it less type safe now as NSNumber can hold any type of number or boolean. Just curious to hear about the rational about this. By the way the enhanced Objective-C generics and NS_ENUM support is fantastic! Significantly improves the Swift usage. Kevin