2019-11-13a few seconds read (About 28 words)How to fix unable to infer complex closure return type in SwiftUIIssue #505 Make sure all String are passed into Text, not Optional<String> 12345VStack { Text(data.title) Text(data.description!) Text(data.text!)}#swiftUI