Foundation/NSData.swift:19:8: error: module file was created by an older
version of the compiler; rebuild 'Dispatch' and try again:
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10-long-test/buildbot_incremental/libdispatch-linux-x86_64/src/swift/Dispatch.swiftmodule
> On Jul 29, 2016, at 5:20 PM, Jacob Bandes-Storch via swift-evolution
> wrote:
>
> I am curious whether the team has thoughts on how to organize the compiler
> codebase in such a way that new features can be added, and possibly
> source-breaking changes made, while still keeping the old func
TestFoundation has a dependency upon libFoundation.so, however if the naming
rules of symbols has changed then it probably needs to re-compile everything in
Foundation. This looks like it had a stale build around.
> On Aug 29, 2016, at 10:43 AM, Dave Abrahams via swift-dev
> wrote:
>
>
> Thi
This and the LLDB failure seem to be unrelated, but I'm not sure since I
can't really see logs besides the "FAIL" result.
On Fri, Sep 2, 2016 at 12:16 PM, wrote:
> [FAILURE] oss-swift-3.0-incremental-RA-linux-ubuntu-15_10 [#154]
> Build URL: https://ci.swift.org/job/oss-swift-3.0-incremental-RA-
This appears to be due to some missing dependency information in the
build system for Foundation's tests. Some stdlib names not used
directly by the overlay or tests were changed and now linking fails
with:
+ env
LD_LIBRARY_PATH=//usr//lib/swift/:/home/buildnode/disk2/workspace/oss-swift-increm