Requirements
Before installing CongregationKit, ensure your project meets these requirements:- Swift 6.0 or later
- macOS 13.0+ or iOS 15.0+
- Xcode 15.0 or later
Swift Package Manager
CongregationKit can be installed using Swift Package Manager, Apple’s official dependency manager for Swift.Using Package.swift
Add CongregationKit to yourPackage.swift file:
Package.swift
Using Xcode
Select Version
Choose the version you want to use. We recommend selecting “Up to Next Major Version” with version
1.0.0Dependencies
CongregationKit automatically includes the following dependencies:- AsyncHTTPClient (1.22.0+): For making HTTP requests to Salesforce APIs
- SalesforceClient: Low-level Salesforce API client (included in package)
- Congregation: Core data models and types (included in package)
All dependencies are automatically managed by Swift Package Manager. You don’t need to install them separately.
Verify Installation
To verify that CongregationKit is installed correctly, try importing it in your Swift file:Next Steps
Quickstart Guide
Learn how to authenticate and make your first API call
API Reference
Explore the complete API documentation
