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