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

# pluginGeneratedResources

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

## Declaration

```swift
let pluginGeneratedResources: [URL]
```

## See Also

### Plugin Sources and Resources

- [pluginGeneratedSources](swift-package-manager/documentation/packageplugin/swiftsourcemoduletarget/plugingeneratedsources.md)
