A subtle Swift Concurrency pitfall for developers using Point-Free's swift-dependencies.

I recently tracked down a crash that only affected users running iOS 17.

The stack trace pointed deep into Swift's concurrency runtime:

swift_task_reportIllegalTaskLocalBindingWithinWithTaskGroup

Enter fullscreen mode