Community Showcase: March 2025
Swift 软件包社区展示栏目展示了来自 Swift 社区的各类软件包,这些包通过 Swift 论坛上的这个帖子提名,并由 Swift 网站工作组投票选出。
这是 2025年March Swift 社区展示的存档列表。
-
FileMonitor作者: aus der Technik - Simon & Simon GbR
FileMonitor provides a unified API to detect file changes in a directory on Linux and macOS. It detects file creations, modifications, and deletions and then propagates events through a delegate function.
Nominated via this forum post.
-
Versionator作者: Elegant Chaos
A plugin to gathers version information and embeds it into a package/executable, allowing retrieval at runtime. Generates
Version.swift
,Info.plist
, and a header file.Discussed on Episode 49 of Swift Package Indexing.
-
Numerix作者: Gavin Wiggins
Provides Complex, Vector, Matrix, and ShapedArray structures for linear algebra and numerical computations using the Accelerate framework for high-performance calculations.
Nominated via this forum post.
-
swift-zip-archive作者: Adam Fowler
A library for reading and editing zip archives. Supports reading and writing standard or password protected zip files from disk and memory buffers.
Discussed on Episode 53 of Swift Package Indexing.