Skip to content

Commit b91b037

Browse files
authored
May automated ranking package updates. (#653)
1 parent c9ee91b commit b91b037

File tree

2 files changed

+67
-68
lines changed

2 files changed

+67
-68
lines changed

_data/packages/packages.yml

Lines changed: 63 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,19 @@ categories:
116116
Linux
117117
license: MIT
118118
url: https://swiftpackageindex.com/pointfreeco/swift-dependencies
119+
- name: swift-testing
120+
description: A powerful testing library for Swift, providing a modern and flexible
121+
testing library for Swift with powerful and expressive capabilities. It gives
122+
developers more confidence with less code.
123+
owner: Apple
124+
swift_compatibility: 5.10+
125+
platform_compatibility:
126+
- Apple
127+
- Linux
128+
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, watchOS, tvOS) and
129+
Linux
130+
license: Apache 2.0
131+
url: https://swiftpackageindex.com/apple/swift-testing
119132
- name: swift-case-paths
120133
description: CasePaths extends the functionality of key paths to enum cases, allowing
121134
for the extraction, modification, and testing of associated values in enums.
@@ -152,18 +165,6 @@ categories:
152165
platform_compatibility_tooltip: Apple (macOS, visionOS) and Linux
153166
license: MIT
154167
url: https://swiftpackageindex.com/realm/SwiftLint
155-
- name: SwiftGodot
156-
description: SwiftGodot provides Swift language bindings for the Godot game engine.
157-
Developers can use it to build extensions or embed Godot directly into Swift
158-
applications.
159-
owner: Miguel de Icaza
160-
swift_compatibility: 5.9+
161-
platform_compatibility:
162-
- Apple
163-
- Linux
164-
platform_compatibility_tooltip: Apple (macOS) and Linux
165-
license: MIT
166-
url: https://swiftpackageindex.com/migueldeicaza/SwiftGodot
167168
- name: Server
168169
slug: server
169170
brief: Do you need a hand putting together a Swift app for the server? Browse some
@@ -179,14 +180,24 @@ categories:
179180
description: Vapor is an HTTP web framework for Swift, providing an expressive
180181
and easy-to-use foundation for websites, APIs, and cloud projects.
181182
owner: Vapor
182-
swift_compatibility: 5.7+
183+
swift_compatibility: 5.8+
183184
platform_compatibility:
184185
- Apple
185186
- Linux
186-
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, watchOS, tvOS) and
187-
Linux
187+
platform_compatibility_tooltip: Apple (iOS, macOS, watchOS, tvOS) and Linux
188188
license: MIT
189189
url: https://swiftpackageindex.com/vapor/vapor
190+
- name: fluent
191+
description: Fluent helps you work with databases, providing a high-level, type-safe
192+
API for querying and manipulating data in Vapor apps.
193+
owner: Vapor
194+
swift_compatibility: 5.8+
195+
platform_compatibility:
196+
- Apple
197+
- Linux
198+
platform_compatibility_tooltip: Apple (iOS, macOS, watchOS, tvOS) and Linux
199+
license: MIT
200+
url: https://swiftpackageindex.com/vapor/fluent
190201
- name: swift-openapi-generator
191202
description: Generate Swift client and server code from an OpenAPI document. Includes
192203
multiple repositories for extensibility and supports various transports.
@@ -222,18 +233,6 @@ categories:
222233
platform_compatibility_tooltip: Apple (iOS, macOS, watchOS, tvOS) and Linux
223234
license: MIT
224235
url: https://swiftpackageindex.com/SwiftyBeaver/SwiftyBeaver
225-
- name: fluent
226-
description: Fluent helps you work with databases, providing a high-level, type-safe
227-
API for querying and manipulating data in Vapor apps.
228-
owner: Vapor
229-
swift_compatibility: 5.7+
230-
platform_compatibility:
231-
- Apple
232-
- Linux
233-
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, watchOS, tvOS) and
234-
Linux
235-
license: MIT
236-
url: https://swiftpackageindex.com/vapor/fluent
237236
- name: hummingbird
238237
description: Hummingbird is a lightweight, flexible server framework written in
239238
Swift. It consists of an HTTP server, a web application framework, and extension
@@ -275,24 +274,14 @@ categories:
275274
protocol servers and clients. It uses non-blocking I/O for efficient handling
276275
of multiple connections.
277276
owner: Apple
278-
swift_compatibility: 5.7+
277+
swift_compatibility: 5.8+
279278
platform_compatibility:
280279
- Apple
281280
- Linux
282281
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, watchOS, tvOS) and
283282
Linux
284283
license: Apache 2.0
285284
url: https://swiftpackageindex.com/apple/swift-nio
286-
- name: Moya
287-
description: Moya is a network abstraction layer for Alamofire. It simplifies
288-
network calls and provides compile-time checking for API endpoints.
289-
owner: Moya
290-
swift_compatibility: 5.7+
291-
platform_compatibility:
292-
- Apple
293-
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, watchOS, tvOS)
294-
license: MIT
295-
url: https://swiftpackageindex.com/Moya/Moya
296285
- name: Pulse
297286
description: Pulse is a powerful logging system for Apple platforms. It records
298287
and inspects logs and network requests, and allows for real-time viewing and
@@ -304,6 +293,16 @@ categories:
304293
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, watchOS, tvOS)
305294
license: MIT
306295
url: https://swiftpackageindex.com/kean/Pulse
296+
- name: Moya
297+
description: Moya is a network abstraction layer for Alamofire. It simplifies
298+
network calls and provides compile-time checking for API endpoints.
299+
owner: Moya
300+
swift_compatibility: 5.7+
301+
platform_compatibility:
302+
- Apple
303+
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, watchOS, tvOS)
304+
license: MIT
305+
url: https://swiftpackageindex.com/Moya/Moya
307306
- name: RxAlamofire
308307
description: RxAlamofire is a wrapper around Alamofire that adds RxSwift functionality,
309308
simplifying network requests and allowing responses to be composed in a more
@@ -362,18 +361,6 @@ categories:
362361
Linux
363362
license: MIT
364363
url: https://swiftpackageindex.com/pointfreeco/swift-custom-dump
365-
- name: Quick
366-
description: Quick is a behavior-driven development framework for Swift and Objective-C.
367-
It is inspired by RSpec, Specta, and Ginkgo. It comes with Nimble, a matcher
368-
framework for tests.
369-
owner: Quick
370-
swift_compatibility: 5.7+
371-
platform_compatibility:
372-
- Apple
373-
- Linux
374-
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, tvOS) and Linux
375-
license: Apache 2.0
376-
url: https://swiftpackageindex.com/Quick/Quick
377364
- name: swift-testing
378365
description: A powerful testing library for Swift, providing a modern and flexible
379366
testing library for Swift with powerful and expressive capabilities. It gives
@@ -387,6 +374,18 @@ categories:
387374
Linux
388375
license: Apache 2.0
389376
url: https://swiftpackageindex.com/apple/swift-testing
377+
- name: Quick
378+
description: Quick is a behavior-driven development framework for Swift and Objective-C.
379+
It is inspired by RSpec, Specta, and Ginkgo. It comes with Nimble, a matcher
380+
framework for tests.
381+
owner: Quick
382+
swift_compatibility: 5.7+
383+
platform_compatibility:
384+
- Apple
385+
- Linux
386+
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, tvOS) and Linux
387+
license: Apache 2.0
388+
url: https://swiftpackageindex.com/Quick/Quick
390389
- name: Nimble
391390
description: Nimble is a testing library for Swift and Objective-C. It provides
392391
a more expressive way to write assertions and supports operator overloads and
@@ -429,9 +428,20 @@ categories:
429428
swift_compatibility: 5.7+
430429
platform_compatibility:
431430
- Apple
432-
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, tvOS)
431+
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, watchOS, tvOS)
433432
license: BSD 3-Clause
434433
url: https://swiftpackageindex.com/CocoaLumberjack/CocoaLumberjack
434+
- name: Pulse
435+
description: Pulse is a powerful logging system for Apple platforms. It records
436+
and inspects logs and network requests, and allows for real-time viewing and
437+
sharing.
438+
owner: Alex Grebenyuk
439+
swift_compatibility: 5.7+
440+
platform_compatibility:
441+
- Apple
442+
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, watchOS, tvOS)
443+
license: MIT
444+
url: https://swiftpackageindex.com/kean/Pulse
435445
- name: SwiftyBeaver
436446
description: SwiftyBeaver is a flexible, colorful, lightweight logging library
437447
for Swift. It supports console, file, and cloud destinations and is ideal for
@@ -462,23 +472,12 @@ categories:
462472
Datadog. It includes features for log collection, trace collection, and RUM
463473
events collection.
464474
owner: Datadog, Inc.
465-
swift_compatibility: 5.10+
475+
swift_compatibility: 5.7+
466476
platform_compatibility:
467477
- Apple
468478
platform_compatibility_tooltip: Apple (iOS, visionOS, tvOS)
469479
license: Apache 2.0
470480
url: https://swiftpackageindex.com/DataDog/dd-sdk-ios
471-
- name: Pulse
472-
description: Pulse is a powerful logging system for Apple platforms. It records
473-
and inspects logs and network requests, and allows for real-time viewing and
474-
sharing.
475-
owner: Alex Grebenyuk
476-
swift_compatibility: 5.7+
477-
platform_compatibility:
478-
- Apple
479-
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, watchOS, tvOS)
480-
license: MIT
481-
url: https://swiftpackageindex.com/kean/Pulse
482481
- name: XCGLogger
483482
description: XCGLogger is a debug log module for Swift projects that allows you
484483
to log details to the console (and optionally a file) with additional information
@@ -487,6 +486,6 @@ categories:
487486
swift_compatibility: 5.7+
488487
platform_compatibility:
489488
- Apple
490-
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, watchOS, tvOS)
489+
platform_compatibility_tooltip: Apple (iOS, macOS, watchOS, tvOS)
491490
license: MIT
492491
url: https://swiftpackageindex.com/DaveWoodCom/XCGLogger

_data/packages/showcase-history.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ years:
117117
provides a compile-time confident SQL syntax and intent, with features like
118118
type-safe SQL expression builder, query layer, data access, and more.
119119
owner: Stephen Celis
120-
swift_compatibility: 5.7+
120+
swift_compatibility: 5.9+
121121
platform_compatibility:
122122
- Apple
123123
- Linux
@@ -173,7 +173,7 @@ years:
173173
swift_compatibility: 5.7+
174174
platform_compatibility:
175175
- Apple
176-
platform_compatibility_tooltip: Apple (macOS, tvOS)
176+
platform_compatibility_tooltip: Apple (iOS, macOS, tvOS)
177177
license: Apache 2.0
178178
url: https://swiftpackageindex.com/soto-project/soto
179179
note: Nominated via [this forum post](https://forums.swift.org/t/nominations-for-the-packages-community-showcase-on-swift-org/68168/13){:target='_blank'}.
@@ -207,11 +207,11 @@ years:
207207
and frameworks. It supports automated regression checks, manual comparisons,
208208
and benchmark result exports in multiple formats.
209209
owner: Ordo One
210-
swift_compatibility: 5.7+
210+
swift_compatibility: 5.8+
211211
platform_compatibility:
212212
- Apple
213213
- Linux
214-
platform_compatibility_tooltip: Apple (iOS, macOS) and Linux
214+
platform_compatibility_tooltip: Apple (macOS) and Linux
215215
license: Apache 2.0
216216
url: https://swiftpackageindex.com/ordo-one/package-benchmark
217217
note: Nominated via [this forum post](https://forums.swift.org/t/nominations-for-the-packages-community-showcase-on-swift-org/68168/11){:target='_blank'}.

0 commit comments

Comments
 (0)