Setup assistant
Configure any project for the registry with a single command.
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.
bashswiftregistry setup --url https://registry.swiftregistry.ioOr 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.
bashswiftregistry setup xcode --url https://registry.swiftregistry.io
Run swiftregistry doctor afterward to verify the configuration read-only.
← Registry HTTP API