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

# name

The name of the product, as defined in the package manifest.

## Declaration

```swift
let name: String
```

## Discussion

Discussion This name is unique among the products of the package in which it is defined.

## See Also

### Inspecting an Executable Target

- [id](swift-package-manager/documentation/packageplugin/executableproduct/id.md)
- [mainTarget](swift-package-manager/documentation/packageplugin/executableproduct/maintarget.md)
- [targets](swift-package-manager/documentation/packageplugin/executableproduct/targets.md)
