---
title: Product.Library.LibraryType
framework: packagedescription
role: symbol
role_heading: Enumeration
path: packagedescription/product/library/librarytype
---

# Product.Library.LibraryType

The different types of a library product.

## Declaration

```swift
enum LibraryType
```

## Topics

### Enumeration Cases

- [Product.Library.LibraryType.dynamic](packagedescription/product/library/librarytype/dynamic.md)
- [Product.Library.LibraryType.static](packagedescription/product/library/librarytype/static.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)

## See Also

### Describing a Library Product

- [targets](packagedescription/product/library/targets.md)
- [type](packagedescription/product/library/type.md)
