youjinp / SwiftUIKit

A collection of missing SwiftUI components
MIT License
277 stars 32 forks source link

Error when building with Xcode Version 14.0 beta 3 (14A5270f) #33

Closed TheApApp closed 2 years ago

TheApApp commented 2 years ago

Receiving the following build errors:

1) /Users/dev/Library/Developer/Xcode/DerivedData/AppName-hbeklfnuvwbepyaujkierepomydw/SourcePackages/checkouts/SwiftUIKit/Sources/SwiftUIKit/views/ContactPicker.swift:73:24: error build: Inheritance from non-protocol, non-class type 'ContactPicker.Coordinator' (aka 'any Coordinator')

2) /Users/dev/Library/Developer/Xcode/DerivedData/AppName-hbeklfnuvwbepyaujkierepomydw/SourcePackages/checkouts/SwiftUIKit/Sources/SwiftUIKit/views/ContactPicker.swift:91:24: error build: Inheritance from non-protocol, non-class type 'ContactPicker.Coordinator' (aka 'any Coordinator')

TheApApp commented 2 years ago

Note it compiles fine on Xcode 13.4.1 (13F100)

youjinp commented 2 years ago

Yep, this is acknowledged with #32. I'd appreciate if you could make the changes suggested. Haven't gotten around to Xcode 14 yet 🙏

TheApApp commented 2 years ago

Thanks for the heads up! (not a git expert with Xcode, and Can't figure out how to update the package dependency for the proposed fix. Will keep an eye out.