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,
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
> 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