Xcode 12.1 debug area incorreclty showing array values as nil/empty

When i enter the breakpoint -
the debug/watch area shows my array as being nil/empty, but when i print the values out in the console area, they are populated (not empty) which is what I expected.
So why is the debug area showing these values as empty?