<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Apr 4, 2017, at 12:31 PM, Víctor Pimentel Rodríguez via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_extra">Sorry to be late :/<br class=""><div class="gmail_quote"><br class=""></div><div class="gmail_quote">On Fri, Mar 31, 2017 at 5:29 PM, Chris Lattner via swift-evolution <span dir="ltr" class="">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank" class="">swift-evolution@swift.org</a>&gt;</span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="">* What is your evaluation of the proposal?</div></blockquote><div class=""><br class=""></div><div class="">More positive than the first one, but still some rough edges.</div><div class=""><br class=""></div><div class="">One concern that I still have is that if we use @objcMembers, @nonobjc methods/properties are going to be even trickier to find.</div><div class=""><br class=""></div><div class="">If such modifier existed, I would like the compiler to warn me of public methods/properties that cannot be bridged to ObjC, because I have explicitly told the compiler that I want this object to live in the ObjC runtime. Of course, with a fixit recommending something like explicitly using @nonobjc.</div></div></div></div></div></blockquote><div><br class=""></div>@objc on extensions behaves this way; the compiler will produce an error if the entity cannot be exposed to Objective-C.</div><div><br class=""></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>- Doug</div><div><br class=""></div></body></html>