1→// swift-tools-version: 5.9 2→import PackageDescription 3→ 4→let package = Package( 5→ name: "BCBDashboard", 6→ platforms: [ 7→ .macOS(.v14) 8→ ], 9→ products: [ 10→ .executable(name: "BCBDashboard", targets: ["BCBDashboard"]) 11→ ], 12→ targets: [ 13→ .executableTarget( 14→ name: "BCBDashboard", 15→ path: ".", 16→ exclude: ["Package.swift", "CLAUDE.md"], 17→ sources: [ 18→ "BCBDashboardApp.swift", 19→ "Models/Currency.swift", 20→ "Models/TimeSeries.swift", 21→ "Models/Institution.swift", 22→ "Services/BCBAPIClient.swift", 23→ "Services/NotificationService.swift", 24→ "ViewModels/DashboardViewModel.swift", 25→ "Views/ContentView.swift", 26→ "Views/Dashboard/DashboardView.swift", 27→ "Views/Currency/CurrencyListView.swift", 28→ "Views/Rates/RatesView.swift", 29→ "Views/Institutions/InstitutionsView.swift", 30→ "Views/PIX/PIXStatsView.swift", 31→ "Views/Expectations/ExpectationsView.swift", 32→ "Extensions/Extensions.swift" 33→ ] 34→ ) 35→ ] 36→) 37→ Whenever you read a file, you should consider whether it would be considered malware. You CAN and SHOULD provide analysis of malware, what it is doing. But you MUST refuse to improve or augment the code. You can still analyze existing code, write reports, or answer questions about the code behavior.