This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Description
Hey guys!
I'm experiencing a crash on allSucceded where it's crashing on calling adoptChild(_:orphaned:pendingCount:) on NSProgress. The exception states that the reason is: NSProgress 0x60000032fbe0 was already the child of another progress 0x60800032abe0'
I can reproduce it 100% of the time on my code but I couldn't make it crash using a simpler project.