AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
SwiftUI Previews
With SwiftUI previews, if you dispatch async, that work isn't going to show up unless you're running a live preview. And this is one thing that I have really gotten some inspiration from the point free video series. In particular, they have combined schedulers. You can have a test scheduler that just runs in line and eliminate delays as well. That's typically how I use these these tools.