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

# sourceFiles

The source files that are associated with this target.

## Declaration

```swift
let sourceFiles: FileList
```

## Discussion

Discussion Any files that have been excluded in the manifest have already been filtered out.

## See Also

### Source Files

- [sourceFiles(withSuffix:)](swift-package-manager/documentation/packageplugin/clangsourcemoduletarget/sourcefiles(withsuffix:).md)
