---
title: Product.ID
framework: swift-package-manager
role: symbol
role_heading: Type Alias
path: swift-package-manager/documentation/packageplugin/product/id-swift.typealias
---

# Product.ID

The type that represents the identifier of a package product.

## Declaration

```swift
typealias ID = String
```

## See Also

### Inspecting a Package Product

- [id](swift-package-manager/documentation/packageplugin/product/id-swift.property.md)
- [name](swift-package-manager/documentation/packageplugin/product/name.md)
- [sourceModules](swift-package-manager/documentation/packageplugin/product/sourcemodules.md)
- [targets](swift-package-manager/documentation/packageplugin/product/targets.md)
