swcd
runs on iOS and macOS devices and will periodically attempt to access /apple-app-site-association
and /.well-known/apple-app-site-association
. This is used for several features which mediate between an Apple native app and the web, including Shared Web Credentials, Handoff, and Universal Links.
This process will typically run overnight in the user's local time zone, but specific timing is not guaranteed.
See also Setting Up an App’s Associated Domains for more information on associated domains.
Hard to guess the cause of the spike without knowing more about your product - but some possible causes:
- you recently released an update to your iOS or macOS app
- a larger customer just signed up for your service or rolled out your product to more employees
- a larger customer just deployed an iOS or macOS operating system update to their managed devices
Anyway, I would ignore the spike. If it's causing you trouble, ensure your load balancer is configured correctly.
swcd
is part of macOS. It seems to be something related to credential (password) storage. I don't know why it would make requests to your server but my guess would be that this is on systems of users who visit your server in Safari and have stored their login data in iCloud keychain. – Enliven