---
title: kind
framework: swift-package-manager
role: symbol
role_heading: Instance Property
path: swift-package-manager/documentation/packageplugin/libraryproduct/kind-swift.property
---

# kind

A value that indicates whether the library is static, dynamic, or automatically determined.

## Declaration

```swift
let kind: LibraryProduct.Kind
```

## See Also

### Inspecting a Library Product

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