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

Module not found diagnostics are repeated multiply #7628

Open
compnerd opened this issue Oct 16, 2023 · 0 comments
Open

Module not found diagnostics are repeated multiply #7628

compnerd opened this issue Oct 16, 2023 · 0 comments

Comments

@compnerd
Copy link
Collaborator

compnerd commented Oct 16, 2023

When a module is not found, the warning is emitted multiple times leading to an overwhelming amount of spew when it is a core module (e.g. _SwiftConcurrencyShims).

warning: (x86_64) S:\tmp\ARCFoundationPackageTests.xctest 0x003772fd: unable to locate module needed for external types: C:\workspace\arc\Frameworks\ARCFoundation\.build\x86_64-unknown-windows-msvc\debug\ModuleCache\3L5Z3Z5BE6NFH\_SwiftConcurrencyShims-36FOFAYY5BS9A.pcm
error: 'C:\workspace\arc\Frameworks\ARCFoundation\.build\x86_64-unknown-windows-msvc\debug\ModuleCache\3L5Z3Z5BE6NFH\_SwiftConcurrencyShims-36FOFAYY5BS9A.pcm' does not exist
Debugging will be degraded due to missing types. Rebuilding the project will regenerate the needed module files.

This error was emitted 100s of times (beyond the scope of the terminal scrollback).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant