Xcode Swift Build Settings Missing

I have a project that contains an App, a custom keyboard and an embedded framework. A bit of context...

The app was created as an ObjC project a while ago, the keyboard was also started as ObjC. The embedded framework was added later as ObjC as well.


The project is being converted to Swift. I can see the Swift compiler options in the project but setting a value at the project level trickles down into User-Defined settings at the target level.


Here's a screenshot of what I'm trying to explain.

On the left is the project-level settings, on the right are the target-level settings.


Please note that creating a new project with the same setup does show the Swift compiler settings.

How can I make these settings show up? What are the impacts of having these settings in User-Defined? Are they going to act the same way?

I have the same problem, then I add a swift file in the new target and see the swift setting

Xcode Swift Build Settings Missing
 
 
Q