var strTemp = “”
ForEach (0..<(result.greeting?.message?.count ?? 0), id: .self, content: { index in
strTemp = String(format: "%@ %@", strTemp , (result.greeting?.message?[index])!
})
No exact matches in reference to static method ‘buildExpression’