Community Showcase: August 2025
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 August 2025.
-
Equatableby Ordo One
Provides macros to generate
Equatable
conformances for structs, optimizing SwiftUI diffing and performance by eliminating boilerplate code and preventing unnecessary re-renders. Ideal for large app scalability.Nominated via this forum post.
-
TextDiffingby Simon B. Støvring
Highlights differences between texts using
AttributedString
orNSAttributedString
. Supports customization of appearance, word- and character-level diffing, and is lightweight.Discussed on Episode 59 of Swift Package Indexing.
-
Objects2XLSXby Fatbobman(东坡肘子)
Converts Swift objects to Excel (.xlsx) files with a type-safe, declarative API. Supports styling, multiple worksheets, async data fetching, and real-time progress tracking for professional spreadsheet creation.
Discussed on Episode 59 of Swift Package Indexing.
-
vault-courierby Vault Courier
Swift client for securely retrieving and provisioning secrets with Hashicorp Vault and OpenBao. Supports key/value storage, credential generation, and AppRole/Token authentication.
Discussed on Episode 57 of Swift Package Indexing.