Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error and warnings on Xcode 15.0 beta 5 (15A5209g) #170

Open
dmcgloin opened this issue Aug 7, 2023 · 0 comments
Open

Error and warnings on Xcode 15.0 beta 5 (15A5209g) #170

dmcgloin opened this issue Aug 7, 2023 · 0 comments

Comments

@dmcgloin
Copy link

dmcgloin commented Aug 7, 2023

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant