Primordial SDK
Discord GitHub Sign in

Quick start

Install Primordial and verify setup.

Install the package, confirm platform requirements, and run the integration check before moving on to evaluation keys.

Requirements

  • Xcode 26.0+
  • Swift 6.2+
  • iOS 26.0+

Install

  1. Open your app in Xcode.
  2. Choose File > Add Package Dependencies.
  3. 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()