<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Dec 13, 2015, at 7:13 AM, ilya &lt;<a href="mailto:ilya.nikokoshev@gmail.com" class="">ilya.nikokoshev@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="font-family: HelveticaNeue; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">You can easily call a private parametrized init from a class function though. </span></div></blockquote></div><div class=""><br class=""></div><div class="">Sure, but we're just shuffling the deck. &nbsp;We've gone from a bad public API to a bad private API.</div><div class=""><br class=""></div><div class="">Actually, it's worse, because we now have BOTH a bad private API AND a bad public API. &nbsp;There is a reason that NSData.dataWithData(...) is a Swift compile error.</div><div class=""><br class=""></div><div class="">The (ab)use of class functions as constructors is a holdover from ObjC times. &nbsp;If you want to make an instance in Swift, you should type ClassName( and see what autocomplete suggests; you should not have to read through the documentation of class functions to see if they are secretly constructors that have been filed at the wrong shelf in the library.</div></body></html>