Spotlight archive

Guess the language.

Three lines, three guesses.

MODESpotlight0/3
Spotlight · ?.??
1guard let user = users.first(where: { $0.id == userId }) else { return nil }
2let names = users.compactMap { $0.displayName?.uppercased() }
3return User.summary(of: names, byUser: user)
Keep going