Swiftpack.co - Swift Packages by RISCfuture

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

Packages published by RISCfuture

RISCfuture/SwiftNASR 3.0.1
Parser for FAA aeronautical data (NASR)
⭐️ 7
🕓 1 year 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.
3.0.1
1 year ago
* Apparently the README files in FAA distributions have a new name; now supports the new FAA naming format.
3.0.0
2 years ago
Adds navaid parsing (`NAV.txt` file).
2.1.1
2 years ago
* Actually fix updating progress on the main thread
2.1.0
2 years ago
* More robust system of handling progress. Now most functions take an optional `withProgress:` argument. This argument is passed a block that receives a `Progress` object. You then add this progress as a child of your `Progress` objects using the `addChild` method. This allows you to track the progress of multiple operations by adding them all as children of your parent `Progress` object. Note that you will have to assign a work unit number in `addChild` which represents your estimate as to the amount of work the operation will require. (This depends on factors like download speeds, computing power available, relative number of records, etc.). * Fix a bug where a `Progress` object was added as a child twice. * Potentially fix an `EXC_BAD_ACCESS` error when updating a `Progress` object.
2.0.1
2 years ago
* Fix method visibility
2.0.0
2 years ago
* `async`/`await` support * Internal refactoring
iOS macOS watchOS tvOS
RISCfuture/Slackmoji 2.0.0
A simple Swift library that converts between emoji and Slack shortcodes
⭐️ 1
🕓 3 weeks ago
macOS
RISCfuture/SwiftAirmen 2.0.0
Swift parser for the FAA airmen certification database.
⭐️ 1
🕓 3 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.
1.0.0
2 years ago
iOS macOS watchOS tvOS

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