[swift-corelibs-dev] Incremental build support for corelibs-foundation

2017-10-18 Thread Ankit Aggarwal via swift-corelibs-dev
Hi, I was surprised to see that corelibs-foundation does not support incremental building. I filed https://bugs.swift.org/browse/SR-6180, can someone comment on the bug describing approach foundation wants to take to support incremental building? ___ swi

[swift-corelibs-dev] Swift Encoders on Linux

2017-05-23 Thread Ankit Aggarwal via swift-corelibs-dev
Hi, It looks like SE-0167 is implemented and can be used in the latest macOS snapshot (yay!). Will corelibs-foundation need a completely separate implementation? Is the corelibs-foundation implementation going to be community driven? PS: I think these are awesome APIs and the Package Manager w

Re: [swift-corelibs-dev] Building Foundation with SwiftPM

2017-01-30 Thread Ankit Aggarwal via swift-corelibs-dev
On Tue, Jan 31, 2017 at 8:13 AM, Philippe Hausler via swift-corelibs-dev < swift-corelibs-dev@swift.org> wrote: > So there are a few issues that would be a bit tricky to deal with: > > SwiftPM uses Foundation so you would have to devise some way to build > SwiftPM either without Foundation (which