Swift-driver nightly on https://swift.godbolt.org/

Hi Folks,

Looks like swift-driver is turned on by default on nightly and Compiler Explorer (godbolt.org) is having issues. Anybody know how to bypass swift-driver via a flag? Perhaps you have bandwidth to help fix the config ? See issue below.

[BUG] Swift nightly doesn't compile · Issue #2692 · compiler-explorer/compiler-explorer (github.com)

1 Like

-disallow-use-new-driver should bypass the error, at least.

1 Like

Adopting swift-driver as default introduced a dependency on ncurses via LLBuild here:

The compiler explorer bot needs to be updated to contain this library.