Community Showcase
This showcase celebrates new and interesting packages discussed by the Swift community. Package selection in this section is an editorial process organised via this thread in the Swift Forums and curated by the Swift Website Workgroup.
-
VersionedCodableby Jonathan Rothwell
VersionedCodable allows you to version your Codable types and handle incremental migrations. It provides easy encoding and decoding with support for JSON and property list formats. Suitable for handling complex types in storage.
Discussed on Episode 40 of Swift Package Indexing.
-
CalendarKitby Richard Topchii
CalendarKit is a Swift calendar UI library for iOS and Mac Catalyst. It looks similar to the Apple Calendar app out-of-the-box, while allowing customization when needed.
Nominated via this forum post.
-
SQLite.swiftby Stephen Celis
SQLite.swift is a type-safe, pure-Swift layer over SQLite3. It provides a compile-time confident SQL syntax and intent, with features like type-safe SQL expression builder, query layer, data access, and more.
Nominated via this forum post.
-
swift-markdown-uiby Guille Gonzalez
MarkdownUI is a powerful library for displaying and customizing Markdown text in SwiftUI. It is compatible with GitHub Flavored Markdown and can display images, headings, lists, blockquotes, code blocks, tables, and more.
Nominated via this forum post.
-
Vortexby Paul Hudson
Vortex is a powerful particle system library for SwiftUI, enabling the creation of various effects like fire, rain, and snow. It supports iOS, macOS, tvOS, watchOS, and visionOS.
Discussed on Episode 40 of Swift Package Indexing.
-
SwiftSummarizeby Stef Kors
The easiest way to create a summary from a String. Internally it’s a simple wrapper around CoreServices SKSummary.
Discussed on Episode 37 of Swift Package Indexing.