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 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I’ve encountered an issue with the
apple/pkl-swift
package when compiling a Swift project. Specifically, I’m seeing the following error:My expectation is that Swift projects utilizing the
apple/pkl-swift
package should not need the system to havepkl
installed separately. Since this Swift package should handle the toolchain internally, the compiled tool should not rely on the system's PATH to locate thepkl
binary.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!
Beta Was this translation helpful? Give feedback.
All reactions