Actual bug in my code:
i += i
Instead of
i += 1
🤦♂️
Actual bug in my code:
i += i
Instead of
i += 1
🤦♂️
Fixed because of this fail code: #[3] #[2]
squash that bug
Squashed it but then found another bug identical to this. Very weird brain quirk, never had this before. Maybe because Swift doesn't have i++ 😅