Skip to content

Various performance optimizations #380

Various performance optimizations

Various performance optimizations #380

GitHub Actions / Xcode test results failed Jun 22, 2023 in 0s

Xcode test results

Build Summary

Compile IconCache.swift (x86_64)
Compile KeyShortcutRecorderStore.swift (x86_64)
Compile ShortcutStore.swift (x86_64)
Compile AppMenuStyle.swift (x86_64)
Compile HeaderLabelStyle.swift (x86_64)
Compile LargeTextFieldStyle.swift (x86_64)
Compile SidebarLabelStyle.swift (x86_64)
Compile AddButtonView.swift (x86_64)
Compile AppLoadingView.swift (x86_64)
Compile AppMenuBar.swift (x86_64)
Compile AppTextField.swift (x86_64)
Compile AppUpdater.swift (x86_64)
Compile CommandView.swift (x86_64)
Compile ApplicationCommandView.swift (x86_64)
Compile CommandContainerView.swift (x86_64)
Compile KeyboardCommandView.swift (x86_64)
Compile MenuBarCommandView.swift (x86_64)
Compile OpenCommandView.swift (x86_64)
Compile ScriptCommandView.swift (x86_64)
Compile ShortcutCommandView.swift (x86_64)
Compile SystemCommandView.swift (x86_64)
Compile TypeCommandView.swift (x86_64)
Compile AppCheckbox.swift (x86_64)
Compile AppToggle.swift (x86_64)
warning: No-usage: Result of 'CGSize' initializer is unused
warning: No-usage: Result of 'CGSize' initializer is unused
warning: No-usage: Result of 'CGSize' initializer is unused
warning: No-usage: Result of 'CGSize' initializer is unused
error: Swift Compiler Error: Missing return in getter expected to return 'CGSize'
error: Swift Compiler Error: Missing return in getter expected to return 'CGSize'

App/Sources/UI/Views/Components/AppToggle.swift:11:9: warning: result of 'CGSize' initializer is unused
        CGSize(width: 38, height: 20)
        ^     ~~~~~~~~~~~~~~~~~~~~~~~
App/Sources/UI/Views/Components/AppToggle.swift:13:9: warning: result of 'CGSize' initializer is unused
        CGSize(width: 22, height: 12)
        ^     ~~~~~~~~~~~~~~~~~~~~~~~
App/Sources/UI/Views/Components/AppToggle.swift:20:9: warning: result of 'CGSize' initializer is unused
        CGSize(width: 19, height: 19)
        ^     ~~~~~~~~~~~~~~~~~~~~~~~
App/Sources/UI/Views/Components/AppToggle.swift:22:9: warning: result of 'CGSize' initializer is unused
        CGSize(width: 11, height: 11)
        ^     ~~~~~~~~~~~~~~~~~~~~~~~
App/Sources/UI/Views/Components/AppToggle.swift:15:5: error: missing return in getter expected to return 'CGSize'
    }
    ^
App/Sources/UI/Views/Components/AppToggle.swift:24:5: error: missing return in getter expected to return 'CGSize'
    }
    ^

Compile DetailViewModel.swift (x86_64)
Compile GroupViewModel.swift (x86_64)
Compile NewCommandPayload.swift (x86_64)
Compile MultiDetailView.swift (x86_64)
Compile NewCommandApplicationView.swift (x86_64)
Compile NewCommandBuiltInView.swift (x86_64)
Compile NewCommandButtonView.swift (x86_64)
Compile NewCommandImageView.swift (x86_64)
Compile NewCommandKeyboardShortcutView.swift (x86_64)
Compile NewCommandMenuBarView.swift (x86_64)
Compile NewCommandOpenView.swift (x86_64)
Compile NewCommandScriptView.swift (x86_64)
Compile NewCommandShortcutView.swift (x86_64)
Compile NewCommandTypeView.swift (x86_64)
Compile NewCommandURLView.swift (x86_64)
Compile NewCommandValidation.swift (x86_64)
Compile NewCommandValidationView.swift (x86_64)
Compile NewCommandView.swift (x86_64)
Compile NewSystemCommandView.swift (x86_64)
Compile BezelNotificationView.swift (x86_64)
Compile NotificationListView.swift (x86_64)
Compile PermissionsView.swift (x86_64)
Compile SplashView.swift (x86_64)

Annotations

Check failure on line 11 in App/Sources/UI/Views/Components/AppToggle.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

warning

Result of 'CGSize' initializer is unused

Check failure on line 13 in App/Sources/UI/Views/Components/AppToggle.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

warning

Result of 'CGSize' initializer is unused

Check failure on line 20 in App/Sources/UI/Views/Components/AppToggle.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

warning

Result of 'CGSize' initializer is unused

Check failure on line 22 in App/Sources/UI/Views/Components/AppToggle.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

warning

Result of 'CGSize' initializer is unused

Check failure on line 15 in App/Sources/UI/Views/Components/AppToggle.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Missing return in getter expected to return 'CGSize'

Check failure on line 24 in App/Sources/UI/Views/Components/AppToggle.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Missing return in getter expected to return 'CGSize'