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

# targets

Any regular targets defined in this packagewith the exception of plugin targets.

## Declaration

```swift
let targets: [any Target]
```

## Discussion

Discussion The targets are specified in the same order as the package manifest.

## See Also

### Inspecting Package Targets

- [targets(named:)](swift-package-manager/documentation/packageplugin/package/targets(named:).md)
- [targets(ofType:)](swift-package-manager/documentation/packageplugin/package/targets(oftype:).md)
