---
title: name
framework: swift-package-manager
role: symbol
role_heading: Instance Property
path: swift-package-manager/documentation/packageplugin/libraryproduct/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 a Library Product

- [id](swift-package-manager/documentation/packageplugin/libraryproduct/id.md)
- [kind](swift-package-manager/documentation/packageplugin/libraryproduct/kind-swift.property.md)
- [targets](swift-package-manager/documentation/packageplugin/libraryproduct/targets.md)
- [LibraryProduct.Kind](swift-package-manager/documentation/packageplugin/libraryproduct/kind-swift.enum.md)
