LICENSE.md
README.md
pyproject.toml
setup.py
swiftlens/__init__.py
swiftlens/_version.py
swiftlens/server.py
swiftlens.egg-info/PKG-INFO
swiftlens.egg-info/SOURCES.txt
swiftlens.egg-info/dependency_links.txt
swiftlens.egg-info/entry_points.txt
swiftlens.egg-info/requires.txt
swiftlens.egg-info/top_level.txt
swiftlens/analysis/__init__.py
swiftlens/analysis/file_analyzer.py
swiftlens/analysis/result_builders.py
swiftlens/analysis/symbol_analyzer.py
swiftlens/client/__init__.py
swiftlens/client/connection_state.py
swiftlens/client/dashboard_proxy.py
swiftlens/client/launcher.py
swiftlens/client/mcp_client.py
swiftlens/compiler/__init__.py
swiftlens/compiler/error_parser.py
swiftlens/compiler/swift_compiler_client.py
swiftlens/config/__init__.py
swiftlens/config/constants.py
swiftlens/dashboard/__init__.py
swiftlens/dashboard/config.py
swiftlens/dashboard/logger.py
swiftlens/dashboard/resource_manager.py
swiftlens/dashboard/web_server.py
swiftlens/model/__init__.py
swiftlens/model/models.py
swiftlens/tools/__init__.py
swiftlens/tools/get_tool_help.py
swiftlens/tools/swift_analyze_file.py
swiftlens/tools/swift_analyze_multiple_files.py
swiftlens/tools/swift_build_index.py
swiftlens/tools/swift_check_environment.py
swiftlens/tools/swift_find_symbol_references_files.py
swiftlens/tools/swift_get_declaration_context.py
swiftlens/tools/swift_get_file_imports.py
swiftlens/tools/swift_get_hover_info.py
swiftlens/tools/swift_get_symbol_definition.py
swiftlens/tools/swift_get_symbols_overview.py
swiftlens/tools/swift_lsp_diagnostics.py
swiftlens/tools/swift_replace_symbol_body.py
swiftlens/tools/swift_search_pattern.py
swiftlens/tools/swift_summarize_file.py
swiftlens/tools/swift_validate_file.py
swiftlens/utils/__init__.py
swiftlens/utils/environment.py
swiftlens/utils/file_operations.py
swiftlens/utils/text_based_symbol_finder.py
swiftlens/utils/thread_local_lsp.py
swiftlens/utils/validation.py
test/__init__.py
test/conftest.py
test/client/__init__.py
test/client/test_connection_state.py
test/client/test_dashboard_proxy.py
test/client/test_launcher.py
test/client/test_mcp_client.py
test/tools/__init__.py
test/tools/lsp_test_utils.py
test/tools/run_all_tests.py
test/tools/test_complex_features.py
test/tools/test_concurrent_definitions.py
test/tools/test_cross_file_definitions.py
test/tools/test_helpers.py
test/tools/test_integration_parallel.py
test/tools/test_malformed_swift.py
test/tools/test_multiple_definitions.py
test/tools/test_performance_definitions.py
test/tools/test_swift_analyze_file.py
test/tools/test_swift_analyze_multiple_files.py
test/tools/test_swift_build_index.py
test/tools/test_swift_check_environment.py
test/tools/test_swift_find_symbol_references_files.py
test/tools/test_swift_get_declaration_context.py
test/tools/test_swift_get_file_imports.py
test/tools/test_swift_get_hover_info.py
test/tools/test_swift_get_symbol_definition.py
test/tools/test_swift_get_symbols_overview.py
test/tools/test_swift_lsp_diagnostics.py
test/tools/test_swift_replace_symbol_body.py
test/tools/test_swift_search_pattern.py
test/tools/test_swift_summarize_file.py
test/tools/test_swift_validate_file.py
test/tools/test_test_helpers.py
test/tools/test_thread_safety.py
test/tools/test_unicode_symbols.py
test/utils/test_file_operations.py