Contributing to Nuclide’s Swift Integration: Why and How

Nuclide <3 Swift

I was surprised by the amount of interest in my hackathon project to add Swift support to Nuclide. I'd love it if you helped me complete my vision for the project.

Why are people interested in nuclide-swift?

Why contribute?

What are good resources for getting started with Nuclide package development?

How does nuclide-swift work?

Here's the basic structure of the nuclide-swift package:

nuclide-swift/
    package.json
    lib/
        main.js
        sourcekitten/
            SourceKitten.js
            Complete.js
        taskrunner/
            toolbar/
                SwiftPMTaskRunnerToolbar.js
            LlbuildYamlParser.js
            SwiftPMTaskRunnerStore.js
            SwiftPMTaskRunnerActions.js
            SwiftPMTaskRunner.js
            providers/
                SwiftPMAutocompletionProvider.js

What's left to do?