framework module SwiftWarplyFramework {
  umbrella header "SwiftWarplyFramework.h"

  export *
  module * { export * }
}

module SwiftWarplyFramework.Swift {
    header "SwiftWarplyFramework-Swift.h"
    requires objc
}