Re: [Swift CI] Build Failure: 0. OSS - LLDB Incremental - OS X (swift 4.2) #289

I wasn’t able to reproduce locally, and I’m afraid the problem is that the bots run a different version of SWIG which causes issue.
Once Mishal is in, I’ll check with him, otherwise (unfortunately) XFAIL this test (although I would like not to).

Thank you,

Got to the bottom of this (my hypothesis was correct, thanks to Jim for confirming).

The bots don’t install swift so we generate and add to the repo a static version of the bindings. I’m going to try fixing that.

Thanks,

Got to the bottom of this (my hypothesis was correct, thanks to Jim for confirming).
The bots don’t install swift so we generate and add to the repo a static version of the bindings. I’m going to try fixing that.

Davide meant to say SWIG not swift there...

Jim

sed -e s/swift/SWIG/

https://github.com/apple/swift-lldb/pull/534

Thanks,