A Swift library for [description of your project].
- macOS 15 (Sonoma) or later
- Swift 6.0 or later
- Visual Studio Code or Cursor
This project is configured for development in VSCode or Cursor. The following extensions are recommended:
- Swift Language extension by Swift Server Work Group (sswg.swift-lang)
- CodeLLDB extension for debugging (vadimcn.vscode-lldb)
You can install these extensions by running:
code --install-extension sswg.swift-lang
code --install-extension vadimcn.vscode-lldb
You can use the following VSCode tasks:
- ⇧⌘B or Terminal > Run Build Task... - Build the project
- ⇧⌘T or Terminal > Run Test Task... - Run tests
- Tasks: Run Task > swift: Clean - Clean the build
- Tasks: Run Task > swift: Build (Release) - Build in release mode
Launch configurations are provided for debugging tests. Select the Debug Tests configuration from the Run and Debug sidebar.
Sources/cel-swift/
- Source code for the libraryTests/cel-swiftTests/
- Unit tests
The current codebase has some compilation errors that need to be fixed. You can use the tasks in VSCode to identify and fix these issues as you continue development.