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.tsGetting started
Use the compiler locally before you publish. The Registry expects package versions to carry trustworthy Swift output, README content, and compiler version metadata.
Compile against your source file to generate Swift and catch Apple-specific diagnostics before a version hits the registry.
$ axint compile src/intent.ts
$ axint validate src/intent.tsA 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.