SwiftDocCBundleDiscoveryOptionsStructureBundleDiscoveryOptionsOptions to configure the discovery of documentation bundlesstruct BundleDiscoveryOptionsTopicsInitializersinit(fallbackDisplayName: String?, fallbackIdentifier: String?, fallbackDefaultCodeListingLanguage: String?, fallbackDefaultModuleKind: String?, fallbackDefaultAvailability: DefaultAvailability?, additionalSymbolGraphFiles: [URL])Creates new bundle discovery options with the given information.init(fallbackInfo: DocumentationBundle.Info, additionalSymbolGraphFiles: [URL]) throwsCreates new bundle discovery options with the provided documentation bundle info as Info.plist fallback values.init(infoPlistFallbacks: [String : Any], additionalSymbolGraphFiles: [URL])Creates a new options value with the given configurations.Instance Propertieslet additionalSymbolGraphFiles: [URL]Additional symbol graph files that the provider should include in the discovered bundles.let infoPlistFallbacks: [String : Any]Fallback values for information that’s missing in the bundle’s Info.plist file.