---
title: main()
framework: swift-package-manager
role: symbol
role_heading: Type Method
path: swift-package-manager/documentation/packageplugin/plugin/main()
---

# main()

The main entry point of the plugin.

## Declaration

```swift
static func main() async throws
```

## Discussion

Discussion This sets up a communication channel with the plugin host and runs the main message loop.
