Community Showcase: November 2024
The Community Showcase of Swift packages features packages from around the Swift community nominated via this thread on the Swift forums and voted on by the Swift Website Workgroup.
This list is an archive of the Community Showcase from November 2024.
-
swift-cryptoby Apple
Swift Crypto is an open-source implementation of a substantial portion of the API of Apple CryptoKit suitable for use on Linux platforms. It enables cross-platform or server applications with the advantages of CryptoKit.
Nominated via this forum post.
-
Recapby Joe Fabisevich
Displays “What’s New” screens for apps, supporting flexible release history, customization, and semantic versioning. Utilizes Markdown for release notes and offers modifiers for design customization.
Discussed on Episode 50 of Swift Package Indexing.
-
package-frostflakeby Ordo One
High-performance unique ID generator for distributed systems, inspired by Snowflake. Each identifier is half the size of a UUID and is suitable for use as a database key.
Nominated via this forum post.
-
swift-async-operationsby matsuji
Enhances Swift concurrency by providing async operations like
asyncMap
, enabling sequential or parallel execution of closures on sequences while preserving order using Ordered Task Group.Discussed on Episode 50 of Swift Package Indexing.
-
TinyStorageby Christian Selig
TinyStorage replaces
UserDefaults
with a lightweight, reliable storage solution supporting SwiftCodable
types. It’s ideal for storing small, non-sensitive data but is not secure for sensitive information.Discussed on Episode 50 of Swift Package Indexing.
-
Graphsby Laszlo Teveli
Provides a composable, extensible foundation for working with abstract graphs, supporting various types, algorithms, and traversal strategies. Ideal for constructing, analyzing, and optimizing complex graph structures.
Nominated via this forum post.