Add missing import code action
Contributed a new Swift quick fix that detects unresolved symbols and uses the semantic index to suggest the missing module import when the result is unambiguous.
Integrated with SourceKit-LSP diagnostics.
Prevents ambiguous import suggestions.
Includes automated test coverage.