mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
DependenciesScanner: report user module version for textual Swift interfaces
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user