Contents

pluginGeneratedSources

The file URLs of any sources generated by other plugins applied to the given target before the plugin being executed.

Declaration

var pluginGeneratedSources: [URL] { get }

Discussion

Note: Plugins are applied in order of declaration in the package manifest. Generated files are vended to the target the current plugin is being applied to, but not necessarily to other targets in the package graph.

See Also

Inspecting a Source Module Target