Derek Clarkson
Derek Clarkson
Same here. Fastlane now broken and unusable. Have tried the gem version of Fastlane and the brew version. Same result with both. In my case I was trying to run...
Hi @jakubvano It's been a while since I've passed by as I've been off working on other projects (some of which could really benefit from Swinject). Just wanted to say...
Haven't tried it, but could the resolver (main Container) be passed via an `@Environment` reference? So it would be a requirement to set the container into the environment of the...
Hi, Thanks for replying. I'm still trying to find out what API we are using as I don't work in that area. I just got told Integration 0.1.18 if that...
Ahh, I get it, it's part of the SwiftLog 1.4.3 update.
I've patched around this by anchoring SwiftLog at 1.4.2 in my package files so that it's not demanding `Sendable` conformance.
I've now raised a bug on SwiftLog: https://github.com/apple/swift-log/issues/228 From the lengthy discussion over there about adding `Sendable` is appears they thought it would just trigger a warning. So I'm wondering...
Cool thanks @adam-fowler. I'll give it a try. Looks like the Apple guys will be patching as well but I presume you would want to be adding `Sendable` anyway.
All fixed, both by you and by the Apple team. Thanks
I would like the ability to either: 1. Set a global ignore NS_UNAVAILABLE methods. 2. or, Autogenerate a unavailable comment so I don't have to keep entering the same stuff.