leavn final build push

Leavn Final Build Push

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "leavn final build push" with this command: npx skills add willsigmon/sigstack/willsigmon-sigstack-leavn-final-build-push

Leavn Final Build Push

Instructions

Aggressively fix remaining errors to get clean build:

Count errors:

xcodebuild build 2>&1 | grep -c "error:"

If <10 errors - FIX DIRECTLY:

  • Read error locations

  • Apply quick fixes

  • Comment out if too complex

  • Priority: BUILD SUCCEEDS

Quick fix strategies:

  • Missing property: Add stub or comment out usage

  • Binding error: Add @Bindable or remove binding

  • Type mismatch: Cast or change type

  • Actor isolation: Add nonisolated(unsafe)

  • Missing import: Add import

Nuclear options (if stuck):

  • Comment out broken features

  • Disable problematic files

  • Use #if false to guard code

  • Fix properly in next session

Success criteria:

  • ** BUILD SUCCEEDED **

  • Commit immediately

  • Document TODOs for disabled code

Use this skill when: Almost at clean build, <10 errors left, need to ship, aggressive fixes needed

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

swiftlint-autofix

No summary provided by upstream source.

Repository SourceNeeds Review
General

bitrise expert

No summary provided by upstream source.

Repository SourceNeeds Review
General

fastlane expert

No summary provided by upstream source.

Repository SourceNeeds Review