AppIntents/PerformActionExecutorTask.swift:298: Fatal error: perform() returned types not declared in method signature
-
Did not declare ReturnsValue but provided one
func perform() async throws -> some IntentResult&ReturnsValue<String> { let msg = await JDSiriKitShortCutsManager.handleShortCut(type: type ?? .flashLid) // let dialog = IntentDialog.responseSuccess(msg: msg)
// return .result(value: msg, dialog: dialog, view: JDSirikitShortCutView(msg: msg)) return .result(value: msg) }