You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
note: Nominated via [this forum post](https://forums.swift.org/t/nominations-for-the-packages-community-showcase-on-swift-org/68168/28){:target='_blank'}.
23
-
- name: whisperkit
24
-
description: Integrates OpenAI's Whisper speech recognition model with CoreML
25
-
for efficient, local inference on Apple devices.
26
-
owner: argmax, inc.
27
-
swift_compatibility: 5.9+
12
+
- name: hummingbird
13
+
description: Hummingbird is a lightweight, flexible server framework written in
14
+
Swift. It consists of an HTTP server, a web application framework, and extension
15
+
modules.
16
+
owner: Hummingbird
17
+
swift_compatibility: 5.8+
28
18
platform_compatibility:
29
19
- Apple
30
-
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, watchOS)
note: Nominated via [this forum post](https://forums.swift.org/t/nominations-for-the-packages-community-showcase-on-swift-org/68168/24){:target='_blank'}.
58
-
- name: AsyncChannels
59
-
description: Enables performant, typed communication across Swift async tasks,
60
-
inspired by Go's channels, including buffered and un-buffered operations.
note: Nominated via [this forum post](https://forums.swift.org/t/nominations-for-the-packages-community-showcase-on-swift-org/68168/60){:target='_blank'}.
49
+
- name: AcmeSwift
50
+
description: Let's Encrypt certificate management handling account creation, order
51
+
submission, and certificate issuance with ACME v2. Requires external challenge
52
+
verification.
53
+
owner: Matthieu Barthelemy
62
54
swift_compatibility: 5.8+
63
55
platform_compatibility:
64
56
- Apple
65
57
- Linux
66
58
platform_compatibility_tooltip: Apple (macOS, visionOS) and Linux
note: Nominated via [this forum post](https://forums.swift.org/t/nominations-for-the-packages-community-showcase-on-swift-org/68168/63){:target='_blank'}.
62
+
- name: BlurHashViews
63
+
description: Decodes BlurHash strings into SwiftUI views, offering customization
64
+
like contrast control, detail level, and color space adjustments for native
65
+
placeholders. Supports animations and custom transitions.
66
+
owner: Dale Price
67
+
swift_compatibility: 6.0+
68
+
platform_compatibility:
69
+
- Apple
70
+
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, watchOS, tvOS)
note: Nominated via [this forum post](https://forums.swift.org/t/nominations-for-the-packages-community-showcase-on-swift-org/68168/63){:target='_blank'}.
83
87
- name: Packages with Macros
84
88
slug: macros
85
89
brief: New in Swift 5.9, Swift packages can include macro targets. Browse a selection
note: Nominated via [this forum post](https://forums.swift.org/t/nominations-for-the-packages-community-showcase-on-swift-org/68168/48){:target='_blank'}.
21
+
- name: Pack
22
+
description: Serialization and deserialization of binary data, not based on
23
+
key/value pairs, offering an alternative to `Codable` for efficient storage.
24
+
owner: Matt Cox
25
+
swift_compatibility: 5.8+
26
+
platform_compatibility:
27
+
- Apple
28
+
- Linux
29
+
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, watchOS, tvOS)
30
+
and Linux
31
+
license: MIT
32
+
url: https://swiftpackageindex.com/mattcox/Pack
33
+
note: Discussed on [Episode 43 of Swift Package Indexing](https://share.transistor.fm/s/2d4b1ba7){:target='_blank'}.
34
+
- name: HandShadows
35
+
description: Make better demo videos for your apps by enabling shadows of a
36
+
hand hovering over the screen performing taps and gestures while using your
37
+
app.
38
+
owner: Adam Wulf
39
+
swift_compatibility: 5.8+
40
+
platform_compatibility:
41
+
- Apple
42
+
platform_compatibility_tooltip: Apple (iOS, visionOS)
note: Nominated via [this forum post](https://forums.swift.org/t/nominations-for-the-packages-community-showcase-on-swift-org/68168/53){:target='_blank'}.
59
+
- name: Fit
60
+
description: Automates SwiftUI view layouts into lines with customizable alignments,
61
+
spacings, and line-breaking without manual grouping or measuring.
62
+
owner: Oleh Korchytskyi
63
+
swift_compatibility: 5.9+
64
+
platform_compatibility:
65
+
- Apple
66
+
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, watchOS, tvOS)
note: Nominated via [this forum post](https://forums.swift.org/t/nominations-for-the-packages-community-showcase-on-swift-org/68168/28){:target='_blank'}.
96
+
- name: whisperkit
97
+
description: Integrates OpenAI's Whisper speech recognition model with CoreML
98
+
for efficient, local inference on Apple devices.
99
+
owner: argmax, inc.
100
+
swift_compatibility: 5.9+
101
+
platform_compatibility:
102
+
- Apple
103
+
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, watchOS)
note: Nominated via [this forum post](https://forums.swift.org/t/nominations-for-the-packages-community-showcase-on-swift-org/68168/24){:target='_blank'}.
131
+
- name: AsyncChannels
132
+
description: Enables performant, typed communication across Swift async tasks,
133
+
inspired by Go's channels, including buffered and un-buffered operations.
134
+
owner: Brian Floersch
135
+
swift_compatibility: 5.8+
136
+
platform_compatibility:
137
+
- Apple
138
+
- Linux
139
+
platform_compatibility_tooltip: Apple (macOS, visionOS) and Linux
note: Nominated via [this forum post](https://forums.swift.org/t/nominations-for-the-packages-community-showcase-on-swift-org/68168/27){:target='_blank'}.
19
171
- name: Citadel
20
-
description: Facilitates easy SSH client and server operations, TCP-IP forwarding,
21
-
command execution, and SFTP functionality with Swift NIOSSH enhancing its
22
-
capabilities.
172
+
description: Easy SSH client and server operations, TCP-IP forwarding, command
173
+
execution, and SFTP functionality with Swift NIOSSH enhancing its capabilities.
0 commit comments