Wire up the swiftiomatic-plugins package (binary build-tool plugin) so xc-mcp lints with our own swiftiomatic config during build.
Summary of Changes
- Added
swiftiomatic-plugins package dependency (from 0.32.2) to Package.swift
- Applied
SwiftiomaticBuildToolPlugin to the three source targets: XCMCPCore, XCMCPTools, and the xc-mcp executable
- Verified the plugin runs during
swift build and emits lint warnings against swiftiomatic.json
Plugin is invoked correctly. Build currently surfaces pre-existing indentation warnings in ScaffoldIOSProjectTool.swift / ScaffoldMacOSProjectTool.swift (already-modified files) — not introduced by this change.
👾 This issue is managed by Jig. Edits made here will be overwritten.
Wire up the swiftiomatic-plugins package (binary build-tool plugin) so xc-mcp lints with our own swiftiomatic config during build.
Summary of Changes
swiftiomatic-pluginspackage dependency (from 0.32.2) toPackage.swiftSwiftiomaticBuildToolPluginto the three source targets:XCMCPCore,XCMCPTools, and thexc-mcpexecutableswift buildand emits lint warnings againstswiftiomatic.jsonPlugin is invoked correctly. Build currently surfaces pre-existing indentation warnings in
ScaffoldIOSProjectTool.swift/ScaffoldMacOSProjectTool.swift(already-modified files) — not introduced by this change.👾 This issue is managed by Jig. Edits made here will be overwritten.