SharedArray of Measurement type

Measurements types are not isbits so they won’t work with SharedArrays. However, the solution is to just not use SharedArrays: no distributed computing needs it (it’s always faster to just control the transfers yourself), and if you’re not actually doing distributed, then you should probably use multithreading instead.