-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Swift: Xcode 16.2 - could not build module #19284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This line in the logs looks worrying:
Have you tried running the same build commands in ADO, but without CodeQL? If the same build command runs fine without CodeQL then CodeQL's analyzer is somehow interfering and causing a failure. |
@aibaars of course, without the |
Thanks for confirming. |
It would be very helpful if you could attach the detailed CodeQL log file, in particular the I could not find many other reports of |
Here are some instructions to obtain debug artifacts. Note that the debug artifacts contain sensitive information such as the contents of analyzed files. If your repository is private then it is probably best to create an enterprise support ticket and move this conversation there. |
@aibaars I have been trying this but I keep on getting a error
Which is probably because the whole compiling is broken? |
That looks really strange indeed. It looks like a mixup of Windows and Unix paths. Do you have any idea where the |
@aibaars oke my bad, used the slash in the wrong direction. Attached the build tracer log, I will provide all other logging to our GitHub person of contact. |
The By the way, on Github actions that environment variable is set by |
ADO pipelines using codeql bundle 2.21.0 with Xcode 16.2 and the following task configuration block me to compile a swift project. It fails on
could not build module
related errors.Pipeline:
Output:
logging.txt
The text was updated successfully, but these errors were encountered: