-
Notifications
You must be signed in to change notification settings - Fork 330
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
[clang][ExtractAPI] show error message for not found SwiftSyntaxMacroMap during Docc build #9079
Comments
Synced to Apple’s issue tracker as rdar://133432695 |
@ahoppen oh.. I try finded issue for apple developer forums, but I don't finded issue content... |
The comment was automated that this GitHub issue was synced to Apple’s internal issue tracker. There was no action necessary from you. The issue appears to be in docc because docc shouldn’t cause a crash, independent of swift-syntax. I’m moving the issue to that repo. |
This error happens before DocC is ever invoked. It looks like it's the |
Description
[Prerequisites]
using TCA Library, ver1.12.1
[step]
1] Delete derived data, using this command
2] project clean 3] Docc Build -> Product -> Build Documentation
[result]
Build Faild with this message.
fetal error: module map file '~~/GenerateModuleMaps-iphoneos/SwiftSyntaxMacros.modulemap' not found
clang error: unable to execute command: Segmentation fault: 11
clang error: clang fronted command failed due to signal
Help me....
Steps to Reproduce
[Prerequisites]
using TCA Library, ver1.12.1
[step]
1] Delete derived data, using this command
2] project clean 3] Docc Build -> Product -> Build Documentation
[result]
Build Faild with this message.
fetal error: module map file '~~/GenerateModuleMaps-iphoneos/SwiftSyntaxMacros.modulemap' not found
clang error: unable to execute command: Segmentation fault: 11
clang error: clang fronted command failed due to signal
The text was updated successfully, but these errors were encountered: