---
title: ActorType
framework: swift
role: symbol
role_heading: Associated Type
path: swift/globalactor/actortype
---

# ActorType

The type of the shared actor instance that will be used to provide mutually-exclusive access to declarations annotated with the given global actor type.

## Declaration

```swift
associatedtype ActorType : Actor
```
