You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
Have you tried using this from a recent Swift.org nightly toolchain, or one of our nightly Ubuntu toolchains? It is possible that the old releases using the tensorflow branch might have somehow drifted in a way that made them incompatible with the current PythonKit. Or there could have been a specific bug within 0.12 that this is exposing.
I've tried several toolchains—dev snapshots from Jan 23rd and 27th, and the 5.3.3 release build from Jan 25—but they all have various, and serious misgivings (Abort trap 6, and the same PythonKit error)! :)
All the errors are in third-party frameworks, mind you, using SPM. I'm going to try removing them all and re-adding them, just in case there's something going on with Xcode... But I suppose they probably have to be supporting Swift 5.3+, yes?
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?
The text was updated successfully, but these errors were encountered: