<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jun 28, 2017 at 8:49 PM, Ben Cohen via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><div><span style="display:inline">As the screener of a non-zero number of radars resulting from unwrapped nils, I would certainly appreciate more use of guard let x = x else { fatalError(“explanation”) } and hope that !! would encourage it.</span></div></div></blockquote><div><br></div><div>Sure, but... a lot of unwrap-failed explanations are never going to be printed because a lot of unwraps will never fail. We&#39;re going to spend time writing those explanations, and we&#39;re going to increase the size of our binaries. Maybe making the bug-screeners do more work is still a net win for humanity.</div><div><br></div></div></div></div>