Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

tapi-invalid-v1.tbd
--- !tapi-tbd-v1

archs: [ armv7, armv7s, arm64 ]

platform: ios
install-name: /u/l/libfoo.dylib
current-version: 1.2.3
compatibility-version: 1.0
swift-version: 0
objc-constraint: none
expors:
 - archs: [ arm64, armv7 ]
   allowed-clients: [ client ]
   symbols: [ _sym, _test, _a, _b, ]
...