DependenciesScanner: report user module version for textual Swift interfaces

This commit is contained in:
Xi Ge
2024-08-06 14:48:53 -07:00
parent 370bcec229
commit 98f4ad840a
14 changed files with 60 additions and 16 deletions

View File

@@ -132,6 +132,9 @@ typedef struct {
/// Macro dependecies.
swiftscan_macro_dependency_set_t *macro_dependencies;
/// User module version
swiftscan_string_ref_t user_module_version;
} swiftscan_swift_textual_details_t;
/// Swift modules with only a binary module file.