SwiftDocCBuildMetadataStructureBuildMetadataA value that encapsulates metadata for a documentation bundle that DocC built.struct BuildMetadataTopicsInitializersinit(bundleDisplayName: String, bundleID: DocumentationBundle.Identifier)Creates a build metadata value for a documentation bundle built by DocC.init(from: any Decoder) throwsInstance Propertiesvar bundleDisplayName: StringThe display name of the documentation bundle that DocC built.let bundleID: DocumentationBundle.IdentifierThe bundle identifier of the documentation bundle that DocC built.var schemaVersion: SemanticVersionThe current version of the build metadata schema.