---
title: Product.Executable
framework: swift-package-manager
role: symbol
role_heading: Class
path: swift-package-manager/documentation/packagedescription/product/executable
---

# Product.Executable

The executable product of a Swift package.

## Declaration

```swift
final class Executable
```

## Topics

### Describing an executable product

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

## Relationships

### Inherits From

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

### Conforms To

- Swift.Sendable
- Swift.SendableMetatype

## See Also

### Creating an Executable Product

- [executable(name:targets:)](swift-package-manager/documentation/packagedescription/product/executable(name:targets:).md)
