Step 1: Installing dependencies -- my project has no Package.swift file #366
-
TL;DR: The very first line of the Quick Start leaves me stuck. Question: Is it the case that the pkl-swift library is something that can
Bear in mind that I know nothing about Pkl, but I have been writing compilers on Macs for 30 years, so go ahead and talk tech. Details: The Quick Start, at [https://pkl-lang.org/swift/current/quickstart.html] starts quickly with:
Emphasis added to stress this: my project doesn't have a Now if I use New > Package... (whose existence implies that a package is not a project), then of course there is a I am sure I would understand the answer to this question if I knew more about the architecture, intent, and usage of Pkl. But I don't, that's why I'm at the Quick Start page.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Packages are the standard way to distributed swift code really.
I don't think the package here needs to go in depth about explaining xcode projects because it is primarily aimed at server ecosystem, in which developers generally use the SwiftPM project structure, and do have a Package.swift. |
Beta Was this translation helpful? Give feedback.
Packages are the standard way to distributed swift code really.
I don't think the package here needs to go in depth about explaining xcode projects because it is primarily aimed at server ecosystem, in which developers generally use the SwiftPM project structure, and do have a Package.swift.