A set of builder keys that this builder should run before.
This is used to define the phases of the build process. Builders in a later phase will not start until all builders that should run before them have completed.
Set<String> get runsBefore;