Saleem Abdulrasool
Saleem Abdulrasool
@bkhouri that sounds great! I think that I have enough on my plate and would love to get some help :)
The `STATUS_DLL_NOT_FOUND` might be a bug in swift-build itself - we might not be installing a DLL that we are building. The recent set of changes to `build.ps1` have migrated...
CC: @ADKaster
That implies that `$env:UniversalCRTSdkDir` and `$env:UCRTVersion` are undefined. This would imply that the `gha-setup-vsdevenv` didn't trigger or saving the environment went wrong.
@marcprux can you point me to one of the failing runs?
@swift-ci please smoke test
@swift-ci please test Windows platform
If you are using `aarch64-unknown-windows-msvc` for the triple, this is definitely a bug - the ABI should be compatible with MSVC.
Yes, that's not too surprising. In general, we do not support installing the swift toolchain on a development environment. I would suggest, you uninstall swift, reboot, then do a clean...
Also, the debug mode builds don't really work. There's a good deal of UB in the swift compiler code base which prevents the compiler from working.