|
1 | 1 |
|
2 | 2 | /* Generic Signature Changes */
|
| 3 | +cake: Constructor S1.init(_:) has mangled name changing from 'cake.S1.init(Swift.Int) -> cake.S1' to 'cake.S1.init(Swift.Double) -> cake.S1' |
| 4 | +cake: Func C1.foo1() has mangled name changing from 'static cake.C1.foo1() -> ()' to 'cake.C1.foo1() -> ()' |
| 5 | +cake: Func C1.foo2(_:) has mangled name changing from 'cake.C1.foo2(Swift.Int) -> ()' to 'cake.C1.foo2(() -> ()) -> ()' |
3 | 6 | cake: Func P1.P1Constraint() has generic signature change from <Self where Self : cake.P1, Self : cake.P2> to <Self where Self : cake.P1>
|
| 7 | +cake: Func P1.P1Constraint() has mangled name changing from '(extension in cake):cake.P1< where A: cake.P2>.P1Constraint() -> ()' to '(extension in cake):cake.P1.P1Constraint() -> ()' |
| 8 | +cake: Func S1.foo3() has mangled name changing from 'cake.S1.foo3() -> ()' to 'static cake.S1.foo3() -> ()' |
| 9 | +cake: Func S1.foo5(x:y:) has mangled name changing from 'cake.S1.foo5(x: Swift.Int, y: Swift.Int) -> ()' to 'cake.S1.foo5(x: Swift.Int, y: Swift.Int, z: Swift.Int) -> ()' |
| 10 | +cake: Func Somestruct2.foo1(_:) has mangled name changing from 'static cake.Somestruct2.foo1(cake.C3) -> ()' to 'static cake.NSSomestruct2.foo1(cake.C1) -> ()' |
| 11 | +cake: Func ownershipChange(_:_:) has mangled name changing from 'cake.ownershipChange(inout Swift.Int, __shared Swift.Int) -> ()' to 'cake.ownershipChange(Swift.Int, __owned Swift.Int) -> ()' |
| 12 | +cake: Func returnFunctionTypeOwnershipChange() has mangled name changing from 'cake.returnFunctionTypeOwnershipChange() -> (cake.C1) -> ()' to 'cake.returnFunctionTypeOwnershipChange() -> (__owned cake.C1) -> ()' |
4 | 13 | cake: Protocol P3 has generic signature change from <Self : cake.P1, Self : cake.P2> to <Self : cake.P1, Self : cake.P4>
|
| 14 | +cake: Struct Somestruct2 has mangled name changing from 'cake.Somestruct2' to 'cake.NSSomestruct2' |
5 | 15 |
|
6 | 16 | /* RawRepresentable Changes */
|
7 | 17 |
|
@@ -112,6 +122,5 @@ cake: Var RequiementChanges.addedVar has been added as a protocol requirement
|
112 | 122 | /* Class Inheritance Change */
|
113 | 123 | cake: Class SubGenericClass has changed its super class from cake.GenericClass<cake.P1> to cake.GenericClass<cake.P2>
|
114 | 124 | cake: Class SuperClassRemoval has removed its super class cake.C3
|
115 |
| -cake: Class SuperClassRemoval no longer inherits convenience inits from its superclass |
116 | 125 | cake: Constructor AddingNewDesignatedInit.init(_:) has been added as a designated initializer to an open class
|
117 | 126 | cake: Constructor ClassWithMissingDesignatedInits.init() has been added as a designated initializer to an open class
|
0 commit comments