diff --git a/include/swift/AST/Attr.def b/include/swift/AST/Attr.def index 8cd29a391e79f..f5e2c739bfbfd 100644 --- a/include/swift/AST/Attr.def +++ b/include/swift/AST/Attr.def @@ -514,7 +514,7 @@ DECL_ATTR(differentiable, Differentiable, 91) DECL_ATTR(differentiating, Differentiating, OnFunc | LongAttribute | AllowMultipleAttributes | - ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove | + ABIStableToAdd | ABIBreakingToRemove | APIStableToAdd | APIBreakingToRemove | NotSerialized, 92) SIMPLE_DECL_ATTR(compilerEvaluable, CompilerEvaluable, OnAccessor | OnFunc | OnConstructor | OnSubscript | @@ -522,12 +522,13 @@ SIMPLE_DECL_ATTR(compilerEvaluable, CompilerEvaluable, NotSerialized, 93) SIMPLE_DECL_ATTR(noDerivative, NoDerivative, OnVar | - ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove, + ABIBreakingToAdd | ABIBreakingToRemove | APIBreakingToAdd | APIBreakingToRemove, 94) DECL_ATTR(transposing, Transposing, OnFunc | LongAttribute | AllowMultipleAttributes | - ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove | + ABIStableToAdd | ABIBreakingToRemove | APIStableToAdd | APIBreakingToRemove | NotSerialized, 96) +// SWIFT_ENABLE_TENSORFLOW END SIMPLE_DECL_ATTR(IBSegueAction, IBSegueAction, OnFunc |