Skip to content

Conversation

@artemcm
Copy link
Contributor

@artemcm artemcm commented Dec 16, 2025

Use it to avoid unnecessary re-queries of Swift dependencies during a given scanning action.

…s and emit them as remarks

This change adds collection of three metrics to the scanner:
- number of Swift module lookups
- number of named Clang module lookups
- recorded number of Clang modules which were imported into a Swift module by name

It re-uses the prior '-Rdependency-scan-cache', renaming it to '-Rdependency-scan' and adds emission of the above metrics as remarks when this flag is enabled. Followup changes will add further remarks about dependency scanner progress.
Use it to avoid unnecessary re-queries of Swift dependencies during a given scanning action.
@artemcm artemcm force-pushed the RemoveRedundantNegativeSwiftLookups branch from fba2886 to 0d58c5b Compare December 16, 2025 19:16
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

Successfully merging this pull request may close these issues.

1 participant