Ah, okay, so it looks like these random crashes I’ve been having reports on (and failing to replicate) are my assertions still being present in my Rack module code?
I’m so used to how Xcode and Visual Studio operate, I’ve gotten complacent with knowing my assertions in the projects will be stripped out when compiling a Release build.
Edit: Just realised that if assertions are being tripped, then obviously there’s something up. Urgh, I’m sick of whenever I make a seemingly useful improvement to my code, I end up breaking things anyway, even though they pass my own tests.