18.2 App
The App object is the top-level element within the structure of a SwiftUI application and is responsible for handling the launching and lifecycle of each running instance of the application.
The App element is also responsible for managing the various Scenes that make up the user interface of the application. An application will include only one App instance.