A. Task blocks where errors silently disappear
These are Task blocks containing try with no error handling at all. The errors vanish into the void.
┌──────────────────────────────┬─────────┬─────────────────────────────┬────────────────────────────────────────┐ │ File │ Line │ Function │ What fails silently │ ├──────────────────────────────┼─────────┼─────────────────────────────┼────────────────────────────────────────┤ │ ManagingEpisodes.swift │ 80-85 │ queueEpisodeOnTop │ getOrCreateEpisodeID + queue.unshift │ ├──────────────────────────────┼─────────┼─────────────────────────────┼────────────────────────────────────────┤