SJ
SJ
With addition of queues, library isn't "thread-safe" but it's getting there.
This is more important than ever - I've finally noticed an inconsistency in the wild in one of my simulator applications. Can't reproduce it yet. It's also a weird workflow,...
Hi @albetoetecnia Actually pods haven't been supported for a long time - I've been using SPM and (previously) Carthage only. In fact, I thought I had removed pods entirely, but...
Unfortunately, the Readme is wayyyyyyyyyyy out of date. I use this library in many projects, but unfortunately, I'm not great at keeping documentation up to date.
@albetoetecnia It's literally been years since I used CocoaPods, since I moved to Carthage, then to SPM - but can you try out: https://github.com/RobotPajamas/SwiftyTeeth/tree/feature/53-podfile It passes the spec lint now...
(and 1.0.0 won't come out until I have full automation tests, including testing pods and carthage pulls)
These will likely be enums that inherit from Swift.Error, so that they can be easily used in the Result enum
@ericlewis Legend! Do you happen to know if Swift Package Manager yet lets us use multiple packages with multiple OS requirements? I last looked into this like 6 months ago,...
That's true - my thinking was mostly in cases where there are deps installed, but in this case, you're right - it doesn't matter
Just a note for posterity, I've been using these in my apps that targeted iOS 15+, however, since async/await was back ported a bit - I've been using them in...