<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="">+1<div class=""><br class=""></div><div class="">Extensions are a great feature and I’m really glad that Swift has them. Conflicts should be handled by improving import and disambiguation features like Xiaodi says which is useful for other cases as well.<br class=""><div class=""><br class=""></div><div class="">-Thorsten</div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">Am 18.04.2017 um 03:47 schrieb Xiaodi Wu via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt;:</div><br class="Apple-interchange-newline"><div class="">Simple: you put the user code that needs the more accurate library in one file and import only the more accurate library there, and you put the user code that needs the more performant library in a separate file and import only the more performant library there! Swift's devotion to file-based organization presents endless avenues of flexibility!<br class=""><br class="">What you write is an argument for designing a more expressive import and/or disambiguation feature, not for disallowing public retroactive conformance. A proposal to rip out entirely the ability to vend public APIs with extensions is simply not going to fly. The core team has committed to a small standard library and multiple independent core libraries like Foundation. This can only work because Foundation can greatly expand the API of standard library types through extensions.<br class=""><br class="">Your proposal would undo that design decision and require folding Foundation's functionality into the standard library, or rewriting the entire Foundation overlay to encapsulate standard library types instead of extending them. For example, NSString would have to be a separate type that encapsulates String. Yet oodles of work have gone into making NSString seamlessly bridge to String in the first place.<br class=""><div class="gmail_quote"><div dir="ltr" class="">On Mon, Apr 17, 2017 at 20:05 Howard Lovatt &lt;<a href="mailto:howard.lovatt@gmail.com" class="">howard.lovatt@gmail.com</a>&gt; wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class=""><div dir="auto" class=""><div class=""><span class=""></span></div><div class=""><div id="m_7963075272645824114m_4183725646821454185AppleMailSignature" class="">Comments in-line below<br class=""><br class="">-- Howard.&nbsp;</div></div></div></div><div dir="ltr" class=""><div dir="auto" class=""><div class=""><div class=""><br class="">On 17 Apr 2017, at 9:01 am, Xiaodi Wu &lt;<a href="mailto:xiaodi.wu@gmail.com" target="_blank" class="">xiaodi.wu@gmail.com</a>&gt; wrote:<br class=""><br class=""></div><blockquote type="cite" class=""><div class="">This continues to forbid use cases that are critical.<br class=""></div></blockquote><div class=""><br class=""></div></div></div></div><div dir="ltr" class=""><div dir="auto" class=""><div class=""><div class="">I think "critical" is overstating the importance. Plenty of successful languages do not have extensions. Extensions have been discussed and rejected by successful languages. The .NET guidelines suggest considered cautious use. I have tried to encapsulate the best practice into a language feature.&nbsp;</div></div></div></div><div dir="ltr" class=""><div dir="auto" class=""><div class=""><blockquote type="cite" class=""><div class=""><br class="">For instance, I am writing a library that vends additional conformances for Float and Double. Any numerics library would need to do the same.<br class=""></div></blockquote><div class=""><br class=""></div></div></div></div><div dir="ltr" class=""><div dir="auto" class=""><div class=""><div class="">You need to consider this carefully because your numerics library might add a method sinh for example and the user of your library might be using other numerical libraries as well, one of these others might also provide sinh. Which is to be called in the user code by f.sinh? Suppose one library emphasises speed over accuracy and the other vice versa. You really want access to both versions in the user code. This is a situation I have come across a few times in numeric C, Java, and C++ with matrix libraries where code I have worked on has used multiple libraries in the same application for good reason.&nbsp;</div><div class=""><br class=""></div><div class="">I think you would be better vending functions for things like sinh, rather than extending float with an additional function, and vending types for more complex things like matrices, rather than extending arrays with dot products for example. If you vend a type you can easily give access to the underlying type using composition rather than extension or inheritance, there is an example of this in the proposal just above the Justification section..</div></div></div></div><div dir="ltr" class=""><div dir="auto" class=""><div class=""><blockquote type="cite" class=""><div class=""><br class="">Your design would eliminate all such libraries, which is a non-starter. I am not sure what defects you are trying to solve with this proposal.</div><div class=""><br class=""></div></blockquote></div></div></div><div dir="ltr" class=""><div dir="auto" class=""><div class="">I am trying to make Swift more consistent, easier to learn, and to encourage third-party libraries.</div></div></div><div dir="ltr" class=""><div dir="auto" class=""><div class=""><br class=""><blockquote type="cite" class=""><div class=""><br class=""><div class="gmail_quote"><div dir="ltr" class="">On Sun, Apr 16, 2017 at 17:51 Howard Lovatt &lt;<a href="mailto:howard.lovatt@gmail.com" target="_blank" class="">howard.lovatt@gmail.com</a>&gt; wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto" class=""><div class="">@Brent,</div><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><br class=""></div><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class="">I have updated the proposal to address your concerns, in particular I don't see that retrospectively adding methods and protocols has been removed it has just had its ugly corners rounded. See revised proposal below particularly the end of section "<span style="background-color:rgba(255,255,255,0)" class="">Retrospectively adding protocols and methods" and new section "Justification".</span></div><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><br class=""></div><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class="">Hope this convinces you that the change is worthwhile.<br class=""><br class="">-- Howard.</div><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><br class=""></div><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class="">====================================</div><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><br class=""></div><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""># Proposal: Split extension usage up into implementing methods and adding methods and protocols retrospectively</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">## Revision history</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">| Version | Date &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | Comment &nbsp; &nbsp; &nbsp; |</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">|---------|--------------|--------------|</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">| Draft 1 &nbsp; | 11 April 2017 | Initial version |</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">| Draft 2&nbsp; | 13 April 2017 | Added support for post-hoc conformance to a protocol - replaced static final extensions with final extensions |</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">| Draft 3 | 17 April 2017 | Added justification section |</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">## Introduction</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">Currently extension methods are confusing because they have different dispatch rules for the same calling syntax. EG:</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; public protocol P {</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func mP() -&gt; String</span></div></div></div><div dir="auto" class=""><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp;&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; extension P {</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func mP() -&gt; String { return "P.mP" }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func mE() -&gt; String { return "P.mE" }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; struct S: P {</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func mP() -&gt; String { return "S.mP" }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func mE() -&gt; String { return "S.mE" }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; let s = S()</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; s.mP() // S.mP as expected</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; s.mE() // S.mE as expected</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; let p: P = s // Note: s now typed as P</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; p.mP() // S.mP as expected</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; p.mE() // P.mE unexpected!</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">Extension methods can also cause compatibility problems between modules, consider:</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">In Module A</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; extension Int: P {</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func m() -&gt; String { print("A.m") }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">In Module B</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; extension Int: P {</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func m() -&gt; String { print("B.m") }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">In Module C</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; import A</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; import B // Should this be an error</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; let i = 0</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; i.m() // Should it return A.m or B.m?</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div>
</div></div><div dir="auto" class=""><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">This proposal cures the above two problems by separating extension methods into two seperate use cases: implementations for methods and adding methods and protocols retrospectively.&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">## Implementing methods</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">If the extension is in the same file as the protocol/struct/enum/class declaration then it implements the methods and is dispatched using a Vtable. EG:</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">File P.swift</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; protocol/struct/enum/class P {</span></div></div></div><div dir="auto" class=""><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; // func m() not declared in type since it is added by the extension, under this proposal it is an error to include a declaration in a type *and* in an extension</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; extension P {</span></div>
</div></div><div dir="auto" class=""><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func m() { print("P.m") } // m is added to the protocol/struct/enum/class declaration</span></div></div></div><div dir="auto" class=""><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">Same or other file</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; struct S: P {</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; override func m() { print("S.m") } // Note override required because m already has an implementation from the extension</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; let p: P = S() // Note typed as P</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; p.m() // Now prints S.m as expected&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">Extensions in the same file as the declaration can have any access, can be final, and can have where clauses and provide inheritable implementations.&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div>
</div></div><div dir="auto" class=""><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">In a protocol at present there is a difference in behaviour between a protocol that declares a method that is then implemented in an extension and a protocol that just has the method implemented in an extension and no declaration. This situation only applies to protocols, for structs/enumerated/classes you cannot declare in type and implement in extensions. The proposal unifies the behaviour of protocol/struct/enum/class with extensions and prevents the error of a minor typo between the protocol and extension adding two methods instead of generating an error.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">The implementation needed to achieve this proposal is that a value instance typed as a protocol is copied onto the heap, a pointer to its Vtable added, and it is passed as a pointer. IE it becomes a class instance. No change needed for a class instance typed as a protocol.&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">## Retrospectively adding protocols and methods</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">A new type of extension is proposed, a "final extension", which can be either in or outside the file in which the protocol/struct/enum/class declaration is in. EG:</span></div></div></div><div dir="auto" class=""><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; protocol P2 {</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func m2P()</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; final extension S: P2 { // Note extension marked final</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func m2P() { print("SP2.m2P") } // Implicitly final, completely implements P2</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func m2E() { print("SP2.m2E") } // Implicitly final, not an existing method</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">Which are called as any other method would be called:</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; let s = S()</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; s.m2P() // Prints SP2.m2P</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; s.m2E() // Prints SP2.m2E</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div>
</div></div><div dir="auto" class=""><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">A method added by a final extension is is implicitly final, as the name would suggest, and cannot be overridden.&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">Notes:</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; 1. If the final extension adds a method, e.g. m2E, that method cannot already exist. IE a final extension cannot override an existing method or implement a protocol declared method that lacks an implementation unless it also adds the protocol.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; 2. If the final extension adds a protocol then it must implement all the methods in that protocol that are not currently implemented.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; 3. If the final extension is outside of the file in which the protocol/struct/enum/class declaration is in then the extension and the methods can only have fileprivate or internal access. This prevents retrospective extensions from numerous modules clashing, since they are not exported outside of the module.&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">When a type is extended inside a module with a final extension the extension is not exported. For example:</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; final extension Int: P2 {</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func m2P() { print("Int.m2P") }&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">If an exported function uses Int, e.g.:</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; public func f(_ x: Int) -&gt; Int {</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; x.m2P()</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; return x</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">Then when used in an external module both the input Int and the output Int are not extended with P2. However as the Int goes into f it gains P2 conformance and when it leaves it looses P2 conformance. Thus inside and outside the module the behaviour is easily understood and consistent and doesn't clash with other final extensions in other modules.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">Taking the above example further an Int with P2 conformance is required by the user of a library; then it can simply and safely be provided, e.g.:</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; public class P2Int: P2 {</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; var value = 0</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func m2P() { print("Int.m2P") }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">This type, P2Int, is easy to write, one line longer than a final extension, and can easily be used as both a P2 and an Int and does not clash with another Int extension from another module.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">## Justification&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">The aim of Swift is nothing more than dominating the world. Using the current, April 2017, <a href="https://www.tiobe.com/tiobe-index/" target="_blank" class=""><span style="font-size:17pt;color:rgb(228,175,10)" class="">https://www.tiobe.com/tiobe-index/</span></a> index of job adverts for programmers the languages that are in demand are: Java 15.568%, C 6.966%, C++ 4.554%, C# 3.579%, Python 3.457%, PHP 3.376%, Visual Basic .NET 3.251%, JavaScript 2.851%, Delphi/Object Pascal 2.816%, Perl 2.413%, Ruby 2.310%, and Swift 2.287%. So Swift at 12th is doing very well for a new language and is already above Objective-C at 14th. However there is obviously a long way to go and the purpose of this proposal is to help with this climb.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">A characteristic of many of the languages above Swift in the Tiobe Index is that they have major third party libraries; for some languages they are almost defined by their third part libraries, e.g. Ruby for Rails. A major part of this proposal is to make extensions safe when using multiple libraries from different venders. In particular final extensions are not exported.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">As part of Swift's goal of world domination is that it is meant to be easy to learn by a process of "successive disclosure". The current inconsistent behaviour of protocols and extensions hinders this process and is a common gotcha for newbies. This proposal eliminates that problem also.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">Extensions are not new in languages, they are part of the .NET languages for example. Since .NET popularised extensions they have been discussed by other language communities, particularly Java and Scala, and in the academic community (normally termed the Expression Problem) however they have not proved popular because of the problems they cause. Nearly all languages have a strong bias towards keeping the language small and simple and trade of the advantages of a feature against the disadvantages and the feature only makes it into the language if it offers many advantages, has few disadvantages, and is not heavily overlapping with other features. This keeping it small and simple test is what extensions have failed in other languages.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">Experience from .NET can however be used to improve extensions. There is some excellent advice <a href="https://blogs.msdn.microsoft.com/vbteam/2007/03/10/extension-methods-best-practices-extension-methods-part-6/" target="_blank" class="">https://blogs.msdn.microsoft.com/vbteam/2007/03/10/extension-methods-best-practices-extension-methods-part-6/</a> written by the VB .NET team when they added extensions to VB .NET. The best-practice advice can be summarised by the following quotes from the reference:</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; 0. "In most real world applications these suggestions [the rest of the suggestions] can (and quite frankly should!) be completely ignored." This is an important observations, in your own code that is not intended for reuse; go for it, use extensions. The proposal importantly still allows this style of programming and in fact improves it by adding consistent behaviour and syntax between protocols/structs/enumerated/classes.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp;1. "Read the .NET Framework Class Library Design Guidelines." The equivalent for Swift is lacking at this stage. Probably because third party libraries are rare.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; 2. "Be wary of extension methods." This recommendation is formalised in the proposal by limiting final extensions to be fileprivate or internal.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; 3. "Put extension methods into their own namespace." This recommendation is formalised in the proposal by limiting final extensions to be fileprivate or internal.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; 4. "Think twice before extending types you don’t own."&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; 5. "Prefer interface extensions over class extensions." Translation to Swift terminology provide default implementations for protocol methods. The proposal encourages this by eliminating a major gotcha with the current implementation, namely the proposal always dispatches via a Vtable to give consistent behaviour.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; 6. "Be as specific with the types you extend as possible." Translation to Swift terminology provide default implementations for protocol methods that extend other&nbsp; protocols if there is a more specific behaviour that is relevent. The proposal encourages this by eliminating a major gotcha with the current implementation, namely the proposal always dispatches via a Vtable to give consistent behaviour.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">The proposal formalises these best practices from .NET whilst increasing consistence and without loosing the ability to use extensions heavily in your own one-off code to allow for rapid development. Most of the best practices are for better libraries, particularly third party, which is an important area for future Swift growth onto the server side. This proposal actively encourages this transition to large formal server side code without loosing the free wheeling nature of app code.</span></div></div></div><div dir="auto" class=""><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">## Possible future work (not part of this proposal)</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">This proposal will naturally allow bodies to be added to protocols directly rather than via an extension, since under the proposal the extension adds the declaration to the type so it is a small step to allow the protocol methods to have an implementation.&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">In an opposite sense to the above adding bodies to protocols, extensions could be allowed to add method declarations without bodies to protocols.&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">The two above future work proposals, if both added, would add symmetry to where declarations and bodies may appear for protocols.&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">## In summary.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">The proposal formalises the split use of extensions into their two uses: implementing methods and post-hoc adding protocols and methods. Syntax is added that clarifies the two use cases, the former are termed extensions and must be in the same file as the type is declared, and the latter are termed final extensions and can be in any file, however if they are not in the type's file the they can only have fileprivate or internal access.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">Note the distinction between an extension in the same file and in a separate file is consistent with the philosophy that there is special status to the same file as proposed for private in <a href="https://github.com/apple/swift-evolution/blob/master/proposals/0169-improve-interaction-between-private-declarations-and-extensions.md" target="_blank" class=""><span style="font-size:17pt;color:rgb(228,175,10)" class="">https://github.com/apple/swift-evolution/blob/master/proposals/0169-improve-interaction-between-private-declarations-and-extensions.md</span></a>.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div>
</div></div><div dir="auto" class=""><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">===================================================</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">#Proposal: Split extension usage up into implementing methods and adding methods and protocols post-hoc</span></div></div></div><div dir="auto" class=""><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">Draft 2 (Added support for post-hoc conformance to a protocol - replaced static final extensions with final extensions)</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">## Introduction</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div>
</div></div><div dir="auto" class=""><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">Currently extension methods are confusing because they have different dispatch rules for the same calling syntax. EG:</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; public protocol P {</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func mP() -&gt; String</span></div></div></div><div dir="auto" class=""><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp;&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; extension P {</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func mP() -&gt; String { return "P.mP" }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func mE() -&gt; String { return "P.mE" }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; struct S: P {</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func mP() -&gt; String { return "S.mP" }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func mE() -&gt; String { return "S.mE" }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; let s = S()</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; s.mP() // S.mP as expected</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; s.mE() // S.mE as expected</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; let p: P = s // Note: s now typed as P</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; p.mP() // S.mP as expected</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; p.mE() // P.mE unexpected!</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">Extension methods can also cause compatibility problems between modules, consider:</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">In Module A</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; extension Int: P {</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func m() -&gt; String { print("A.m") }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">In Module B</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; extension Int: P {</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func m() -&gt; String { print("B.m") }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">In Module C</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; import A</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; import B // Should this be an error</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; let i = 0</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; i.m() // Should it return A.m or B.m?</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">This proposal cures the above two problems by separating extension methods into two seperate use cases: implementations for methods and adding methods and protocols post-hoc.&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">## Implementing methods</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">If the extension is in the same file as the protocol/struct/class declaration then it implements the methods and is dispatched using a Vtable. EG:</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">File P.swift</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; protocol/struct/class P {</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; // func m() not declared in type since it is added by the extension, under this proposal it is an error to include a declaration in a type *and* in an extension</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; extension P {</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func m() { print("P.m") } // m is added to the protocol/struct/class declaration</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">Same or other file</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; struct S: P {</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; override func m() { print("S.m") } // Note override required because m already has an implementation from the extension</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; let p: P = S() // Note typed as P</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; p.m() // Now prints S.m as expected&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">Extensions in the same file as the declaration can have any access, can be final, and can have where clauses and provide inheritable implementations.&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">In a protocol at present there is a difference in behaviour between a protocol that declares a method that is then implemented in an extension and a protocol that just has the method implemented in an extension and no declaration. This situation only applies to protocols, for structs and classes you cannot declare in type and implement in extensions. The proposal unifies the behaviour of protocol/struct/class with extensions and prevents the error of a minor typo between the protocol and extension adding two methods instead of generating an error.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">The implementation needed to achieve this is that a value instance typed as a protocol is copied onto the heap, a pointer to its Vtable added, and it is passed as a pointer. IE it becomes a class instance. No change needed for a class instance typed as a protocol.&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">## Post-hoc adding protocols and methods</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">A new type of extension is proposed, a "final extension", which can be either in or outside the file in which the protocol/struct/class declaration is in. EG:</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; protocol P2 {</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func m2P()</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; final extension S: P2 { // Note extension marked final</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func m2P() { print("SP2.m2P") } // Implicitly final, completely implements P2</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; &nbsp; &nbsp; func m2E() { print("SP2.m2E") } // Implicitly final, not an existing method</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; }</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">Which are called as any other method would be called:</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; let s = S()</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; s.m2P() // Prints SP2.m2P</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; &nbsp; s.m2E() // Prints SP2.m2E</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div>
</div></div><div dir="auto" class=""><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">A method added by a final extension is is implicitly final, as the name would suggest, and cannot be overridden.&nbsp;</span></div></div></div><div dir="auto" class=""><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">If the final extension:</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; 1. Adds a method, e.g. m2E, that method cannot already exist. IE a final extension cannot override an existing method or implement a protocol declared method that lacks an implementation unless it also post-hoc adds the protocol.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; 2. Adds a protocol then it must implement all the methods in that protocol that are not currently implemented.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">&nbsp; 3. Is outside of the file in which the protocol/struct/class declaration is in then the extension and the methods can only have fileprivate or internal access. This prevents post-hoc extensions from numerous modules clashing, since they are not exported outside of the module.&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">## Possible future work (not part of this proposal)</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">This proposal will naturally allow bodies to be added to protocols directly rather than via an extension, since under the proposal the extension adds the declaration to the type so it is a small step to allow the protocol methods to have an implementation.&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">In an opposite sense to the above adding bodies to protocols, extensions could be allowed to add method declarations without bodies to protocols.&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">The two above future work proposals, if both added, would add symmetry to where declarations and bodies may appear for protocols.&nbsp;</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">## In summary.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">The proposal formalises the split use of extensions into their two uses: implementing methods and post-hoc adding protocols and methods. Syntax is added that clarifies the two use cases, the former are termed extensions and must be in the same file as the type is declared, and the latter are termed final extensions and can be in any file, however if they are not in the type's file the they can only have fileprivate or internal access.</span></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69); min-height: 20.3px;" class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: '.SF UI Text'; color: rgb(69, 69, 69);" class=""><span style="font-family:'.SFUIText';font-size:17pt" class="">Note the distinction between an extension in the same file and in a separate file is consistent with the philosophy that there is special status to the same file as proposed for private in <a href="https://github.com/apple/swift-evolution/blob/master/proposals/0169-improve-interaction-between-private-declarations-and-extensions.md" target="_blank" class="">https://github.com/apple/swift-evolution/blob/master/proposals/0169-improve-interaction-between-private-declarations-and-extensions.md</a>.</span></div><div class=""><span style="font-family:'.SFUIText';font-size:17pt" class=""><br class=""></span></div></div></div><div dir="auto" class=""><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""></div><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class=""><br class=""></div><div id="m_7963075272645824114m_4183725646821454185m_-2753664487318090949AppleMailSignature" class="">====================================</div></div><div dir="auto" class=""><div class=""><br class="">On 14 Apr 2017, at 8:17 am, Brent Royal-Gordon &lt;<a href="mailto:brent@architechies.com" target="_blank" class="">brent@architechies.com</a>&gt; wrote:<br class=""><br class=""></div><blockquote type="cite" class=""><div class=""><blockquote type="cite" class=""><span class="">On Apr 13, 2017, at 3:10 PM, Howard Lovatt via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank" class="">swift-evolution@swift.org</a>&gt; wrote:</span><br class=""></blockquote><blockquote type="cite" class=""><span class=""></span><br class=""></blockquote><blockquote type="cite" class=""><span class="">I don't see that retroactive conformance needs to be exportable. If it is exported then you cannot prevent clashes from two modules, this is a known problem in C#. Because of this and other problems with C# extensions, this style of extension were rejected by other language communities (notably Java and Scala). </span><br class=""></blockquote><blockquote type="cite" class=""><span class=""></span><br class=""></blockquote><blockquote type="cite" class=""><span class="">A better alternative for export is a new class that encapsulates the standard type but with added methods for the protocol to be added. This way there is no clash between modules. EG:</span><br class=""></blockquote><blockquote type="cite" class=""><span class=""></span><br class=""></blockquote><blockquote type="cite" class=""><span class=""> &nbsp;&nbsp;&nbsp;public protocol P {</span><br class=""></blockquote><blockquote type="cite" class=""><span class=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;func m() -&gt; String</span><br class=""></blockquote><blockquote type="cite" class=""><span class=""> &nbsp;&nbsp;&nbsp;}</span><br class=""></blockquote><blockquote type="cite" class=""><span class=""> &nbsp;&nbsp;&nbsp;public class PInt: P {</span><br class=""></blockquote><blockquote type="cite" class=""><span class=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var value = 0</span><br class=""></blockquote><blockquote type="cite" class=""><span class=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;func m() -&gt; String { return "PI.m" }</span><br class=""></blockquote><blockquote type="cite" class=""><span class=""> &nbsp;&nbsp;&nbsp;}</span><br class=""></blockquote><span class=""></span><br class=""><span class="">Howard, this would be very source-breaking and would fail to achieve fundamental goals of Swift's protocol design. Removing retroactive conformance is no more realistic than removing Objective-C bridging—another feature which introduces various ugly edge cases and tricky behaviors but is also non-negotiable.</span><br class=""><span class=""></span><br class=""><span class="">-- </span><br class=""><span class="">Brent Royal-Gordon</span><br class=""><span class="">Architechies</span><br class=""><span class=""></span><br class=""></div></blockquote></div></blockquote></div>
</div></blockquote></div></div></div></blockquote></div>
_______________________________________________<br class="">swift-evolution mailing list<br class=""><a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-evolution<br class=""></div></blockquote></div><br class=""></div></div></body></html>