Currently, the only issue in GitHub action is windows failing with generate-pcm errors on windows.
Error message:
2025-12-04T20:49:20.3805316Z <EXPR>:0: error: ExplicitModuleBuildTests.testEmitModuleSeparatelyJobs : threw error "errors were encountered"
2025-12-04T20:49:20.3805738Z
2025-12-04T20:49:20.3806031Z Test Case 'ExplicitModuleBuildTests.testEmitModuleSeparatelyJobs' failed (0.37 seconds)
...
2025-12-04T20:49:20.4579733Z error: generate-pcm command failed with exit code 1 (use -v to see invocation)
This is failing multiple tests. After fixing this, we need to see how we can make sure swift-driver tests are not broken by swift compiler changes.