This crash indicates that one of the string properties in the class KeywordsModel is nil and the compiler was expecting String! @property(nonatomic, strong) NSString *key_str; in Objective C is equivalent to var key_str: String! { get set } in Swift.