---
title: pluginGeneratedSources
framework: swift-package-manager
role: symbol
role_heading: Instance Property
path: swift-package-manager/documentation/packageplugin/clangsourcemoduletarget/plugingeneratedsources
---

# pluginGeneratedSources

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

## Declaration

```swift
let pluginGeneratedSources: [URL]
```

## See Also

### Plugin Sources and Resources

- [pluginGeneratedResources](swift-package-manager/documentation/packageplugin/clangsourcemoduletarget/plugingeneratedresources.md)
