---
title: sharedInstance()
framework: clockkit
role: symbol
role_heading: Type Method
path: clockkit/clkcomplicationserver/sharedinstance()
---

# sharedInstance()

Returns the shared complication server.

## Declaration

```swift
class func sharedInstance() -> Self
```

## Discussion

Discussion Always use this method to retrieve the shared complication server object. Don’t try to create instances of the object yourself.
