Family Activity Picker | Screen Time API features iOS 16

Label(selection.applicationTokens.first!)is not showing, what is the problem?

if selection.applicationTokens.count != 0 {
                    Label(selection.applicationTokens.first!)
                } else {
                    Label("No application", systemImage: "app.dashed")
                }
                FamilyActivityPicker(selection: $selection)

Family Activity Picker | Screen Time API features iOS 16
 
 
Q