<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="">Have a look at BlueSockets which does the same kind of thing:<div class=""><br class=""><div class=""><a href="https://github.com/IBM-Swift/BlueSocket" class="">https://github.com/IBM-Swift/BlueSocket</a>&nbsp;</div><div class=""><a href="https://github.com/IBM-Swift/BlueSSLService" class="">https://github.com/IBM-Swift/BlueSSLService</a></div><div class=""><br class=""></div><div class="">There's a wrapper around OpenSSL as well:</div><div class=""><br class=""></div><div class=""><a href="https://github.com/IBM-Swift/OpenSSL.git" class="">https://github.com/IBM-Swift/OpenSSL.git</a>&nbsp;</div><div class=""><br class=""></div><div class="">Alex</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 26 Jan 2017, at 09:49, Rien 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 class="">I have created the following packages:<br class=""><br class="">1) SwifterSockets (Swift)<br class="">2) COpenSsl (wrapper for system libraries)<br class="">3) SecureSockets (Swift, uses SwifterSockets and COpenSsl)<br class=""><br class="">Now I want to build a macOS app that uses SecureSockets.<br class=""><br class="">I have created the app in the traditional way, via Xcode.<br class="">In this app I imported the frameworks created by SwifterSockets and SecureSockets.<br class=""><br class="">When I try to use SecureSockets I get the error “No such module COpenSsl”<br class=""><br class="">Any idea how I can include the system library wrapper ?<br class=""><br class="">Regards,<br class="">Rien<br class=""><br class="">Site: <a href="http://balancingrock.nl" class="">http://balancingrock.nl</a><br class="">Blog: <a href="http://swiftrien.blogspot.com" class="">http://swiftrien.blogspot.com</a><br class="">Github: <a href="http://github.com/Balancingrock" class="">http://github.com/Balancingrock</a><br class="">Project: <a href="http://swiftfire.nl" class="">http://swiftfire.nl</a><br class=""><br class=""><br class=""><br class=""><br class=""><br class="">_______________________________________________<br class="">swift-users mailing list<br class=""><a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-users<br class=""></div></div></blockquote></div><br class=""></div></div></body></html>