Thrift-Swift icon indicating copy to clipboard operation
Thrift-Swift copied to clipboard

Apache Thrift native Swift library

Results 10 Thrift-Swift issues
Sort by recently updated
recently updated
newest added

I am trying to call a python thrift server running locally on my MacOS computer.. within a Swift App https://github.com/apocolipse/Thrift-Swift#client-example I took the client example code as-is and pasted in...

I'd like to contribute to the repository by migrating it to the latest Swift version 5. Could someone please tell me how to set up the project on macOS 10.15....

update THTTPSessionTransport , try support [armeria](https://line.github.io/armeria/server-thrift.html?highlight=application)

It seems like `CFBundleVersion` became a required value now when submitting to the Appstore. We were getting the following error: ``` [ERROR ITMS-90056: "This bundle Payload/Slack.app/Frameworks/Thrift.framework is invalid. The Info.plist...

Happy to take in edits! I'm assuming a number of the people who look at the thrift docs for swift are going to be exclusively iOS engineers and completely unfamiliar...

Hello. I'm running into an issue trying to use TFileTransport. Up front, let me say that this might be a mistake on my part as I'm new to both Thrift-Swift...

help wanted

Hello! Faced with issue (**tag 1.0.7**): `Invalid redeclaration of 'description'` appears in all classes where `description` property exists Up to tag 1.0.6 there was no issue. My struct in .thrift...

help wanted

I've create a lightweight HTTPServer support using Swift-Nio. Source code here: https://github.com/JacopoMangiavacchi/thrift-swift-nio I've only implemented HTTP transport but it's very easy to extend to Raw Socket too. If you're interested...

enhancement

I needed to use TJSONProtocol for a project and hence forked and implemented the json protocol in the following fork: https://github.com/HojjatK/Thrift-Swift Note that I have ported the code from C#...

Can you add the `LICENSE` or `LICENSE.txt` file in the root directory of the project so that auto acknowledgement generating tools, such as LicensePList or AckGen can pull the license...