Today extension doesn\'t show up in a Swift app, but it does in a Objective C app.
What I did was to add a UILabel with some content on the storyboard for the swift
The problem for me was that the extension's deployment target was set to a different version than my app's target. You should confirm the extension's target is set appropriately because it may target a different version.