Earlier quoted context omitted.
I generally expect interviewers to tell me what the problem is ;)
My apologies, you've successfully passed FizzBuzz, in a rather unwieldy way by relying on nesting vstacks, hstacks and adding spacers. The larger point being - placing squares on a page went from drag and dropping and setting a few constraints, to now doing zstack/hstack/vstack/spacer wizardry.
i wonder how one could go about implementing custom layout in swiftui, something like `layoutSubViews` so we could implement something simplified like:
View(layout: .grid) { ... }
or View(layout: .stack(.vertical)) { ... }