It tracks a the progress of an upload to a server. The data is provided locally. I've tried to setting the data to static strings in the ActivityConfiguration, and it still has the same behavior.
let activity = try? Activity.request(
attributes: activityAttribute,
contentState: initialState,
pushType: nil
)
I'm not seeing anything the console.app other than
<private> is not entitled to specify a scene target. Defaulting containingProcess target to <private> that happens at about the time the activity is created.