Swiftpack.co - Swift Packages by dfed

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by dfed

dfed/swift-async-queue 0.5.2
A queue that enables ordered sending of events from synchronous to asynchronous code
⭐️ 121
🕓 11 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.5.1
14 weeks ago
* Add explicit support for Linux, macCatalyst, and visionOS
0.5.0
15 weeks ago
* Adopt Swift 5.9. Drop support for prior Swift versions.
0.4.1
15 weeks ago
* Fix concurrency warnings surfaced by Xcode 15
0.4.0
49 weeks ago
* Adopt Swift 5.8 * Adopt `enableUpcomingFeature` with `StrictConcurrency` * Bump minimum supported version to Xcode 14.3.0
0.3.1
49 weeks ago
* Create `MainActorQueue`
0.3.0
1 year ago
* Made the `FIFOQueue` and `AsyncQueue` build without warnings or errors with strict concurrency checking turned on (#13)
1 year ago
* Rename `async` -> `enqueue` and `await` to `enqueueAndWait` (#12) * Make `ActorQueue` tasks execute on the target actor's execution context (#9) * Enable executing FIFO tasks on a desired actor's execution context (#6)
0.1.0
1 year ago
* Rename AsyncQueue -> FIFOQueue. Create ActorQueue (#3)
0.0.1
1 year ago
* Create AsyncQueue (#2)
iOS macOS watchOS tvOS macCatalyst
dfed/CacheAdvance 2.1.0
A performant cache for logging systems. CacheAdvance persists log events 30x faster than SQLite.
⭐️ 32
🕓 11 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2.0.0
12 weeks ago
* Add support for macCatalyst and visionOS. Drop earlier version support (#81)
1.2.5
1 year ago
* Improves maintainability of cache-reading code #72 (thank you @jianjunwoo!) * Fixed a Swift Concurrency warning on Xcode 14 builds #73 * Adopted most up-to-date `FileHandle` APIs #74
1.2.4
1 year ago
* Fixes an issue where a crash during a header write could result in an infinite loop when reading a file. Many thanks to @jianjunwoo and @zack2012 for finding this issue. #66
1.2.3
1 year ago
• Fixed an issue in Xcode 13+ release builds where decoding the length of a message could return an incorrect value #63
1.2.2
1 year ago
* Improved detection of file corruption #58
1.2.1
2 years ago
* Prevented a recursion loop crash that could occur if the file data had been corrupted (#52)
1.2.0
3 years ago
* Added a `persistedVersion` field to the error `CacheAdvanceError.incompatibleHeader` to enable better debugging and error handling
1.1.0
3 years ago
* Added Objective-C compatibility layer: `CADCacheAdvance`
1.0.1
3 years ago
* Fixed a bug that would render an overwriting cache that was completely full (message written exactly up to the byte limit) to fail to read all messages while the cache was completely full.
1.0.0
3 years ago
Official release out of beta! No functional changes from 0.3.0.
iOS macOS watchOS tvOS macCatalyst
dfed/Relativity 3.2.0
A programmatic layout engine and DSL that provides an alternative to Auto Layout
⭐️ 23
🕓 2 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3.2.0
2 weeks ago
## What's Changed * Make Relativity concurrency safe by @dfed in https://github.com/dfed/Relativity/pull/27
3.1.0
4 weeks ago
## What's Changed * Add DistributionItemsBuilder by @dfed in https://github.com/dfed/Relativity/pull/26 **Full Changelog**: https://github.com/dfed/Relativity/compare/3.0.0...3.1.0
3.0.0
4 weeks ago
## What's Changed * Update CocoaPods by @dfed in https://github.com/dfed/Relativity/pull/20 * Migrate onto Github Actions by @dfed in https://github.com/dfed/Relativity/pull/21 * Adopt newer Xcode, Swift, and minimum deployment target by @dfed in https://github.com/dfed/Relativity/pull/25 **Full Changelog**: https://github.com/dfed/Relativity/compare/2.0.0...3.0.0
2.0.0
18 weeks ago
* Adopt Swift 5 * Set minimum deployment target to iOS 9
1.0.0
5 years ago
* UILabels no longer automatically align based on their baseline and cap-height. Alignment based on baseline and cap-height is now opt-in. * Swift 4.2 and Xcode 10 support.
0.9.5
5 years ago
* Fixed a rounding error in `SubviewDistributor` that could cause subviews distributed within a sub-`rect` to be misaligned by a single pixel.
0.9.4
6 years ago
- Properly calculate distribution of subviews within inset bounds
0.9.3
7 years ago
- Introduce `|--|` for measuring distance between `ViewPosition`s - Add hook that allows adopting projects to change the behavior of `assert` within Relativity
0.9.2
7 years ago
- Measuring distance between points entirely ignore transforms
0.9.1
7 years ago
- Align views via the center point in order to not interfere with transforms
iOS
dfed/XCTest-watchOS 0.0.2
XCTest-watchOS provides an implementation of XCTest that can run on watchOS
⭐️ 19
🕓 34 weeks ago
watchOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics