Well, in case it helps anyone I think I found a workaround. I'm using Storyboards and set all the textfields' Content Type to unspecified and the crashing has stopped. Unfortunately, I tried adding .textContentType(.none) to the TextField in kingbri's SwiftUI example, though, and its still crashing.