Community Showcase: May 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 May 2024.
-
GodotVisionby Kevin Watters
Create shared-space experiences in Godot for visionOS, integrating Godot’s headless mode with RealityKit for 3D content mirroring.
Nominated via this forum post.
-
whisperkitby Argmax
Integrates OpenAI’s Whisper speech recognition model with CoreML for efficient, local inference on Apple devices.
Discussed on Episode 42 of Swift Package Indexing.
-
GeoURIby Designed by Clowns
Implements the geo URI scheme in Swift for identifying RFC 5870 compliant physical locations via URI, including CoreLocation integration.
Discussed on Episode 43 of Swift Package Indexing.
-
swift-perceptionby Point-Free
Offers observation tools for earlier versions of Swift, mimicking
@Observable
and providing compatibility with newer Swift observation features.Nominated via this forum post.
-
AsyncChannelsby Brian Floersch
Enables performant, typed communication across Swift async tasks, inspired by Go’s channels, including buffered and un-buffered operations.
Discussed on Episode 42 of Swift Package Indexing.
-
ExpectToEventuallyEqualby Jon Reid
Provides an XCTest assertion for testing asynchronous code by repeatedly evaluating conditions until they are met or time out.
Discussed on Episode 41 of Swift Package Indexing.