Skip to content
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

[Source compatibility suite] exercism-swift failing to build on macOS with release/6.1 #78864

Open
justice-adams-apple opened this issue Jan 23, 2025 · 0 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. source compatibility suite Flag: An issue that surfaced in the source compatibility suite

Comments

@justice-adams-apple
Copy link
Contributor

Description

Description

exercism-swift is failing to build on internal/main, internal/6.0, and internal/6.1 with the following error

error: couldn't build swift-source-compat-suite/project_cache/exercism-swift/.build/x86_64-apple-macosx/debug/xswiftTests.build/LinuxMain.swift.o because of multiple producers: Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources), Compiling Swift Module 'xswiftTests' (174 sources)

This is a project issue and the source revision likely just needs to be updated in the source compatibility suite. I will reach out to the maintainer of the project

Reproduction

./runner.py --swift-branch release/6.1 --projects projects.json --include-actions 'action.startswith("Build")' --include-repos 'path == "exercism-swift"' --swiftc /Library/Developer/Toolchains/swift-6.1-DEVELOPMENT-SNAPSHOT-2025-01-22-a.xctoolchain/usr/bin/swiftc

Expected behavior

Expected the project to build correctly

Environment

https://ci.swift.org/view/Swift%206.1/job/swift-6.1-source-compat-suite-debug/3/artifact/swift-source-compat-suite/

Additional information

No response

@justice-adams-apple justice-adams-apple added bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels source compatibility suite Flag: An issue that surfaced in the source compatibility suite and removed triage needed This issue needs more specific labels labels Jan 23, 2025
justice-adams-apple added a commit to swiftlang/swift-source-compat-suite that referenced this issue Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. source compatibility suite Flag: An issue that surfaced in the source compatibility suite
Projects
None yet
Development

No branches or pull requests

1 participant