Go to file
Daniel Chao e581b0004e
Update xcode to 16.4.0 (#58)
Fixes an issue where the installed Swift (5.9) is older than the required version (5.10)
2025-07-28 08:49:10 -07:00
.circleci Update xcode to 16.4.0 (#58) 2025-07-28 08:49:10 -07:00
Sources Add support for Pkl 0.29 features (#56) 2025-07-24 16:34:49 -07:00
Tests Add support for Pkl 0.29 features (#56) 2025-07-24 16:34:49 -07:00
codegen Add support for Pkl 0.29 features (#56) 2025-07-24 16:34:49 -07:00
docs Prepare 0.5.0 release (#57) 2025-07-28 08:31:35 -07:00
scripts Configure `hawkeye` to update license headers (#38) 2025-02-17 12:45:41 -08:00
.gitignore Add pkl-lsp to ignored dirs (#46) 2025-02-26 07:13:12 -08:00
.mailmap I'm Jen! (#54) 2025-05-19 11:36:16 -07:00
.spi.yml Add DocC auto generation (#41) 2025-02-12 06:28:28 -08:00
.swiftformat Configure `hawkeye` to update license headers (#38) 2025-02-17 12:45:41 -08:00
CODE_OF_CONDUCT.adoc Init 2024-02-01 21:47:57 -08:00
CONTRIBUTING.adoc Init 2024-02-01 21:47:57 -08:00
DEVELOPMENT.adoc Swiftformat check (#43) 2025-02-24 19:09:46 -08:00
LICENSE.txt Init 2024-02-01 21:47:57 -08:00
MAINTAINERS.adoc Init 2024-02-01 21:47:57 -08:00
Makefile Swiftformat check (#43) 2025-02-24 19:09:46 -08:00
NOTICE.txt Fix license header (#6) 2024-02-04 11:24:10 -08:00
Package.resolved Swiftformat check (#43) 2025-02-24 19:09:46 -08:00
Package.swift Bump minimum Swift version to 5.10 (#53) 2025-05-28 10:20:38 -07:00
README.adoc Update README.adoc (#16) 2024-03-11 14:50:23 +01:00
SECURITY.adoc Init 2024-02-01 21:47:57 -08:00
VERSION.txt Prepare 0.5.0 release (#57) 2025-07-28 08:31:35 -07:00
generator-settings.pkl pkl-gen-swift: Add support for projects (#52) 2025-05-12 14:54:12 -07:00
licenserc.toml Configure `hawkeye` to update license headers (#38) 2025-02-17 12:45:41 -08:00

README.adoc

= pkl-swift

This library exposes Swift bindings for the Pkl configuration language.

It allows you to embed Pkl into your Swift application, complete with code generation for full type safety and ease of use.

The full documentation for this library can be found on our link:https://pkl-lang.org/swift/current/index.html[documentation site].

To get up and going, reference the link:https://pkl-lang.org/swift/current/quickstart.html[quick start guide].

When upgrading pkl-swift, reference the link:https://pkl-lang.org/swift/current/CHANGELOG.html[changelog] for details.