Which keyword is used to declare a constant in Swift?
What is the default value of an uninitialized optional variable in Swift?
Which data type is used to represent true or false values in Swift?
Which operator is used for string interpolation in Swift?
What is the correct syntax to declare an array in Swift?
What is the primary difference between a struct and a class in Swift?
Which keyword is used to define a protocol in Swift?
Which initializer is guaranteed to initialize all properties before use?
Which access level makes an entity available only within the same source file?
Which statement is used to match multiple cases in a switch statement?
Which concurrency model was introduced in Swift 5.5?
What is an actor in Swift?
Which framework provides reactive programming in Swift?
Which SwiftUI property wrapper stores a value type in a view?
Which keyword suspends execution until a task completes?