<div dir="ltr">Has anyone used the SwiftProtobuf module on Linux?<div><a href="https://github.com/apple/swift-protobuf">https://github.com/apple/swift-protobuf</a><br></div><div><br></div><div>I am able to successfully generate swift classes from my proto file.</div><div>However when building, the code compiles but I get a ton of undefined link references.</div><div><br></div><div>I included -Xswiftc -I/home/ed/swift-protobuf/.build/release so the module is found, but still....</div><div><br></div><div><div>------------------------</div><div>/home/ed/Documents/prototest/Sources/DataModel.pb.swift:31: error: undefined reference to &#39;_T013SwiftProtobuf14UnknownStorageVACycfC&#39;</div><div>/home/ed/Documents/prototest/Sources/DataModel.pb.swift:31: error: undefined reference to &#39;_T013SwiftProtobuf14UnknownStorageVACycfC&#39;</div><div>/home/ed/Documents/prototest/Sources/DataModel.pb.swift:64: error: undefined reference to &#39;_T013SwiftProtobuf14UnknownStorageV8traverseyxz7visitor_tKAA7VisitorRzlF&#39;</div><div>/home/ed/Documents/prototest/Sources/DataModel.pb.swift:0: error: undefined reference to &#39;_T013SwiftProtobuf7MessagePAAE13isInitializedSbfg&#39;</div></div><div><br></div><div>etc...</div><div><br></div><div>Does anyone have a simple working example on Ubuntu?</div><div><br></div><div>Ubuntu 16.04</div><div>Swift 4.0 release</div><div><br></div><div>Thanks, Ed</div></div>