@@ -26,9 +26,7 @@ cake: InfixOperator ..*.. has been changed to a PrefixOperator
2626cake: Protocol ProtocolToEnum has been changed to a Enum
2727
2828/* Renamed Decls */
29- cake: Class SwiftObjcClass has ObjC name change from OldObjCClass to NewObjCClass
3029cake: Func S1.foo5(x:y:) has been renamed to Func foo5(x:y:z:)
31- cake: Func SwiftObjcClass.foo(a:b:c:) has ObjC name change from OldObjCFool:OldObjCA:OldObjCB: to NewObjCFool:NewObjCA:NewObjCB:
3230cake: Struct Somestruct2 has been renamed to Struct NSSomestruct2
3331
3432/* Type Changes */
@@ -54,15 +52,13 @@ cake: Accessor GlobalLetChangedToVar.Set() is a new API without @available attri
5452cake: Accessor fixedLayoutStruct2.BecomeFixedBinaryOrder.Modify() is a new API without @available attribute
5553cake: Accessor fixedLayoutStruct2.BecomeFixedBinaryOrder.Set() is a new API without @available attribute
5654cake: Class C0 is a new API without @available attribute
57- cake: Class C5 is now without @objc
5855cake: Class C8 is a new API without @available attribute
5956cake: Constructor C1.init(_:) is a new API without @available attribute
6057cake: Constructor ClassWithMissingDesignatedInits.init() is a new API without @available attribute
6158cake: Constructor SubclassWithMissingDesignatedInits.init() is a new API without @available attribute
6259cake: Enum IceKind is now without @frozen
6360cake: EnumElement FrozenKind.AddedCase is a new API without @available attribute
6461cake: Func C1.foo1() is now not static
65- cake: Func C5.dy_foo() is now with dynamic
6662cake: Func FinalFuncContainer.NewFinalFunc() is now with final
6763cake: Func FinalFuncContainer.NoLongerFinalFunc() is now without final
6864cake: Func Float.floatHigher() is a new API without @available attribute
@@ -94,8 +90,6 @@ cake: Var fixedLayoutStruct2.NoLongerWithFixedBinaryOrder is no longer a stored
9490/* Protocol Conformance Change */
9591cake: Class C7 has added a conformance to an existing protocol P1
9692cake: Class SuperClassChange has added a conformance to an existing protocol P1
97- cake: Func ObjCProtocol.addOptional() is now an optional requirement
98- cake: Func ObjCProtocol.removeOptional() is no longer an optional requirement
9993cake: Protocol P3 has added inherited protocol P4
10094cake: Protocol P3 has removed inherited protocol P2
10195cake: Struct fixedLayoutStruct has added a conformance to an existing protocol P2
@@ -110,7 +104,6 @@ cake: Func RequiementChanges.addedFunc() has been added as a protocol requiremen
110104cake: Var RequiementChanges.addedVar has been added as a protocol requirement
111105
112106/* Class Inheritance Change */
113- cake: Class C4 has changed its super class from APINotesTest.OldType to APINotesTest.NewType
114107cake: Class SubGenericClass has changed its super class from cake.GenericClass<cake.P1> to cake.GenericClass<cake.P2>
115108cake: Class SuperClassRemoval has removed its super class cake.C3
116109cake: Class SuperClassRemoval no longer inherits convenience inits from its superclass
0 commit comments