---
title: LibraryProduct.Kind.automatic
framework: swift-package-manager
role: symbol
role_heading: Case
path: swift-package-manager/documentation/packageplugin/libraryproduct/kind-swift.enum/automatic
---

# LibraryProduct.Kind.automatic

The kind of library produced is unspecified and will be determined by the build system based on how the library is used.

## Declaration

```swift
case automatic
```

## See Also

### Kinds of Library Targets

- [LibraryProduct.Kind.dynamic](swift-package-manager/documentation/packageplugin/libraryproduct/kind-swift.enum/dynamic.md)
- [LibraryProduct.Kind.static](swift-package-manager/documentation/packageplugin/libraryproduct/kind-swift.enum/static.md)
