I'm working with Swift in VSCode ubuntu-devcontainer. When I start a debug session with lldb-dap, I see the following output:
error: Error while parsing SDK path from debug info: virtual llvm::Expected<XcodeSDK> lldb_private::Platform::GetSDKPathFromDebugInfo(CompileUnit &) not implemented for 'host' platform.
warning: TypeSystemSwiftTypeRef::operator(): had to engage SwiftASTContext fallback for type $s11Hummingbird11ApplicationVyAA15RouterResponderVy11Serverhumm117AppRequestContextaGGD
How can I fix this? Do I need to configure something additional?