Annalise Mariottini
Annalise Mariottini
## Description As muter stands today, SPM projects cannot use `xcodebuild` as a test executable. This is unfortunate, since any SPM projects that targets iOS, watchOS, tvOS, or visionOS must...
Hi all! I'm very excited to start using muter for my projects. However, I'm in a bit of a bind. It _appears_ that muter only works for SPM projects if...
Hi all, sorry for all the recent posts, but I wanted to report another issue I'm observing when running muter. Sometimes, muter will cause a certain async code path to...
## Description I have a Swift CLI that utilizes ShellOut to interact with binary executables. When I use `shellOut` too many times, I sometimes hit an exception that looks something...
I've already opened a [PR](https://github.com/JohnSundell/ShellOut/pull/78) for this issue, but wanted to open an issue for documenting purposes. Copy-pasta from the PR description: --- I have a Swift CLI that utilizes...
I am currently unable to generate mocks for protocols with protocol conformances. Cuckoo claims to support "inheritance (grandparent methods)", but it seems this may not apply to protocols? It's not...
Hi! I wanted to raise a feature request for `@_spi` support in mocked types. For example: ```swift // Module1 protocol MyService { @_spi(MyServiceInternal) func secret() } ``` What would be...