Exit code 1 [0/1] Planning build Building for debugging... [0/5] Write sources [1/5] Write swift-version--58304C5D6DBC2206.txt error: emit-module command failed with exit code 1 (use -v to see invocation) [3/10] Compiling NEOGFinance EnhancedSidebar.swift [4/10] Compiling NEOGFinance MainView.swift [5/10] Compiling NEOGFinance Enums.swift [6/10] Compiling NEOGFinance IncomeGoalView.swift /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Views/Income/IncomeGoalView.swift:384:8: error: invalid redeclaration of 'QuickStatCard' 382 | // MARK: - Supporting Views 383 | 384 | struct QuickStatCard: View { | `- error: invalid redeclaration of 'QuickStatCard' 385 | let title: String 386 | let value: String /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Views/Income/IncomeGoalView.swift:177:40: error: missing argument for parameter 'subtitle' in call 175 | QuickStatCard( 176 | title: "Contatos", 177 | value: "\(leads.count)", | `- error: missing argument for parameter 'subtitle' in call 178 | icon: "person.2.fill", 179 | color: .blue /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Views/Simulator/PayoffPlanView.swift:662:8: note: 'init(title:value:subtitle:icon:color:)' declared here 660 | 661 | // MARK: - Supporting Views 662 | struct QuickStatCard: View { | `- note: 'init(title:value:subtitle:icon:color:)' declared here 663 | let title: String 664 | let value: String [7/10] Emitting module NEOGFinance /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Views/Income/IncomeGoalView.swift:384:8: error: invalid redeclaration of 'QuickStatCard' 382 | // MARK: - Supporting Views 383 | 384 | struct QuickStatCard: View { | `- error: invalid redeclaration of 'QuickStatCard' 385 | let title: String 386 | let value: String [8/54] Compiling NEOGFinance AIComponents.swift /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Views/Components/CashFlowChart.swift:369:13: warning: initialization of immutable value 'isCurrentOrFuture' was never used; consider replacing with assignment to '_' or removing it [#no-usage] 367 | private func calculateIncomeForMonth(_ date: Date) -> Double { 368 | let calendar = Calendar.current 369 | let isCurrentOrFuture = calendar.compare(date, to: Date(), toGranularity: .month) != .orderedAscending | `- warning: initialization of immutable value 'isCurrentOrFuture' was never used; consider replacing with assignment to '_' or removing it [#no-usage] 370 | 371 | // Base recurring income [9/54] Compiling NEOGFinance BudgetWidget.swift /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Views/Components/CashFlowChart.swift:369:13: warning: initialization of immutable value 'isCurrentOrFuture' was never used; consider replacing with assignment to '_' or removing it [#no-usage] 367 | private func calculateIncomeForMonth(_ date: Date) -> Double { 368 | let calendar = Calendar.current 369 | let isCurrentOrFuture = calendar.compare(date, to: Date(), toGranularity: .month) != .orderedAscending | `- warning: initialization of immutable value 'isCurrentOrFuture' was never used; consider replacing with assignment to '_' or removing it [#no-usage] 370 | 371 | // Base recurring income [10/54] Compiling NEOGFinance CashFlowChart.swift /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Views/Components/CashFlowChart.swift:369:13: warning: initialization of immutable value 'isCurrentOrFuture' was never used; consider replacing with assignment to '_' or removing it [#no-usage] 367 | private func calculateIncomeForMonth(_ date: Date) -> Double { 368 | let calendar = Calendar.current 369 | let isCurrentOrFuture = calendar.compare(date, to: Date(), toGranularity: .month) != .orderedAscending | `- warning: initialization of immutable value 'isCurrentOrFuture' was never used; consider replacing with assignment to '_' or removing it [#no-usage] 370 | 371 | // Base recurring income [11/54] Compiling NEOGFinance CategoryPickerView.swift /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Views/Components/CashFlowChart.swift:369:13: warning: initialization of immutable value 'isCurrentOrFuture' was never used; consider replacing with assignment to '_' or removing it [#no-usage] 367 | private func calculateIncomeForMonth(_ date: Date) -> Double { 368 | let calendar = Calendar.current 369 | let isCurrentOrFuture = calendar.compare(date, to: Date(), toGranularity: .month) != .orderedAscending | `- warning: initialization of immutable value 'isCurrentOrFuture' was never used; consider replacing with assignment to '_' or removing it [#no-usage] 370 | 371 | // Base recurring income [12/54] Compiling NEOGFinance CelebrationView.swift ... [1146 characters truncated] ... ttingsView.swift /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Views/Simulator/PayoffPlanView.swift:662:8: error: invalid redeclaration of 'QuickStatCard' 660 | 661 | // MARK: - Supporting Views 662 | struct QuickStatCard: View { | `- error: invalid redeclaration of 'QuickStatCard' 663 | let title: String 664 | let value: String /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Views/Simulator/PayoffPlanView.swift:133:31: error: extra argument 'subtitle' in call 131 | title: "Emprestimo Santander", 132 | value: santanderLoanAmount.toBRL(), 133 | subtitle: "Valor a receber", | `- error: extra argument 'subtitle' in call 134 | icon: "banknote.fill", 135 | color: .green [22/54] Compiling NEOGFinance DebtPayoffSimulatorView.swift /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Views/Simulator/PayoffPlanView.swift:662:8: error: invalid redeclaration of 'QuickStatCard' 660 | 661 | // MARK: - Supporting Views 662 | struct QuickStatCard: View { | `- error: invalid redeclaration of 'QuickStatCard' 663 | let title: String 664 | let value: String /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Views/Simulator/PayoffPlanView.swift:133:31: error: extra argument 'subtitle' in call 131 | title: "Emprestimo Santander", 132 | value: santanderLoanAmount.toBRL(), 133 | subtitle: "Valor a receber", | `- error: extra argument 'subtitle' in call 134 | icon: "banknote.fill", 135 | color: .green [23/54] Compiling NEOGFinance PayoffPlanView.swift /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Views/Simulator/PayoffPlanView.swift:662:8: error: invalid redeclaration of 'QuickStatCard' 660 | 661 | // MARK: - Supporting Views 662 | struct QuickStatCard: View { | `- error: invalid redeclaration of 'QuickStatCard' 663 | let title: String 664 | let value: String /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Views/Simulator/PayoffPlanView.swift:133:31: error: extra argument 'subtitle' in call 131 | title: "Emprestimo Santander", 132 | value: santanderLoanAmount.toBRL(), 133 | subtitle: "Valor a receber", | `- error: extra argument 'subtitle' in call 134 | icon: "banknote.fill", 135 | color: .green [24/54] Compiling NEOGFinance TransactionsView.swift /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Views/Simulator/PayoffPlanView.swift:662:8: error: invalid redeclaration of 'QuickStatCard' 660 | 661 | // MARK: - Supporting Views 662 | struct QuickStatCard: View { | `- error: invalid redeclaration of 'QuickStatCard' 663 | let title: String 664 | let value: String /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Views/Simulator/PayoffPlanView.swift:133:31: error: extra argument 'subtitle' in call 131 | title: "Emprestimo Santander", 132 | value: santanderLoanAmount.toBRL(), 133 | subtitle: "Valor a receber", | `- error: extra argument 'subtitle' in call 134 | icon: "banknote.fill", 135 | color: .green [25/54] Compiling NEOGFinance NEOGFinanceApp.swift [26/54] Compiling NEOGFinance AIPlannerView.swift [27/54] Compiling NEOGFinance BudgetView.swift [28/54] Compiling NEOGFinance FinancialCalendarView.swift [29/54] Compiling NEOGFinance CashFlowPredictionsView.swift [30/54] Compiling NEOGFinance KeyboardShortcutsView.swift [31/54] Compiling NEOGFinance NetWorthWidget.swift [32/54] Compiling NEOGFinance PaymentFlowWidget.swift [33/54] Compiling NEOGFinance PaymentReminderWidget.swift [34/54] Compiling NEOGFinance QuickActionsWidget.swift [35/54] Compiling NEOGFinance CommandPalette.swift [36/54] Compiling NEOGFinance DebtFreeCountdown.swift [37/54] Compiling NEOGFinance EmergencyFundWidget.swift [38/54] Compiling NEOGFinance FinancialHealthScore.swift [39/54] Compiling NEOGFinance GoalsWidget.swift [40/54] Compiling NEOGFinance UIComponents.swift [41/54] Compiling NEOGFinance UrgentDebtWidget.swift [42/54] Compiling NEOGFinance DashboardView.swift [43/54] Compiling NEOGFinance EnhancedDashboardView.swift [44/54] Compiling NEOGFinance QuickExpenseTracker.swift [45/54] Compiling NEOGFinance SmartBudgetWidget.swift [46/54] Compiling NEOGFinance SpendingInsightsWidget.swift [47/54] Compiling NEOGFinance TimeAwarenessWidget.swift [48/54] Compiling NEOGFinance DebtNegotiationView.swift [49/54] Compiling NEOGFinance DebtPriorityView.swift [50/54] Compiling NEOGFinance DebtsView.swift [51/54] Compiling NEOGFinance EnhancedDebtsView.swift