If anyone (else) is coming across this issue with their custom UITextInput control. The following work around will work (assuming you don't need autocorrect):
var autocorrectionType: UITextAutocorrectionType {
get { .no }
set { fatalError() }
}
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: