<html><head><style>
body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding:1em;
        margin:auto;
        background:#fefefe;
}

h1, h2, h3, h4, h5, h6 {
        font-weight: bold;
}

h1 {
        color: #000000;
        font-size: 28pt;
}

h2 {
        border-bottom: 1px solid #CCCCCC;
        color: #000000;
        font-size: 24px;
}

h3 {
        font-size: 18px;
}

h4 {
        font-size: 16px;
}

h5 {
        font-size: 14px;
}

h6 {
        color: #777777;
        background-color: inherit;
        font-size: 14px;
}

hr {
        height: 0.2em;
        border: 0;
        color: #CCCCCC;
        background-color: #CCCCCC;
    display: inherit;
}

p, blockquote, ul, ol, dl, li, table, pre {
        margin: 15px 0;
}

a, a:visited {
        color: #4183C4;
        background-color: inherit;
        text-decoration: none;
}

#message {
        border-radius: 6px;
        border: 1px solid #ccc;
        display:block;
        width:100%;
        height:60px;
        margin:6px 0px;
}

button, #ws {
        font-size: 12 pt;
        padding: 4px 6px;
        border-radius: 5px;
        border: 1px solid #bbb;
        background-color: #eee;
}

code, pre, #ws, #message {
        font-family: Monaco;
        font-size: 10pt;
        border-radius: 3px;
        background-color: #F8F8F8;
        color: inherit;
}

code {
        border: 1px solid #EAEAEA;
        margin: 0 2px;
        padding: 0 5px;
}

pre {
        border: 1px solid #CCCCCC;
        overflow: auto;
        padding: 4px 8px;
}

pre > code {
        border: 0;
        margin: 0;
        padding: 0;
}

#ws { background-color: #f8f8f8; }


.bloop_markdown table {
border-collapse: collapse;  
font-family: Helvetica, arial, freesans, clean, sans-serif;  
color: rgb(51, 51, 51);  
font-size: 15px; line-height: 25px;
padding: 0; }

.bloop_markdown table tr {
border-top: 1px solid #cccccc;
background-color: white;
margin: 0;
padding: 0; }
     
.bloop_markdown table tr:nth-child(2n) {
background-color: #f8f8f8; }

.bloop_markdown table tr th {
font-weight: bold;
border: 1px solid #cccccc;
margin: 0;
padding: 6px 13px; }

.bloop_markdown table tr td {
border: 1px solid #cccccc;
margin: 0;
padding: 6px 13px; }

.bloop_markdown table tr th :first-child, table tr td :first-child {
margin-top: 0; }

.bloop_markdown table tr th :last-child, table tr td :last-child {
margin-bottom: 0; }

.bloop_markdown blockquote{
  border-left: 4px solid #dddddd;
  padding: 0 15px;
  color: #777777; }
  blockquote > :first-child {
    margin-top: 0; }
  blockquote > :last-child {
    margin-bottom: 0; }

code, pre, #ws, #message {
    word-break: normal;
    word-wrap: normal;
}

hr {
    display: inherit;
}

.bloop_markdown :first-child {
    -webkit-margin-before: 0;
}

code, pre, #ws, #message {
    font-family: Menlo, Consolas, Liberation Mono, Courier, monospace;
}


.send { color:#77bb77; }
.server { color:#7799bb; }
.error { color:#AA0000; }</style></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div class="bloop_markdown"><p>If it’s possible I’d like to withdraw this proposal. I’m convinced by the feedback from the community. Feel free to reject it. ;)</p>

<p></p></div><div class="bloop_original_html"><style>body{font-family:Helvetica,Arial;font-size:13px}</style><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><br></div> <br> <div id="bloop_sign_1468686867154649856" class="bloop_sign"><div style="font-family:helvetica,arial;font-size:13px">--&nbsp;<br>Adrian Zubarev<br>Sent with Airmail</div></div> <br><p class="airmail_on">Am 13. Juli 2016 um 19:33:00, John McCall via swift-evolution (<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>) schrieb:</p> <blockquote type="cite" class="clean_bq"><span><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div></div><div>



<title></title>


<div>
<blockquote type="cite" class="">
<div class="">On Jul 13, 2016, at 10:26 AM, Xiaodi Wu via
swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div>
<div class="">As Jordan mentioned, I don't (and I think other
people don't) think of extensions as their own entities, as they
can't be referred to and have no runtime representation. In that
mental model, there isn't such a thing as "an extension being
public." Instead, the access modifier is just a shorthand default
for the properties and methods it contains, which is teachable but
unique to extensions. It is a matter of opinion whether that
uniqueness is a feature or a bug.<br class=""></div>
</blockquote>
<div><br class=""></div>
I would say that it's interesting but ultimately not worth the
confusion about the nature of extensions.</div>
<div><br class=""></div>
<div>John.</div>
<div><br class="">
<blockquote type="cite" class="">
<div class=""><br class="">
<div class="gmail_quote">
<div dir="ltr" class="">On Wed, Jul 13, 2016 at 12:19 Jose Cheyo
Jimenez &lt;<a href="mailto:cheyo@masters3d.com" class="">cheyo@masters3d.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=""></div>
<div class=""><br class=""></div>
<div class=""><br class="">
On Jul 13, 2016, at 8:46 AM, Xiaodi Wu via swift-evolution
&lt;<a href="mailto:swift-evolution@swift.org" target="_blank" class="">swift-evolution@swift.org</a>&gt; wrote:<br class="">
<br class=""></div>
<blockquote type="cite" class="">
<div class="">
<div dir="ltr" class=""><br class="">
<div class="gmail_extra"><br class="">
<div class="gmail_quote">On Wed, Jul 13, 2016 at 4:04 AM, Rod Brown
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">
<div style="word-wrap:break-word" class="">
<div class="">Proposal link: <a href="https://github.com/apple/swift-evolution/blob/master/proposals/0119-extensions-access-modifiers.md" target="_blank" class="">https://github.com/apple/swift-evolution/blob/master/proposals/0119-extensions-access-modifiers.md</a></div>
<div class=""><br class=""></div>
<div class="">
<blockquote type="cite" class=""><span class="">* What is your
evaluation of the proposal?<br class=""></span></blockquote>
<div class="">-1.&nbsp;Extensions appear to me to follow the access
control of the rest of Swift: Implicit to the type you are
extending, and you can either / both declare as part of the
extension declaration or on the method. I don’t see how this is
confusing, and I expect people will be more confused that
extensions don’t follow the convention of the rest of Swift for
Access Control.</div>
</div>
</div>
</blockquote>
<div class=""><br class=""></div>
<div class="">So, actually, the proposal is correct that extensions
(at least once fileprivate/private is implemented) don't follow the
access control rules for the rest of Swift. There is a problem to
be addressed. However, I agree that this proposal hasn't identified
the issue or adequately explained how the solution solves it.
Here's the problem I'm thinking of:</div>
<div class=""><br class=""></div>
<div class="">```</div>
<div class="">public struct foo {</div>
<div class="">&nbsp; func frobnicate() { } // implicitly
internal</div>
<div class="">}</div>
<div class=""><br class=""></div>
<div class="">public struct bar { }</div>
<div class="">public extension bar {</div>
<div class="">&nbsp; func frobnicate() { } // implicitly
public</div>
<div class="">&nbsp; // at least, according to the revised rules
explained in SE-0025</div>
<div class="">}</div>
<div class="">```</div>
</div>
</div>
</div>
</div>
</blockquote>
<div class=""><br class=""></div>
</div>
<div dir="auto" class="">
<div class="">There is definitely a difference, I think that is a
good thing. <span style="background-color:rgba(255,255,255,0)" class="">They look similar but they are completely
different.&nbsp;</span></div>
<div class=""><br class=""></div>
<div class="">public Type // the type is public</div>
<div class="">public extension Type // &nbsp;the extension is
public&nbsp;</div>
<div class=""><br class=""></div>
<div class="">For extensions, public is just a modifier on
extension, not the type. The default scope inside the extension is
that of the "modifier" keyword on the extension.&nbsp;</div>
<div class=""><br class=""></div>
<div class="">This is easy to explain to someone new.&nbsp;</div>
</div>
<div dir="auto" class="">
<div class=""><br class=""></div>
<br class="">
<blockquote type="cite" class="">
<div class="">
<div dir="ltr" class="">
<div class="gmail_extra">
<div class="gmail_quote">
<div class=""><br class=""></div>
<div class="">This is an inconsistency that may (and IMO, really
is) worth addressing. If there's adequate interest, I can circulate
a draft with a proposed solution I have in mind.</div>
<div class="">&nbsp;</div>
<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="">
<div class=""><span class=""><br class=""></span>
<blockquote type="cite" class=""><span class="">* Is the problem
being addressed significant enough to warrant a change to
Swift?<br class=""></span></blockquote>
<div class="">I don’t think this warrants a change.</div>
<span class=""><br class=""></span>
<blockquote type="cite" class=""><span class="">* Does this
proposal fit well with the feel and direction of Swift?<br class=""></span></blockquote>
No. This seems to go against the direction of Swift.</div>
<div class=""><span class=""><br class=""></span>
<blockquote type="cite" class=""><span class="">* If you have used
other languages or libraries with a similar feature, how do you
feel that this proposal compares to those?<br class=""></span></blockquote>
<div class="">No.</div>
<div class=""><span class=""><br class=""></span></div>
<blockquote type="cite" class=""><span class="">* How much effort
did you put into your review? A glance, a quick reading, or an
in-depth study?</span></blockquote>
A reading of the proposal.</div>
<div class=""><br class=""></div>
</div>
<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="">

<br class=""></blockquote>
</div>
<br class=""></div>
</div>
</div>
</blockquote>
<blockquote type="cite" class="">
<div class=""><span class="">_______________________________________________</span><br class="">
<span class="">swift-evolution mailing list</span><br class="">
<span class=""><a href="mailto:swift-evolution@swift.org" target="_blank" class="">swift-evolution@swift.org</a></span><br class="">
<span class=""><a href="https://lists.swift.org/mailman/listinfo/swift-evolution" target="_blank" class="">https://lists.swift.org/mailman/listinfo/swift-evolution</a></span><br class="">
</div>
</blockquote>
</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="">


_______________________________________________<br>swift-evolution mailing list<br>swift-evolution@swift.org<br>https://lists.swift.org/mailman/listinfo/swift-evolution<br></div></div></span></blockquote></div><div class="bloop_markdown"><p></p></div></body></html>