Then
Then copied to clipboard
✨ Super sweet syntactic sugar for Swift initializers
Because the repository doesn't contain a `.xcodeproj`, Carthage is unable to build the framework, failing silently. Output when running `carthage update --platform iOS --no-use-binaries` with a clean workspace: ``` ***...
I think this library and pattern is 'swifty' enough to be part of Swift-lang itself! Perhaps the syntax would change to be like an auto closure. I speculate the compiler...
typo error .Package(url: ) .package(url: )
Use Then with Xcode14, and the code prompts that there is something wrong. 
SPM Version updated.
Hi, Apple is enforcing every app and SDK provider to provide privacy manifest in their SDK, would you please let me know is there any plan for the support? https://developer.apple.com/support/third-party-SDK-requirements/
Add Privacy manifest
I like this package and have used it some years ago. With the Swift macro system in place I wonder though whether it might be possible to formulate this as...
Adds an async version of `.do(_:)` so Then can handle asynchronous closures. It’s conditionally compiled and doesn’t break existing synchronous usage. ## Changes - Introduces a new `do(_:)` with an...