A perhaps slightly more readable definition (that I think is equivalent):
A Turing machine is brickable if there exists a valid input string such that the machine, when run on that input, satisfies the following conditions:
1. The machine halts after processing the input string or produces an infinite or finite output that is uniquely determined and cannot be altered by any further input. 2. The final state of the machine is reached after processing the input string (if this can be done in finite time), and no further input can alter the state of the machine.
Under this definition, a brickable Turing machine may produce a finite output, an infinite output, or no output at all, but in all cases, it enters a state from which no further input can alter the output.
A perhaps slightly more readable definition (that I think is equivalent):