Building Audiokit into a framework

Hi there! I’d like to mess around with the source code for AudioKit. I’m trying to build AudioKit into a framework that can be dropped into an Xcode project.

There’s one file in there that I can open in Xcode, called Package.swift. When I open it and build, this is what I get in the Build folder.

There are two .swiftmodule files and one .o file. How do I build the actual .framework file that can be linked to in an Xcode project. Would appreciate any kind of help here. Not sure what I should do with these files.