Hello, I have a shared array that I'm trying to append data to, but the compiler keeps telling me that I can't convert to a shared(Fiber) from a regular or const Fiber. What is the correct way to do this? Casey