SSwift Registry.
Get started

Setup assistant

Configure any project for the registry with a single command.

  1. Auto-configure the project

    Run setup with your registry URL. It detects whether the directory is a SwiftPM package or an Xcode project and writes the right configuration. Add --dry-run to preview first.

    bash
    swiftregistry setup --url https://registry.swiftregistry.io
  2. Or target a specific type

    Use setup package or setup xcode for a specific project type — also required when a directory contains both Package.swift and an Xcode project, since auto-detect configures the SwiftPM package first.

    bash
    swiftregistry setup xcode --url https://registry.swiftregistry.io

Run swiftregistry doctor afterward to verify the configuration read-only.

Registry HTTP API