## Notes
From [Identifying the Cause of Common Crashes - XCode Docs](https://developer.apple.com/documentation/xcode/identifying-the-cause-of-common-crashes)
## Swift Runtime Errors
- ARM Processors: `EXC_BREAKPOINT`
- Intel Processors: `EXC_BAD_INSTRUCTION`
## Referencias
- [[Tech MOC]]