I have the following error:
the line of code in the image is this:
context.info = UnsafeMutablePointer(Unmanaged.passUnretained(self).toOpaque())
I am not sure how to fix this. I did look into this:
but, I am not sure how to properly fix the error.
Any help?