Skip to content

Debugging

2 post(s)

  • Better Error Reporting in Swift Apps: Automatic Logs + Analytics

    Better Error Reporting in Swift Apps: Automatic Logs + Analytics

    Tired of vague bug reports like "it doesn't work"? In this post, you'll learn how to collect automatic logs and track real-world errors in your Swift apps—with just a few lines of code.

  • Unlocking the Real Power of Swift 6's Typed Throws with Error Chains

    Unlocking the Real Power of Swift 6's Typed Throws with Error Chains

    Discover how to turn Typed Throws from a headache into a superpower — with clean error handling and powerful debugging insights.