Re: [swift-users] Pointer conversions between different sockaddr types

2016-08-22 Thread Quinn "The Eskimo!" via swift-users
On 18 Aug 2016, at 08:28, Quinn The Eskimo! via swift-users wrote: > In my case I introduced an abstract `Address` type (basically a wrapper > around `sockaddr_storage`) and then added a method to that object which calls > a closure with the right parameters (actually, multiple such methods,

[swift-users] Swift Package Manager for iOS

2016-08-22 Thread Gabor Patrick via swift-users
Hello, is there an approximately date for the SPM to work with iOS projects? Br Patrick The information contained in this e-mail message is privileged and confidential and is for the exclusive use of the addressee. The person who receives this message and who is not the addressee, one of his

Re: [swift-users] Long compilation times

2016-08-22 Thread Michael Gottesman via swift-users
> On Aug 19, 2016, at 9:23 PM, Diego Sánchez via swift-users > wrote: > > Hi all, > > We're suffering from very long Swift compilation times in our project. Each > file takes ~1 second to compile (-Onone), (measured with xctool -jobs 1), > which is hitting our development experience as we ke