Samuel McBroom

Results 2 issues of Samuel McBroom

**Describe the bug** In SwiftUI 3, support was added for using a binding of an element in a collection. ```swift struct ExampleView: View { @State var directions: [Direction] = [SomeIdentifiableStructWithFields()]...

bug

Hi! I am trying to cross compile for ubuntu `x86_64` and `arm64` architectures. I followed the steps on the readme and cloned the repo and ran `swift run swift-sdk-generator`. However,...

good first issue