Matejkob/swift-spyable
Swift macro that simplifies and automates the process of creating spies for testing
SwiftMIT
Issues
- 0
Support `static`
#124 opened by crane-hiromu - 1
- 0
- 0
Forced Unwrapped as returned type in func fails
#98 opened by Matejkob - 1
Support `any`
#90 opened by crane-hiromu - 0
Optimize for IOS 16 and above.
#92 opened by yukihiro-yukki-sato - 0
Support `@unchecked Sendable`
#91 opened by crane-hiromu - 1
Support protocol `init` requirements
#81 opened by bradleymackey - 1
- 0
Preprocessor flag can't be retriever when protocol has more then one attribute
#79 opened by Matejkob - 4
Support throwable computed properties
#74 opened by vadimkrutovlv - 0
- 0
Support `func foo(bar: inout String)`
#2 opened by Matejkob - 4
Support generic functions
#52 opened by knellr - 1
[Bug] Doesn't support multiple functions of the same name with different parameters
#19 opened by brzzdev - 1
- 9
Using macro in test only
#41 opened by Alex293 - 0
Missing support for protocol associatedtypes
#67 opened by ankithTao - 10
- 0
- 0
- 0
Refactor factories
#22 opened by Matejkob - 0
Add swift-format
#21 opened by Matejkob - 1
`mutating` functions cause a compiler error
#31 opened by davbeck - 2
Compilation flag as an argument to the macro
#18 opened by art-divin - 1
- 3
- 3
0.1.x not compatible with Xcode 15.0
#39 opened by pchmelar - 1
Question: Trust & Enable the macro on CI
#38 opened by bryanrmq - 1
Undefined symbols for architecture arm64
#30 opened by pawello2222 - 0
Error: 'peer' macros are not allowed to introduce arbitrary names at global scope
#25 opened by Matejkob - 0
Update swift-syntax
#23 opened by Matejkob - 0
Support throwing error
#4 opened by Matejkob - 0
Remove `@escaping` attribute from `ReceivedArguments` and `ReceivedInvocations`
#5 opened by Matejkob - 0
Support `func foo(bar some Type)`
#3 opened by Matejkob - 0
Support `func foo(arguments: String...)`
#1 opened by Matejkob