Khan Winter @khanwinter.com · May 14

Found a force try crash in a new iOS 26 API! 🤩 Why would an enumerator crash instead of returning `nil`? Who knows!

4 likes 1 replies

?

Replies

Khan Winter · May 14

Actually wait this looks like it might be both a force unwrap mistake as well as a Swift compiler error? For some reason even after breaking from the for loop that's using this enumerator it continues to enumerate it...