CareKit and SwiftUI

The WWDC CareKit video shows SwiftUI views, but the git repository only includes UIKit.

What am I doing wrong?
CareKit includes both UIKit and SwiftUI views. Presently there are more UIKit views, but the newest views are all in SwiftUI, and future views will be as well.

One example is the SimpleTaskView.
CareKit and SwiftUI
 
 
Q