.axint/fix/latest.json
schema v1{
"verdict": "fix_required",
"confidence": {
"score": 0.91,
"level": "high"
},
"duration_ms": 142000,
"findings": [
{
"code": "AX764",
"severity": "warning",
"file": "Sources/Composer/HomeComposer.swift",
"line": 142,
"message": "TextField overlay missing .allowsHitTesting(false)",
"why": "Decorative overlays steal hit-testing from the field.",
"fix": "Add .allowsHitTesting(false) to the overlay modifier."
}
],
"ai_repair_prompt": "Open HomeComposer.swift line 142. Add .allowsHitTesting(false) to the .overlay() modifier. Rerun: axint run --only-testing testComposerAcceptsInput",
"xcode_checklist": [
"open HomeComposer.swift in Xcode",
"navigate to line 142",
"add .allowsHitTesting(false) to the .overlay() modifier",
"rerun axint run --only-testing testComposerAcceptsInput"
],
"next_command": "axint xcode check",
"artifacts": {
"swift": ".axint/run/latest.swift",
"build_log": ".axint/run/logs/build-2026-05-02T14-32.log",
"xcresult": ".axint/run/xcresults/HomeComposerUITests.xcresult"
}
}