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

[SR-6782] [New Build System] Compilation fails on CI with "cannot build XXX.o due to missing input" for sources generated through the build #49331

Closed
NachoSoto opened this issue Jan 17, 2018 · 2 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself

Comments

@NachoSoto
Copy link
Contributor

Previous ID SR-6782
Radar None
Original Reporter @NachoSoto
Type Bug
Status Resolved
Resolution Invalid

Attachment: Download

Environment

Xcode 9.2 (9C40b).

Additional Detail from JIRA
Votes 0
Component/s Compiler, Source Tooling
Labels Bug
Assignee None
Priority Medium

md5: 5627ae07974a235225062501490dc420

Issue Description:

Scenario:

My project code-gens sources using SwiftGen. The project compiles correctly with the old build system. However, when switching to the new build system (tested this on several Xcode 9.X versions), builds fail on CI (both Travis and Buddybuild) with the following error:

I also tried defining them as Output Files, with the same result:

I see several "due to missing input" errors. The majority of them are every single source created with SwiftGen, but the one depicted in the first screenshot is one example that's not actually code-generated.

@belkadan
Copy link
Contributor

Sorry, issues with Xcode should go to Radar, not here.

@NachoSoto
Copy link
Contributor Author

Well I'm not going to file a Radar, so you guys are welcome to file it there 🙂

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
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. compiler The Swift compiler in itself
Projects
None yet
Development

No branches or pull requests

2 participants