Avatar
FYIなんですが、Sequence.firstの実装が正常系でthrowを使っていた過去がありますが、おもちさんが挙げているようなブレークポイントの問題を理由に書き換えられています。 https://github.com/apple/swift/pull/17387
This PR alters the Sequence.first(where:) function to remove the use of a thrown error for flow control. When called under Xcode with the "Swift Error Breakpoint" (swift_willThrow...
👀 3