Swiftpack.co - Swift Packages by starsite

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

Packages published by starsite

starsite/SwiftFM 2.3.2
SwiftFM is a Swift framework for the FileMaker Data API
โญ๏ธ 57
๐Ÿ•“ 46 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.
2.3.2
46 weeks ago
This fixes a DocC format bug
2.3.0
1 year ago
Refactored Codable return types, updating functions to match. Non-breaking change. Just a bit of cleaning up. ๐Ÿงน Updated readme code examples.
2.2.4
2 years ago
Apache License 2.0
2.2.3
2 years ago
This release is all about **DocC** support, which is now available throughout SwiftFM. ๐Ÿฅฐ No additions or changes to existing code or behavior.
2.2.0
2 years ago
`Query()`, `GetRecord()`, and `GetRecords()` previously returned `(Data?, Data?)`. Returning a tuple of optionals meant an extra step before unwrapping either result. Not ideal. All record fetching methods now `throw` and return `(Data, DataInfo)`. This means: * You no longer need an extra `let (data, info) =` call prior to unwrapping `data` or `info`. * You can now 'dot' directly into `info`, like this: `print("fetched \(info.foundCount) records")`.
iOS macOS linux macOS iOS

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