Re: [swift-users] RSS feed for the Swift.org blog not working

2017-09-20 Thread Martin Man via swift-users
>From >https://www.osstatus.com/search/results?platform=all&framework=all&search=-9824 > > -9824 = errSSLPeerHandshakeFail This looks like a network issue between your client and swift.org Jus

Re: [swift-users] Plan to move swift-evolution and swift-users mailing lists to Discourse

2017-02-09 Thread Martin Man via swift-users
Is there any reason why there needs to be a separate tool for this? If mailing lists are no go why not just stay on GitHub and use GitHub issues for proposals? Thanks, Martin > On 9 Feb 2017, at 08:51, Jens Alfke via swift-users > wrote: > > >> On Feb 8, 2017, at 4:48 PM, Jan Neumüller via

Re: [swift-users] how to ``swift build`` C library cleanly without using -Xcc -Xlinker and -Xswiftc

2016-10-20 Thread Martin Man via swift-users
this module being used as a dependency of another more complex module soon… thanks, Martin > On 20 Oct 2016, at 17:34, Daniel Dunbar wrote: > >> >> On Oct 20, 2016, at 7:25 AM, Martin Man via swift-users >> mailto:swift-users@swift.org>> wrote: >> >>

[swift-users] how to ``swift build`` C library cleanly without using -Xcc -Xlinker and -Xswiftc

2016-10-20 Thread Martin Man via swift-users
Hi guys, I’m wrapping three little native C libraries using SPM to a nice swifty modules. Say cmod1, cmod2, and cmod3. They all in the and are dependencies of a bigger project. Since these legacy C libraries have headers in various ways incompatible with SPM I’m also providing my own custom mo