Public examples
Real package examples, not screenshots.
This page shows the concrete details behind the Axint Registry: generated Swift, Cloud result details, fix prompts for AI tools, install commands, and recent compatibility checks that keep package details current.
Generated Swift example
Package pages expose readable source and compiled Swift output so installation never depends on opaque bundles.
export default defineIntent({
name: "CreateEvent",
title: "Create calendar event",
params: {
title: param.string("Event title"),
startsAt: param.date("When it starts"),
},
});struct CreateEvent: AppIntent {
static var title: LocalizedStringResource = "Create event"
@Parameter(title: "Event title") var title: String
@Parameter(title: "When it starts") var startsAt: Date
}Cloud result + repair prompt
Cloud highlights the top issue and gives you a copyable repair prompt that can go straight back into an AI tool.
Needs review
AX108 · entitlement string format
What broke: the HealthKit entitlement shorthand does not match Apple’s expected identifier.
Update the entitlement to use the canonical HealthKit identifier and make the Info.plist usage text user-facing. Keep the existing feature shape, then rerun Axint Cloud Check.
Install path
Every package exposes the exact install command early. The Registry install count is public, but it never replaces source, publisher, or validation details.
Create Event
@axint/create-event
$ axint add @axint/create-event
Log Workout
@axint/log-workout
$ axint add @axint/log-workout
Play on Spotify
@axint/play-on-spotify
$ axint add @axint/play-on-spotify
Check Weather
@axint/check-weather
$ axint add @axint/check-weather
Compatibility coverage
Validation coverage is public too. Package details are backed by visible automation, not only by package card styling.
Publish validation
100%
14/14
Policy review
100%
14/14
Bundle hashes
100%
14/14
Version diffs
100%
0/0