# WorkspaceBuilder

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/TmuxWorkspace/WorkspaceBuilder.swift#L9
- **Page:** https://libtmux.org/reference/swift/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.
