- Physical node
- An Apple Silicon Mac device that actually runs macOS, Xcode, and build jobs. A node is a hardware delivery unit, not a shared virtual resource.
- Dedicated
- The node resources assigned to one order are used by that customer; CPU, memory, and local storage are not mixed with other customers’ jobs.
- Non-virtualized
- The system runs directly on a physical Mac rather than splitting one device into multiple virtual instances. Hardware specifications correspond directly to the order configuration.
- VNC
- A connection method for viewing and controlling the macOS graphical interface remotely. Enter the address, port, account, and encryption options according to the connection details.
- Self-hosted runner
- A runner registered by your team with a CI/CD platform and used to execute jobs on a dedicated node, with control over tool versions, caches, and concurrency.
- Build cache
- Regenerable data that reduces repeated downloads or compilation, including dependency caches and DerivedData. A damaged cache should be safe to rebuild.
- Signing certificate
- Sensitive signing material used in build and delivery workflows. During troubleshooting, describe only the certificate name, status, and error; never upload a private key to a ticket.
- Node region
- The region where the physical node is located. Consider developer location, repository location, delivery destination, and large-file transfer direction together.