I get only one error:
Error: non-shared method std.container.array.Array!(void delegate()).Array.~this is not callable using a shared object.

It will try to destruct the array on program termination, but it requires the destructor to be aware of the shared context.

Reply via email to