Community Showcase: December 2024
Swift 软件包社区展示栏目展示了来自 Swift 社区的各类软件包,这些包通过 Swift 论坛上的这个帖子提名,并由 Swift 网站工作组投票选出。
这是 2024年December Swift 社区展示的存档列表。
-
GestureButton作者: Daniel Saidi
GestureButton enables multiple gesture-specific actions using a single SwiftUI button. Customize actions for gestures like tap, long press, and drag, with flexible delays and timeouts.
Discussed on Episode 51 of Swift Package Indexing.
-
JSONPatch作者: Peter Ringset
Swift μ-framework for creating RFC6902-compliant JSON patch objects, supporting operations like add, remove, replace, move, copy, and test using keypaths.
Discussed on Episode 51 of Swift Package Indexing.
-
xctest-dynamic-overlay作者: Point-Free
Swift Issue Reporting enables reporting issues in code as runtime warnings, breakpoints, or assertions, and converts them into test failures, aiding debugging and ensuring test coverage.
Linked to in Issue 671 of iOS Dev Weekly.
-
BijectiveDictionary作者: Jacob Gelman
Swift Bijective Dictionary provides efficient bidirectional key-value access with O(1) complexity, suitable for scenarios requiring fast reverse lookups. It mirrors standard dictionary functionality with additional memory usage.
Nominated via this forum post.
-
SwiftClaude作者: George Lyon
SwiftClaude enables communication with Anthropic’s Claude API, supporting conversations, tool use, vision integration, and prompt caching in Swift applications. It offers async and observable APIs for handling messages.
Discussed on Episode 51 of Swift Package Indexing.
-
SwiftTranslate作者: Hidden Spectrum
Facilitates app localization by translating string catalogs using OpenAI’s GPT models or Google Cloud Translate. Supports multiple languages, complex string variations, and offers a CLI tool and Swift Package Plugin.
Nominated via this forum post.