Building with just build currently fails because AnalysisScheduler is referenced in AppDelegate.swift but the file was never committed:
error: cannot find type 'AnalysisScheduler' in scope
There are also #Preview macro errors in AutomationResultSheet.swift, DashboardView.swift, and InsightPopupManager.swift when building outside Xcode, since the PreviewsMacros plugin isn't available to swift build.
To reproduce: just build on a clean checkout.
Building with
just buildcurrently fails becauseAnalysisScheduleris referenced inAppDelegate.swiftbut the file was never committed:There are also
#Previewmacro errors inAutomationResultSheet.swift,DashboardView.swift, andInsightPopupManager.swiftwhen building outside Xcode, since thePreviewsMacrosplugin isn't available toswift build.To reproduce:
just buildon a clean checkout.