UIKit, ARKit, SceneKit in swiftpm?

Hi, I want to build an ARKit + SceneKit (using Storyboard) game for this year's WWDC Swift Student Challenge.

However, the format for submission must be in swiftpm, and it seems that it only supports SwiftUI.

I'm not too familiar with SwiftUI, so can I still use UIKit, ARKit, and SceneKit in swiftpm? Or must I just build something with SwiftUI?

Thanks!

SwiftUI doesn’t support storyboards at all. However, it is possible to use UIView and UIViewController subclasses in a Swift UI app. For details, see UIKit Views in SwiftUI Apps section of Other UI Framework Views Displayed by SwiftUI.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

UIKit, ARKit, SceneKit in swiftpm?
 
 
Q