Community Showcase: October 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 October 2024.
-
Chip8iEmulationCoreby Danijel Stracenski
Emulates the CHIP-8 system from the 1970s, running programs, processing operations, handling input, and subscribing to screen output and sound updates for frontend applications.
Discussed on Episode 49 of Swift Package Indexing.
-
elementaryby Simon Leeb
HTML rendering library inspired by SwiftUI for web development. Utilizes Swift’s generics for type-safe, efficient HTML streaming without dependencies. Supports async rendering and environment values.
Nominated in this forum post.
-
swift-openapi-generatorby Apple
Generate Swift client and server code from an OpenAPI document. Includes multiple repositories for extensibility and supports various transports.
Nominated in this forum post.
-
swift-exportby Frank Lefebvre
Command-line tool for generating signed and notarized macOS installer packages from Swift projects, with support for configuration files, sandboxing, entitlements, and additional payloads.
Linked to in Issue 679 of iOS Dev Weekly.
-
SpectreKitby Patrik Svensson
Facilitates the creation of aesthetically pleasing terminal applications in Swift, inspired by Spectre.Console and Python’s Rich, currently under development.
Discussed on Episode 49 of Swift Package Indexing.
-
DeclarativeTextKitby Clean Cocoa
Swift DSL for modifying text buffers declaratively, supporting undo operations and changes across multiple buffers without UI rendering.
Discussed on Episode 49 of Swift Package Indexing.