Skip to content

Getting started

Compile and preview.

Use the compiler locally before you publish. The Registry expects package versions to carry trustworthy Swift output, README content, and compiler version metadata.

01 · section

Compile locally

Compile against your source file to generate Swift and catch Apple-specific diagnostics before a version hits the registry.

Compile
$ axint compile src/intent.ts
$ axint validate src/intent.ts
02 · section

What to inspect before publish

A good package page is not only source code. It also carries the compiled output, tags, surface areas, README content, and version metadata people need to trust it.

  • Generated Swift output
  • Compiler version used at publish time
  • README that explains setup and permissions
  • Surface area tags and install command
Compile and preview · axint docs · axint registry