mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
DependenciesScanner: report user module version for textual Swift interfaces
This commit is contained in:
@@ -150,7 +150,8 @@ using SwiftInterfaceModuleDetailsLayout =
|
||||
DependencyIDArrayIDField, // swiftOverlayDependencies
|
||||
IdentifierIDField, // CASFileSystemRootID
|
||||
IdentifierIDField, // bridgingHeaderIncludeTree
|
||||
IdentifierIDField // moduleCacheKey
|
||||
IdentifierIDField, // moduleCacheKey
|
||||
IdentifierIDField // UserModuleVersion
|
||||
>;
|
||||
|
||||
using SwiftSourceModuleDetailsLayout =
|
||||
|
||||
Reference in New Issue
Block a user