Skip to content

Files

Latest commit

 

History

History

swift

KCL Artifact Library for Swift

This repo is under development, PRs welcome!

Developing

Prerequisites

  • Swift 5.8+
  • Cargo

If you build on macos, you can set the environment to prevent link errors.

# Set cargo build target on macos
export MACOSX_DEPLOYMENT_TARGET='10.13'

Build

make

Test

make test