I couldn’t figure out why an equivalent of this code: kept having a bunch of crashes in “String was found, do stuff” section of the code in Hum. Turns out, messages to nil which return a struct will return with all of the members of the struct initialized to zero. If passedInVariable was nil, rangeOfString ...