Community Showcase: February 2024
Swift 软件包社区展示栏目展示了来自 Swift 社区的各类软件包,这些包通过 Swift 论坛上的这个帖子提名,并由 Swift 网站工作组投票选出。
这是 2024年February Swift 社区展示的存档列表。
-
VersionedCodable作者: 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.
-
CalendarKit作者: 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.swift作者: 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-ui作者: 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.
-
Vortex作者: 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.
-
SwiftSummarize作者: 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.