[swift-dev] ccache and/or distcc for swift

Oscar Bonilla obonilla at linkedin.com
Wed Sep 28 16:00:41 CDT 2016


Thanks! It seems that is for building swift itself, not for building
projects written in swift ;(

-- 
*Oscar Bonilla*
Staff Software Engineer
Tools Group



obonilla at linkedin.com
linkedin.com/in/seeob

On Tue, Sep 27, 2016 at 12:04 PM, mishal_shah <mishal_shah at apple.com> wrote:

> Hi Oscar,
>
> I am not aware any distributed build system which builds swift files
> however, swift build-script has support for distcc to build cpp files.
>
> https://github.com/apple/swift/blob/master/utils/build-script#L1005
>
> Thanks,
> Mishal Shah
>
> On Sep 27, 2016, at 11:09 AM, Oscar Bonilla via swift-dev <
> swift-dev at swift.org> wrote:
>
> Hello swift developers,
>
> I was wondering if any of you knows anything about something
> like ccache and/or distcc for swift.
>
> Basically, what I want is to speed up compiles by caching the result
> (like ccache does) and then reusing the compilation results across
> multiple machines.
>
> Does anything like that exist for swift? I looked at ccache but they
> don't support swift and I couldn't find anything on distcc either.
>
> Thanks!
>
> -Oscar
> _______________________________________________
> swift-dev mailing list
> swift-dev at swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20160928/928df4b2/attachment.html>


More information about the swift-dev mailing list