---
title: shared
framework: swift
role: symbol
role_heading: Type Property
path: swift/globalactor/shared
---

# shared

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

## Declaration

```swift
static var shared: Self.ActorType { get }
```

## Discussion

Discussion The value of this property must always evaluate to the same actor instance.
