We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a1088 commit 6dfd730Copy full SHA for 6dfd730
Sources/SWBCore/SpecImplementations/PropertyDomainSpec.swift
@@ -118,6 +118,8 @@ private final class EnumBuildOptionType : BuildOptionType {
118
return try namespace.declareEnumMacro(name) as EnumMacroDeclaration<SwiftAPIDigesterMode>
119
case "LINKER_FILE_LIST_FORMAT":
120
return try namespace.declareEnumMacro(name) as EnumMacroDeclaration<LinkerFileListFormat>
121
+ case "DOCC_MINIMUM_ACCESS_LEVEL":
122
+ return try namespace.declareEnumMacro(name) as EnumMacroDeclaration<DoccMinimumAccessLevel>
123
default:
124
return try namespace.declareStringMacro(name)
125
}
0 commit comments