Re: [swift-users] SPM: no such module - System Library Wrapper

2017-01-26 Thread Rien via swift-users
Thanks, that was interesting. However I did not find a solution. The problem is not that my COpenSsl does not work, it does. I can compile & link SecureSockets just fine. However the (macOS cocoa) app that uses SecureSockets -even though it does not use COpenSsl- wants access to that module. An

Re: [swift-users] SPM: no such module - System Library Wrapper

2017-01-26 Thread Alex Blewitt via swift-users
Have a look at BlueSockets which does the same kind of thing: https://github.com/IBM-Swift/BlueSocket https://github.com/IBM-Swift/BlueSSLService There's a wrapper around OpenSSL as well: https://github.co

[swift-users] SPM: no such module - System Library Wrapper

2017-01-26 Thread Rien via swift-users
I have created the following packages: 1) SwifterSockets (Swift) 2) COpenSsl (wrapper for system libraries) 3) SecureSockets (Swift, uses SwifterSockets and COpenSsl) Now I want to build a macOS app that uses SecureSockets. I have created the app in the traditional way, via Xcode. In this app I