I keep hitting an error in PythonKit when trying to build my project using the latest 0.12 toolchain: `Type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or public` Line is: `private var pointer: OwnedPyObjectPointer` Any ideas how to get past it?
I keep hitting an error in PythonKit when trying to build my project using the latest 0.12 toolchain:
Type referenced from a stored property in a '@frozen' struct must be '@usableFromInline' or publicLine is:
private var pointer: OwnedPyObjectPointerAny ideas how to get past it?