Update license check and generated code (#858)
Motivation:
SwiftProtobuf 1.9 has added an extra line to the headers of its
generated code, our license checker didn't like this.
The Makefile also does not specify Package.resolved as a depenendcy for
the SwiftProtobuf protoc plugin target so the plugin is not always
up-to-date.
Modifications:
- Update the license checker to allow for the extra line
- Allow the license checker to complete before exiting so that all
invalid files are listed
- Update the protoc-gen-swift Makefile target to depenend on
Package.resolved
- Regenerate code
Result:
Happier license checks.