(lldb) po try await JrpcTransport.create(jrpcConnection).getContractState(MsgAddressInt.repack(address))
error: expression failed to parse:
warning: :11:7: warning: initialization of variable '$__lldb_error_result' was never used; consider replacing with assignment to '_' or removing it
var $__lldb_error_result = __lldb_tmp_error
error: :8:11: error: 'async' call in a function that does not support concurrency
try await JrpcTransport.create(jrpcConnection).getContractState(MsgAddressInt.repack(address))
^
:4:14: note: add 'async' to function '$__lldb_wrapped_expr_89' to make it asynchronous
final func $_lldb_wrapped_expr_89( $__lldb_arg : UnsafeMutablePointer) {
^
async
what I should do to make it work?