#10502 is a bug on Windows which is due to a file generation script printing out a Windows path with backslashes, but that printed path is consumed by CMake which needs a POSIX path with slashes.
Somehow this didn't break our Windows CI.
The goal of this issue is to improve our CI so that this bug (and similar ones) would be caught.