<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="">I am not suggesting open sourcing UIKit or Cocoa (or any platform specific UI code). &nbsp;I am suggesting creating a very small open source swift-corelib that sits on top of foundation, and adds basic visual concepts like Color, Image, AttributedText, and (hat tip to T.J.) BezierPaths. &nbsp;Things where the concepts themselves are completely cross-platform, and they really should be in foundation, except that they are visual concepts, and thus got packaged with the whole platform framework for historical reasons.<div class=""><br class=""></div><div class="">Thanks,</div><div class="">Jon<br class=""><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jun 1, 2017, at 2:53 AM, Alex Blewitt &lt;<a href="mailto:alblue@apple.com" class="">alblue@apple.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><blockquote type="cite" class=""><div class="">On 1 Jun 2017, at 09:57, Jonathan Hull &lt;<a href="mailto:jhull@gbis.com" class="">jhull@gbis.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">I could be wrong, but my understanding is that Foundation is being open sourced as well, and distributed with Swift across various platforms.<br class=""></div></div></blockquote><div class=""><br class=""></div><div class="">It is already open source; the source code for the Swift/Linux port is here:</div><div class=""><br class=""></div><div class=""><a href="https://github.com/apple/swift-corelibs-foundation" class="">https://github.com/apple/swift-corelibs-foundation</a></div><div class=""><br class=""></div>However, Foundation has never contained any UI code, which on macOS is in the Cocoa framework and on iOS in the UIKit framework. These are both Apple frameworks, which you can discuss on the Apple mailing lists. To find the appropriate one, you can consult&nbsp;<a href="https://lists.apple.com/mailman/listinfo" class="">https://lists.apple.com/mailman/listinfo</a>&nbsp;- I would suggest the cocoa-dev mailing list.</div><div class=""><br class=""></div><div class="">Alex</div><br class=""></div></div></blockquote></div><br class=""></div></div></body></html>