Alternatively, we can find the intersection points of the circle and the line to find the chord length.
The equation of the circle with centre $(5, 6)$ and radius $R=6$ is:
$$ (x - 5)^2 + (y - 6)^2 = 36 $$
To find the chord on the line $x = 1$, we substitute $x = 1$ into the circle's equation:
$$ (1 - 5)^2 + (y - 6)^2 = 36 $$
$$ (-4)^2 + (y - 6)^2 = 36 \Rightarrow 16 + (y - 6)^2 = 36 $$
$$ (y - 6)^2 = 20 \Rightarrow y - 6 = \pm \sqrt{20} = \pm 2\sqrt{5} $$
So the coordinates of the endpoints of the chord are $(1, 6 + 2\sqrt{5})$ and $(1, 6 - 2\sqrt{5})$.
The length $L$ of this chord is the distance between these two points:
$$ L = \sqrt{(1 - 1)^2 + ((6 + 2\sqrt{5}) - (6 - 2\sqrt{5}))^2} = \sqrt{0^2 + (4\sqrt{5})^2} = 4\sqrt{5} $$
The square of the length of the chord is $L^2 = (4\sqrt{5})^2 = 16 \times 5 = 80$.