Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

module.modulemap
module AnotherModule {
  header "AnotherModule.h"
  exclude header "AnotherModuleExcluded.h"
}
module Umbrella {
  umbrella "umbrella"
}
module NotFramework {
  header "NotFramework.h"
}

framework module * { }