Protocol buffer compiler plugin and runtime for Swift code generation
Plugin and runtime library for using protobuf with Swift
protoc-gen-swift$ protoc --swift_out=. myfile.proto$ protoc --swift_out=/path/to/output myfile.proto$ protoc --swift_out=. file1.proto file2.proto file3.proto