Updated README for Open Source - #24
Merged
Merged
Xcode Cloud / Minna | Default | Minna - macOS
completed
Aug 17, 2026 in 4m 49s
1 error, 61 warnings
| Report Summary | |
|---|---|
| Errors | 1 |
| Test Failures | 0 |
| Analysis Issues | 0 |
| Warnings | 61 |
Note: This action is marked as Not Required to Pass in your Xcode Cloud workflow, which means that failed tests, issues or warnings will not cause the check to fail.
Details
1 Error
61 Warnings
Details
Minna/Utility/Alerts/AlertCenter.swift:26
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)Minna/Views/Navigation/NavigationCore.swift:97
Expression of type 'IrisDB' is unusedMinna/Views/Common/Components/NavigationTitle.swift:8
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)file:///Volumes/workspace/DerivedData/SourcePackages/checkouts/mlx-swift/Source/Cmlx/mlx-generated/metal/steel/attn/kernels/steel_attention.h:436
Constexpr if is a C++17 extensionPackages/IrisSearch/Sources/IrisSearch/FaissIndex.swift:127
Initialization of immutable value 'indexURL' was never used; consider replacing with assignment to '_' or removing itMinna/Utility/Alerts/AlertCenter.swift:37
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)Minna/Utility/Alerts/AlertCenter.swift:33
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)Minna/Local Search/IrisDBController.swift:55
Todo Violation: TODOs should be resolved (Watch for downloads so we can ...) (todo)Minna/Views/Onboarding/ProviderSetupView.swift:45
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)Minna/Views/Add Folder/AddFolderForm.swift:103
Accessibility Label for Image Violation: Images that provide context should have an accessibility label or should be explicitly hidden from accessibility (accessibility_label_for_image)Minna/Views/Chat/ModelName.swift:13
Use of protocol 'Model' as a type must be written 'any Model'; this will be an error in a future Swift language modeMinna/Views/Common/File Cards/OpaqueFileCard.swift:87
Todo Violation: TODOs should be resolved (Support multi-rename, look at ...) (todo)Minna/Views/Chat/Entry Views/GeneratedContentView.swift:31
Todo Violation: TODOs should be resolved (Pretty Print JSON) (todo)Minna/Views/Common/File Cards/GridFileCard.swift:23
Accessibility Label for Image Violation: Images that provide context should have an accessibility label or should be explicitly hidden from accessibility (accessibility_label_for_image)Packages/IrisSearch/Sources/Digester/Chunking/MarkdownChunker.swift:146
Immutable value 'alt' was never used; consider replacing with '_' or removing itMinna/Views/Common/File Cards/ListFileCard.swift:40
Accessibility Label for Image Violation: Images that provide context should have an accessibility label or should be explicitly hidden from accessibility (accessibility_label_for_image)Minna/Views/Common/File Cards/OpaqueFileCard.swift:75
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 78 lines (function_body_length)Minna/Database/FrontendDatabase.swift:39
Todo Violation: TODOs should be resolved (Try and find an existing unfil...) (todo)Minna/Views/Common/NotificationsView.swift:10
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)Minna/Views/Common/NotificationsView.swift:128
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)Minna/Database/Import/FileImporter.swift:62
Todo Violation: TODOs should be resolved (Move this off of the main thre...) (todo)Packages/IrisSearch/Sources/Digester/Chunking/MarkdownChunker.swift:146
Immutable value 'range' was never used; consider replacing with '_' or removing itMinna/Views/Dashboard/Folders/FolderView.swift:206
Accessibility Trait for Button Violation: All views with tap gestures added should include the .isButton or the .isLink accessibility traits (accessibility_trait_for_button)Minna/Views/Preview/FileChat.swift:165
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)Minna/Views/Preview/FileChat.swift:133
Todo Violation: TODOs should be resolved (Put back) (todo)Minna/Utility/Alerts/AlertCenter.swift:30
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)Minna/Views/Search/Common/IndexingSearchBar.swift:50
Accessibility Label for Image Violation: Images that provide context should have an accessibility label or should be explicitly hidden from accessibility (accessibility_label_for_image)missing creator for mutated node: ('/Volumes/workspace/DerivedData/Build/Products/Debug/mlx-swift_Cmlx.bundle/Contents/MacOS')Minna/Views/Settings/Screens/AssetProvider.swift:58
Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)Minna/Utility/Alerts/AlertCenter.swift:28
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)Minna/Database/FrontendDatabase.swift:46
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)file:///Volumes/workspace/DerivedData/SourcePackages/checkouts/mlx-swift/Source/Cmlx/mlx-generated/metal/steel/attn/kernels/steel_attention.h:356
Constexpr if is a C++17 extensionfile:///Volumes/workspace/DerivedData/SourcePackages/checkouts/mlx-swift/Source/Cmlx/mlx-generated/metal/steel/attn/kernels/steel_attention.h:426
Constexpr if is a C++17 extensionMinna/Views/Common/Components/NavigationTitle.swift:13
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)Packages/MinnaChat/Sources/MinnaChat/Extensions/Entry+Rendering.swift:34
Immutable value 'toolCalls' was never used; consider replacing with '_' or removing itMinna/Views/Common/MinnaLogo.swift:18
Accessibility Label for Image Violation: Images that provide context should have an accessibility label or should be explicitly hidden from accessibility (accessibility_label_for_image)Minna/Views/Chat/Entry Views/ToolCallsView.swift:51
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)Minna/Views/Settings/Screens/InstallModelsView.swift:22
Result of call to 'listModels()' is unusedMinna/Views/Preview/PreviewWindowParameterStore.swift:38
Unneeded Synthesized Initializer Violation: This memberwise initializer would be synthesized automatically - you do not need to define it (unneeded_synthesized_initializer)Minna/Views/Dashboard/Folders/FolderView.swift:221
Accessibility Trait for Button Violation: All views with tap gestures added should include the .isButton or the .isLink accessibility traits (accessibility_trait_for_button)Minna/Views/Common/NotificationsView.swift:108
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)Minna/Views/Common/NotificationsView.swift:106
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)Packages/MinnaChat/Sources/ModelManager/Local Models/HuggingFace/HuggingFaceDownloader.swift:57
Variable 'self' was written to, but never readfile:///Volumes/workspace/DerivedData/SourcePackages/checkouts/mlx-swift/Source/Cmlx/mlx-generated/metal/steel/utils/integral_constant.h:108
Constexpr if is a C++17 extensionMinna/Views/Onboarding/ModelSetupView.swift:20
Accessibility Label for Image Violation: Images that provide context should have an accessibility label or should be explicitly hidden from accessibility (accessibility_label_for_image)Minna/Local Search/IrisDBController.swift:33
Todo Violation: TODOs should be resolved (This should be adjustable.) (todo)Minna/Views/Preview/FileChat.swift:157
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)Minna/Views/Chat/ModelSelector.swift:104
Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)Minna/Views/Common/NotificationsView.swift:35
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)Minna/Utility/Alerts/AlertCenter.swift:10
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)Minna/Views/Preview/PreviewWindowParameterStore.swift:46
Unneeded Synthesized Initializer Violation: This memberwise initializer would be synthesized automatically - you do not need to define it (unneeded_synthesized_initializer)Minna/TelemetryWrapper.swift:39
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)Minna/Views/Onboarding/DownloadingModelView.swift:37
Todo Violation: TODOs should be resolved (Generate error codes) (todo)Minna/Utility/Alerts/AlertCenter.swift:12
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)Minna/Views/Navigation/NavigationCore.swift:105
Todo Violation: TODOs should be resolved (Restart a download of the mode...) (todo)MinnaTests/CitationURLTests.swift:16
No calls to throwing functions occur within 'try' expressionPackages/IrisSearch/Sources/Digester/Chunking/MarkdownChunker.swift:146
Immutable value 'src' was never used; consider replacing with '_' or removing itMinna/Views/Common/NotificationsView.swift:33
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)Minna/Views/Navigation/NavigationCore.swift:152
Todo Violation: TODOs should be resolved (Add better setup instructions.) (todo)Minna/Utility/Alerts/AlertCenter.swift:11
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)Minna/Utility/FuzzyMatch.swift:53
Is Disjoint Violation: Prefer using `Set.isDisjoint(with:)` over `Set.intersection(_:).isEmpty` (is_disjoint)
Loading