Swift how to add password to the `Passwords App`

I added a password to Keychain using Swift on macOS. All works well, and I can see it using Keychain Access, it is stored under iCloud -> Passwords.

How can I see this password on the Passwords App. Is there something I need to do, maybe in Swift, to have this password in the Passwords App, not just in Keychain Access

Note, I have turn on iCloud Keychain on my Mac: https://support.apple.com/en-us/109016

How can I see this password on the .

You can’t. Passwords is primarily focused on passwords for websites. If you’re building an app, you should put the UI to manage your password within your app.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Swift how to add password to the `Passwords App`
 
 
Q