@@ -44,6 +44,7 @@ GROUP(ActorIsolatedCall, "actor-isolated-call")
4444GROUP(AlwaysAvailableDomain, " always-available-domain" )
4545GROUP(AvailabilityUnrecognizedName, " availability-unrecognized-name" )
4646GROUP(ClangDeclarationImport, " clang-declaration-import" )
47+ GROUP(CompilationCaching, " compilation-caching" )
4748GROUP(ConformanceIsolation, " conformance-isolation" )
4849GROUP(DeprecatedDeclaration, " deprecated-declaration" )
4950GROUP(DynamicCallable, " dynamic-callable-requirements" )
@@ -52,6 +53,7 @@ GROUP(ErrorInFutureSwiftVersion, "error-in-future-swift-version")
5253GROUP(ExclusivityViolation, " exclusivity-violation" )
5354GROUP(ExistentialAny, " existential-any" )
5455GROUP(ExistentialMemberAccess, " existential-member-access-limitations" )
56+ GROUP(ExistentialType, " existential-type" )
5557GROUP(ImplementationOnlyDeprecated, " implementation-only-deprecated" )
5658GROUP(IsolatedConformances, " isolated-conformances" )
5759GROUP(MemberImportVisibility, " member-import-visibility" )
@@ -63,10 +65,12 @@ GROUP(MutableGlobalVariable, "mutable-global-variable")
6365GROUP(NominalTypes, " nominal-types" )
6466GROUP(NonisolatedNonsendingByDefault, " nonisolated-nonsending-by-default" )
6567GROUP(OpaqueTypeInference, " opaque-type-inference" )
68+ GROUP(PerformanceHints, " performance-hints" )
6669GROUP(PreconcurrencyImport, " preconcurrency-import" )
6770GROUP(PropertyWrappers, " property-wrapper-requirements" )
6871GROUP(ProtocolTypeNonConformance, " protocol-type-non-conformance" )
6972GROUP(ResultBuilderMethods, " result-builder-methods" )
73+ GROUP(ReturnTypeImplicitCopy, " return-type-implicit-copy" )
7074GROUP(SendableClosureCaptures, " sendable-closure-captures" )
7175GROUP(SendableMetatypes, " sendable-metatypes" )
7276GROUP(SendingRisksDataRace, " sending-risks-data-race" )
@@ -76,14 +80,10 @@ GROUP(StringInterpolationConformance, "string-interpolation-conformance")
7680GROUP(TemporaryPointers, " temporary-pointers" )
7781GROUP(TrailingClosureMatching, " trailing-closure-matching" )
7882GROUP(UnknownWarningGroup, " unknown-warning-group" )
79- GROUP(CompilationCaching, " compilation-caching" )
8083GROUP(WeakMutability, " weak-mutability" )
8184
82- GROUP(PerformanceHints, " performance-hints" )
83- GROUP(ReturnTypeImplicitCopy, " return-type-implicit-copy" )
84- GROUP_LINK(PerformanceHints, ReturnTypeImplicitCopy)
85- GROUP(ExistentialType, " existential-type" )
8685GROUP_LINK(PerformanceHints, ExistentialType)
86+ GROUP_LINK(PerformanceHints, ReturnTypeImplicitCopy)
8787
8888#define UNDEFINE_DIAGNOSTIC_GROUPS_MACROS
8989#include " swift/AST/DefineDiagnosticGroupsMacros.h"
0 commit comments