After watching WWDC 2016 session 420, Optimizing Web Content in Your App, I added "com.apple.webinspector.allow = YES" to the existing entitlements file.
Build & Run results in immediate crash. Reviewing the crash log reveals
Exception Type: EXC_CRASH (Code Signature Invalid)
Remove that row from the entitlement file and the app runs fine.
How can this be fixed, so that the app may connect to the Safari developer tools?