Re: [swift-users] Long compilation times

2016-08-23 Thread Diego Sánchez via swift-users
I haven't been able to synthesise a project where this reproduces that badly *yet*. Anyways I've filled https://bugs.swift.org/browse/SR-2461 with some more info in case it helps. Thanks! 2016-08-22 21:47 GMT+01:00 Michael Gottesman : > > On Aug 19, 2016, at 9:23 PM, Diego Sánchez via swift-user

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

[swift-users] Long compilation times

2016-08-19 Thread Diego Sánchez via swift-users
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 keep adding swift code (~350 .swift files) :( I've gone through all the googling already