Re: [swift-dev] Reduce app startup time by combining swift-libs

2017-02-20 Thread Alex Blewitt via swift-dev
> On 17 Feb 2017, at 21:58, Michel Loenngren via swift-dev > wrote: > > All, > > When starting an app that includes swift these libs are being loaded: > > libswiftCoreGraphics.dylib > libswiftDispatch.dylib > libswiftObjectiveC.dylib > libswiftCore.dylib > libswiftDarwin.dylib > libswift

[swift-dev] Reduce app startup time by combining swift-libs

2017-02-17 Thread Michel Loenngren via swift-dev
All, When starting an app that includes swift these libs are being loaded: *libswiftCoreGraphics.dylib * *libswiftDispatch.dylib * *libswiftObjectiveC.dylib* *libswiftCore.dylib* *libswiftDarwin.dylib* *libswiftFoundation.dylib* which adds considerable delay to our app startup time (compared to