We are seeing a huge number of crashes coming from our iOS 14 users with the error Fatal error: Index out of range: file Swift/ContiguousArrayBuffer.swift, line 444
Following the stack I can see there is no array involved on my side and it actually appears to be a consequence of a setter on a @Published property.
The crash happens only on iOS 14.0 and iOS 14.0.1, while we don't have reports from our iOS 13 users, and it's not systematic, I'd say it happens 3 out of 10 times.
Can anyone please help me debug this issue?