---
title: ActorSystem
framework: distributed
role: symbol
role_heading: Associated Type
path: distributed/distributedactor/actorsystem-swift.associatedtype
---

# ActorSystem

The type of transport used to communicate with actors of this type.

## Declaration

```swift
associatedtype ActorSystem : DistributedActorSystem where Self.ID == Self.ActorSystem.ActorID
```
