# Server.incarnation()

- **Module:** Server
- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/LibTmux/Server.swift#L294
- **Page:** https://libtmux.org/reference/swift/server-incarnation()/

```
Server.incarnation()() -> ServerIncarnation
```

The running daemon at this endpoint.

Use ``isRunning()`` for a Boolean probe. This read throws when tmux
cannot answer so absence cannot look like an empty identity.

## Raises

- `TmuxError`
