<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 Dec 7, 2015, at 11:52 AM, Stephen Celis &lt;<a href="mailto:stephen.celis@gmail.com" class="">stephen.celis@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">If you group these methods in a `private extension`, they'll be private by default, which seems to be a nice alternative to me.<div class=""><br class=""></div></div></div></blockquote><div><br class=""></div><div>I wouldn’t want to reorder methods like that.</div><div><br class=""></div><div>Swift compiles take up a lot of energy and I suspect people programming on MacBooks would like to make incremental compiles as efficient as possible to make their batteries last longer.</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="">Stephen</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Mon, Dec 7, 2015 at 11:49 AM, Amir Michail <span dir="ltr" class="">&lt;<a href="mailto:a.michail@me.com" target="_blank" class="">a.michail@me.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class=""><br class=""><div class=""><span class=""><blockquote type="cite" class=""><div class="">On Dec 7, 2015, at 11:46 AM, Stephen Celis &lt;<a href="mailto:stephen.celis@gmail.com" target="_blank" class="">stephen.celis@gmail.com</a>&gt; wrote:</div><br class=""><div class=""><div dir="ltr" class="">Have your read&nbsp;<a href="https://github.com/apple/swift/blob/master/docs/AccessControl.rst" target="_blank" class="">https://github.com/apple/swift/blob/master/docs/AccessControl.rst</a>?<div class=""><br class=""></div><div class="">I prefer the current rationale behind "internal" by default.</div><div class=""><br class=""></div><div class="">Stephen</div></div></div></blockquote><div class=""><br class=""></div></span><div class="">I must admit that I make as many things private as possible so that I can have the faster incremental compiles.</div><span class=""><br class=""><blockquote type="cite" class=""><div class=""><div class="gmail_extra"><br class=""><div class="gmail_quote">On Mon, Dec 7, 2015 at 11:35 AM, Amir Michail 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:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Not only will this reduce bugs but it will also speed up compile times.<br class="">
_______________________________________________<br class="">
swift-evolution mailing list<br class="">
<a href="mailto:swift-evolution@swift.org" target="_blank" class="">swift-evolution@swift.org</a><br class="">
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank" class="">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br class="">
</blockquote></div><br class=""></div>
</div></blockquote></span></div><br class=""></div></blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></body></html>