You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for providing this great tool. Just a heads up that there is a compile error and a few warnings when building with Xcode 15 beta 5.
/.../ColorsView.swift:102:47 Call to main actor-isolated instance method 'assetCatalogData(for:)' in a synchronous nonisolated context
/.../ChromeRenderer.swift
/.../ChromeRenderer.swift:117:5 Function Body Length Violation: Function body should span 40 lines or less excluding comments and whitespace: currently spans 43 lines (function_body_length)
/.../ChromeRendererTypes.swift
/.../ChromeRendererTypes.swift:9:1 Orphaned Doc Comment Violation: A doc comment should be attached to a declaration. (orphaned_doc_comment)
/.../ChromeRendererTypes.swift:10:1 Orphaned Doc Comment Violation: A doc comment should be attached to a declaration. (orphaned_doc_comment)
/.../XcodeCommandLineToolsController.swift
/.../XcodeCommandLineToolsController.swift:18:21 For Where Violation: `where` clauses are preferred over a single `if` inside a `for`. (for_where)
The text was updated successfully, but these errors were encountered:
Thanks for providing this great tool. Just a heads up that there is a compile error and a few warnings when building with Xcode 15 beta 5.
The text was updated successfully, but these errors were encountered: