# WorkspaceBuilder

- **Package:** TmuxWorkspace
- **Language:** Swift
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/TmuxWorkspace/WorkspaceBuilder.swift#L10
- **Page:** https://libtmux.org/en/swift/latest/workspace/reference/workspacebuilder/

Builds a workspace on a tmux server.

This is a consumer of `LibTmux`, not part of it: everything here goes
through the same public surface any other caller has, which is the point —
if building a real layout needs something the library does not expose, that
is the library's problem to fix.

## Members

- `build(_:on:)` (method): Creates the workspace's session and returns it.
