fix(identity-wallet): import Location from security_framework::item (not key)
Location is only publicly exported from security_framework::item, not
security_framework::key. The previous import would fail to compile on
real iOS targets. Matches the import pattern in device_key.rs.