This post is from the WWDC26 Privacy & Security Q&A.
The DeclaredAgeRange framework's 'actions' are not sendable. This means when the app is in swift 6 mode, the sample code provided in the documentation won't even compile due to the thread isolation.
Is there any reason why the action closure in the environment can't be sendable? Otherwise @preconcurrency import for me.
FB20959748