Replies: 1 comment
|
At some point, we plan on providing a C library for Pkl so you can use Pkl without needing to spawn an external process, or need it to exist on |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone,
I’ve encountered an issue with the
apple/pkl-swiftpackage when compiling a Swift project. Specifically, I’m seeing the following error:My expectation is that Swift projects utilizing the
apple/pkl-swiftpackage should not need the system to havepklinstalled separately. Since this Swift package should handle the toolchain internally, the compiled tool should not rely on the system's PATH to locate thepklbinary.Has anyone else run into this issue? Could this be related to the package configuration or how it integrates with system dependencies? I’d appreciate any insights or possible workarounds for this problem.
Thank you in advance!
All reactions