Lldb is slow to resolve local vars

It's possible that this might be related to Lldb performance with clang modules and Swift which was recently fixed. Perhaps the duplicated arguments were causing extra stat calls (not sure if Clang will deduplicate the flags). Likely worth testing with a Swift development snapshot from here.