twostraws / ControlRoom

A macOS app to control the Xcode Simulator.
MIT License
5.71k stars 306 forks source link

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

Open dmcgloin opened 11 months ago

dmcgloin commented 11 months ago

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)