SwiftDate.modulemap 108 Bytes
framework module SwiftDate {
  umbrella header "SwiftDate-umbrella.h"

  export *
  module * { export * }
}