Daniel Bauke
Daniel Bauke
I use custom `UIViewControllerAnimatedTransitioning` to open a new controller with its background set as FXBlurView based on `presentingController.view`. The animation isn't anything fancy – it basically changes the frame from...
I couldn't find it anywhere: is it possible to define a precise set of methods called on a mock and no others? I'd expect an interface for that like that:...
Replicate `when: ` from `"Download Codecov Uploader"` step in `"Upload Coverage Results"` and `"Validate Codecov Uploader"`.
In my package for 5.10, with Xcode 16.2 I was getting that, so why not sendablize it? ``` .../SourcePackages/checkouts/swift-macro-testing/Sources/MacroTesting/MacrosTestTrait.swift:11:9: error: stored property 'configuration' of 'Sendable'-conforming struct '_MacrosTestTrait' has non-sendable type...