<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On May 25, 2016, at 1:56 PM, Michal Kalinowski via swift-users &lt;<a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="font-family: Alegreya-Regular; font-size: 15px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">I have just discovered following behaviour of NSURLComponents and I'm looking for confirmation if it is in fact a bug.</div></div></blockquote></div><br class=""><div class="">Unless you’re using Swift on Linux plus the in-development Foundation framework, NSURLComponents is part of a system framework, not part of Swift.</div><div class=""><br class=""></div><div class=""><blockquote type="cite" class="">var&nbsp;components =&nbsp;NSURLComponents(string:&nbsp;"<a href="http://apple.com" class="">apple.com</a>")!<br class=""></blockquote><br class="">That’s incorrect, and I’m surprised the method didn’t fail, since “<a href="http://apple.com" class="">apple.com</a>” is not a valid URL. Try initializing an empty object and then setting its host to “<a href="http://apple.com" class="">apple.com</a>”.</div><div class=""><br class=""></div><div class="">—Jens</div></body></html>