---
title: pluginGeneratedResources
framework: swift-package-manager
role: symbol
role_heading: Instance Property
path: swift-package-manager/documentation/packageplugin/sourcemoduletarget/plugingeneratedresources
---

# pluginGeneratedResources

The file URLs of any resources generated by other plugins that have been applied to the given target before the plugin currently being executed.

## Declaration

```swift
var pluginGeneratedResources: [URL] { get }
```

## Discussion

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

- [moduleName](swift-package-manager/documentation/packageplugin/sourcemoduletarget/modulename.md)
- [kind](swift-package-manager/documentation/packageplugin/sourcemoduletarget/kind.md)
- [linkedLibraries](swift-package-manager/documentation/packageplugin/sourcemoduletarget/linkedlibraries.md)
- [linkedFrameworks](swift-package-manager/documentation/packageplugin/sourcemoduletarget/linkedframeworks.md)
- [pluginGeneratedSources](swift-package-manager/documentation/packageplugin/sourcemoduletarget/plugingeneratedsources.md)
- [sourceFiles](swift-package-manager/documentation/packageplugin/sourcemoduletarget/sourcefiles.md)
- [sourceFiles(withSuffix:)](swift-package-manager/documentation/packageplugin/sourcemoduletarget/sourcefiles(withsuffix:).md)
