When using `--compiler=ldc2` with `--arch=x86_64`, DUB passes `x86_64` to ldc2 instead of `x86-64` which it expects. Workaround: using `--compiler=ldmd2`.