Swiftpack.co - Swift Packages by apocolipse

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by apocolipse

apocolipse/Thrift-Swift 1.06
Apache Thrift native Swift library
⭐️ 53
🕓 44 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Updates
44 weeks ago
## What's Changed * Swift5.1 by @luckfamousa in https://github.com/apocolipse/Thrift-Swift/pull/32 * Swift4.2 -support armeria by @icoco in https://github.com/apocolipse/Thrift-Swift/pull/28 * add TJSONProtocol support by @cozality in https://github.com/apocolipse/Thrift-Swift/pull/35 ## New Contributors * @luckfamousa made their first contribution in https://github.com/apocolipse/Thrift-Swift/pull/32 * @icoco made their first contribution in https://github.com/apocolipse/Thrift-Swift/pull/28 * @cozality made their first contribution in https://github.com/apocolipse/Thrift-Swift/pull/35 **Full Changelog**: https://github.com/apocolipse/Thrift-Swift/compare/1.1.0...1.2.0
Minor updates
5 years ago
Minor updates to squash warnings with newer versions of Swift/Xcode
Support for Swift 4.1
6 years ago
BREAKING CHANGES!!!!!
6 years ago
This release has an update to how TEnum's work to address issues when new enum cases are added to services. Previously an error would be thrown if an unknown enum value was read from protocol. The generator now has a safe_enums flag that will now add an .unknown(Int32) case such that you can still serialize the value, and even interact with it without losing it (in case you need to send it back to the service) safe_enums is opt-in in the generator so you must be explicit if you want to use it. Changes: TEnum No longer RawRepresentable TEnum.read(from:) has been removed from the library and is now generated Please use the updated Thrift generator (commit d30a39620cc609a7f4f11fe12087f211cebe69db or after at http://github.com/apocolipse/thrift) with this version or any version after. Please note that the only breaking changes are with the generator+library combo, it should remain fully compatible with existing code (rawValue still available and init?(rawValue:) added for convenience/compatibility)
6 years ago
- Fix TFramedTransport - Add Secure option to TSSLSocketTransport - Fix empty TMap on TCompactProtocol - Add missing completion handler on error case in THTTPSessionTransport
apocolipse/SwiftLIRC 0.3.3
Swift LIRC Library and client
⭐️ 0
🕓 1 year ago
macOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics