The KeyboardNavigation sample project has a crazy long list of SF Symbol names coded for SampleData
in SymbolLibrary.swift file, which causes significant amount of time for Xcode to perform an initial indexing and ultimately cause the Xcode to stop responding on my Mac.
The code should be refactored with a plain text file or plist that lists all symbol names, then at runtime, iterate through them and generate an array of SampleData
accordingly.