Source public enum Source The source that created a dispatch. application The Dispatch was created by the application Declaration Swift case application module(_:) The Dispatch was created by a module Declaration Swift case module(Module.Type) moduleType The module type if this source represents a module. Declaration Swift public var moduleType: Module.Type? { get }