---
title: products
framework: swift-package-manager
role: symbol
role_heading: Instance Property
path: swift-package-manager/documentation/packagedescription/package/products
---

# products

The list of products that this package vends and that clients can use.

## Declaration

```swift
var products: [Product]
```

## See Also

### Configuring Products

- [Product](swift-package-manager/documentation/packagedescription/product.md)
