James Pamplona
James Pamplona
This adds dynamic callable and member lookup. I uncommented the commented out tests in `TestDynamic.swift` and they pass. Is this something you'd be open to merging? I can add the...
## Situation Right now the selection indicator is always a checkmark that matches SwiftUI's `Picker`. It might be nice for this to be configurable. ## Solution There should be a...
## Situation Right now, in `navigationLink` style pickers, when an optional binding is given to `selection` and there is nothing selected, the choice is represented by the string "(None)". This...
What's in this pull request? ============================ Adds compatibility with the [Swift Testing](https://github.com/swiftlang/swift-testing/tree/main) (swift-testing) framework while maintaining the existing compatibility with XCTest. Why merge this pull request? ============================ This would allow...
What's in this pull request? ============================ This PR adds compatibility with Swift 6 mode while maintaining Swift 5.2 compatibility. - Makes SwiftCheck compatible with Swift 6 language - Fix Swift...