Development Stop Xcode 14 beta from draining your battery There's a bug in Xcode 14 betas 4-6 that causes your CPU to go crazy and drain your battery. Here's a workaround.
Tech How to run 14 iOS Simulators in Parallel on an M1 Mac After making these changes, I can now run my UI test suite across 14 simulators in parallel, and reduced my UI test suite runtime by 38%.
Swift expectNotNil: Handling Swift optionals that should never be nil Fail gracefully (i.e., don't crash), but let me know something went wrong so I can fix it in my next release.