Requirements
- Xcode 26.0+
- Swift 6.2+
- iOS 26.0+
Install
- Open your app in Xcode.
- Choose File > Add Package Dependencies.
- Enter the package URL below.
git@github.com:fairymeadowslab/primordial-apple.git
The package is currently private. Make sure your GitHub account has repository access and that Xcode can authenticate with GitHub.
Quick start
The quickstart does not require an account or key. Use it to verify package resolution, module import, and platform status.
import Primordial
try Primordial.checkIntegration()