You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aid="swift_common.create_swift_module-swiftdoc"></a>swiftdoc | The `.swiftdoc` file emitted by the compiler for this module. | none |
496
-
| <aid="swift_common.create_swift_module-swiftmodule"></a>swiftmodule | The `.swiftmodule` file emitted by the compiler for this module. | none |
497
495
| <aid="swift_common.create_swift_module-ast_files"></a>ast_files | A list of `File`s output from the `DUMP_AST` action. |`[]`|
496
+
| <aid="swift_common.create_swift_module-const_protocols_to_gather"></a>const_protocols_to_gather | A list of protocol names from which constant values should be extracted from source code that takes this module as a *direct* dependency. |`[]`|
498
497
| <aid="swift_common.create_swift_module-defines"></a>defines | A list of defines that will be provided as `copts` to targets that depend on this module. If omitted, the empty list will be used. |`[]`|
499
498
| <aid="swift_common.create_swift_module-generated_header"></a>generated_header | A `File` representing the Swift generated header. |`None`|
500
499
| <aid="swift_common.create_swift_module-indexstore"></a>indexstore | A `File` representing the directory that contains the index store data generated by the compiler if the `"swift.index_while_building"` feature is enabled, otherwise this will be `None`. |`None`|
500
+
| <aid="swift_common.create_swift_module-original_module_name"></a>original_module_name | The original name of the module if it was changed by a module mapping; otherwise, `None`. |`None`|
501
501
| <aid="swift_common.create_swift_module-plugins"></a>plugins | A list of `SwiftCompilerPluginInfo` providers representing compiler plugins that are required by this module and should be loaded by the compiler when this module is directly depended on. |`[]`|
502
-
| <aid="swift_common.create_swift_module-swiftsourceinfo"></a>swiftsourceinfo | The `.swiftsourceinfo` file emitted by the compiler for this module. May be `None` if no source info file was emitted. |`None`|
503
-
| <aid="swift_common.create_swift_module-swiftinterface"></a>swiftinterface | The `.swiftinterface` file emitted by the compiler for this module. May be `None` if no module interface file was emitted. |`None`|
504
502
| <aid="swift_common.create_swift_module-private_swiftinterface"></a>private_swiftinterface | The `.private.swiftinterface` file emitted by the compiler for this module. May be `None` if no private module interface file was emitted. |`None`|
505
-
| <aid="swift_common.create_swift_module-const_protocols_to_gather"></a>const_protocols_to_gather | A list of protocol names from which constant values should be extracted from source code that takes this module as a *direct* dependency. |`[]`|
503
+
| <aid="swift_common.create_swift_module-swiftdoc"></a>swiftdoc | The `.swiftdoc` file emitted by the compiler for this module. | none |
504
+
| <aid="swift_common.create_swift_module-swiftinterface"></a>swiftinterface | The `.swiftinterface` file emitted by the compiler for this module. May be `None` if no module interface file was emitted. |`None`|
505
+
| <aid="swift_common.create_swift_module-swiftmodule"></a>swiftmodule | The `.swiftmodule` file emitted by the compiler for this module. | none |
506
+
| <aid="swift_common.create_swift_module-swiftsourceinfo"></a>swiftsourceinfo | The `.swiftsourceinfo` file emitted by the compiler for this module. May be `None` if no source info file was emitted. |`None`|
0 commit comments