final class MyDispatchGroup: DispatchGroup { deinit { print("DEINIT") } } var dispatchGroup: MyDispatchGroup? = MyDispatchGroup() dispatch