<div dir="ltr">I think we have the same question as with the &quot;sealed&quot; classes by default proposal. To allow or not extension of the public API by the user (at least by default).</div><br><div class="gmail_quote"><div dir="ltr">El jue., 30 jun. 2016 a las 16:10, Edward Valentini via swift-evolution (&lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt;) escribió:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Existing switch statements would have to be modified to add a default statement.  Additionally enums could be marked final to disallow case option expansion<br>
<br>
<br>
<br>
On Jun 30, 2016, at 16:04, David Sweeris &lt;<a href="mailto:davesweeris@mac.com" target="_blank">davesweeris@mac.com</a>&gt; wrote:<br>
&gt;<br>
&gt; By itself, this would break switch statements, since they have to be exhaustive.<br>
&gt;<br>
&gt; If anyone has any ideas about how to fix that, I&#39;m all ears.<br>
&gt;<br>
&gt; - Dave Sweeris<br>
&gt;<br>
&gt;&gt; On Jun 30, 2016, at 14:58, Edward Valentini via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; I am finding myself in a situation where the most elegant &quot;swifty&quot; solution would be to allow enum extensions to add to existing case options.  For example lets say I&#39;m using a library that has the following enum defined:<br>
&gt;&gt;<br>
&gt;&gt; enum MyDirection {<br>
&gt;&gt;  case east, west<br>
&gt;&gt; }<br>
&gt;&gt;<br>
&gt;&gt; My app for example also makes use of north and south, so I would love to be able to write:<br>
&gt;&gt;<br>
&gt;&gt; extension MyDirection {<br>
&gt;&gt;  case north,south<br>
&gt;&gt; }<br>
&gt;&gt;<br>
&gt;&gt; In objective c, one would probably have defined constants like MyDirectionEast etc...  these would probably have been mapped to ints or strings so a consumer of this library could have easily extended this to add additional functionality, but using constants like that is not very &quot;swifty&quot;<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m curious what the swift community thinks.<br>
&gt;&gt;<br>
&gt;&gt; Thank you<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; swift-evolution mailing list<br>
&gt;&gt; <a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br>
&gt;&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
</blockquote></div>