Hi Charles,<div><br><div>My initial idea just had a fatalError, without a throw. It&#39;s better IMO, but less Swift-y. It&#39;s not obvious from the Swift protocol definition that this could happen. I&#39;m not sure if it&#39;s possible for the extension method to have @noreturn or similar on it.<br><br>On Thursday, 28 April 2016, Charles Srstka &lt;<a href="mailto:cocoadev@charlessoft.com">cocoadev@charlessoft.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><blockquote type="cite">On Apr 27, 2016, at 9:30 AM, Andrew Bennett via swift-evolution &lt;<a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;swift-evolution@swift.org&#39;);" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br></blockquote><div><blockquote type="cite"><br><div><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">Sorry if this has been discussed, but have you considered dropping optional entirely, making it throw, and a default implementation that throws a selector not found exception?</span><div style="font-family:Helvetica;font-size:12px;font-style:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div><br></div><div>This is approximately what you would expect using it in objc. I don&#39;t think it has the complexity discussed in the proposals alternatives for other call site issues.<br><br>If it throws you can call with &quot;try?&quot; to get similar functionality in most cases.</div><div><br></div><div>This assumes that respondsToSelector doesn&#39;t pick up the Swift default implementation.</div></div></div></blockquote></div><br><div>Is there any case where you’d actually want to display a runtime error as a result of a delegate not implementing an optional method, though? Even setting aside that the method’s supposed to be optional, leaving out a needed delegate method seems more like a programmer error than a runtime error.</div><div><br></div><div>Charles</div><div><br></div></div></blockquote></div></div>