|
| 1 | +{ |
| 2 | + "version": { |
| 3 | + "major": 0, |
| 4 | + "minor": 1 |
| 5 | + }, |
| 6 | + "diagnostics": [ |
| 7 | + { |
| 8 | + "identifier": "declTypeChange", |
| 9 | + "text": "cake: Constructor S1.init(_:) has parameter 0 type change from Swift.Int to Swift.Double" |
| 10 | + }, |
| 11 | + { |
| 12 | + "identifier": "funcSelfAccessChange", |
| 13 | + "text": "cake: Func S1.foo1() has self access kind changing from NonMutating to Mutating" |
| 14 | + }, |
| 15 | + { |
| 16 | + "identifier": "declNewAttr", |
| 17 | + "text": "cake: Func S1.foo3() is now static" |
| 18 | + }, |
| 19 | + { |
| 20 | + "identifier": "declNewAttr", |
| 21 | + "text": "cake: Func C1.foo1() is now not static" |
| 22 | + }, |
| 23 | + { |
| 24 | + "identifier": "declTypeChange", |
| 25 | + "text": "cake: Func C1.foo2(_:) has parameter 0 type change from Swift.Int to () -> ()" |
| 26 | + }, |
| 27 | + { |
| 28 | + "identifier": "declAttrChange", |
| 29 | + "text": "cake: Var C1.CIIns1 changes from weak to strong" |
| 30 | + }, |
| 31 | + { |
| 32 | + "identifier": "declAttrChange", |
| 33 | + "text": "cake: Var C1.CIIns2 changes from strong to weak" |
| 34 | + }, |
| 35 | + { |
| 36 | + "identifier": "superClassChanged", |
| 37 | + "text": "cake: Class C4 has changed its super class from APINotesTest.OldType to APINotesTest.NewType" |
| 38 | + }, |
| 39 | + { |
| 40 | + "identifier": "declNewAttr", |
| 41 | + "text": "cake: Enum IceKind is now without @frozen" |
| 42 | + }, |
| 43 | + { |
| 44 | + "identifier": "conformanceRemoved", |
| 45 | + "text": "cake: Enum IceKind has removed conformance to Sendable" |
| 46 | + }, |
| 47 | + { |
| 48 | + "identifier": "genericSigChange", |
| 49 | + "text": "cake: Func P1.P1Constraint() has generic signature change from <Self where Self : cake.P1, Self : cake.P2> to <Self where Self : cake.P1>" |
| 50 | + }, |
| 51 | + { |
| 52 | + "identifier": "conformanceRemoved", |
| 53 | + "text": "cake: Struct fixedLayoutStruct has removed conformance to P1" |
| 54 | + }, |
| 55 | + { |
| 56 | + "identifier": "enumCaseAdded", |
| 57 | + "text": "cake: EnumElement FrozenKind.AddedCase has been added as a new enum case" |
| 58 | + }, |
| 59 | + { |
| 60 | + "identifier": "defaultArgRemoved", |
| 61 | + "text": "cake: Func C7.foo(_:_:) has removed default argument from parameter 0" |
| 62 | + }, |
| 63 | + { |
| 64 | + "identifier": "defaultArgRemoved", |
| 65 | + "text": "cake: Func C7.foo(_:_:) has removed default argument from parameter 1" |
| 66 | + }, |
| 67 | + { |
| 68 | + "identifier": "genericSigChange", |
| 69 | + "text": "cake: Protocol P3 has generic signature change from <Self : cake.P1, Self : cake.P2> to <Self : cake.P1, Self : cake.P4>" |
| 70 | + }, |
| 71 | + { |
| 72 | + "identifier": "conformanceRemoved", |
| 73 | + "text": "cake: Protocol P3 has removed inherited protocol P2" |
| 74 | + }, |
| 75 | + { |
| 76 | + "identifier": "conformanceAdded", |
| 77 | + "text": "cake: Protocol P3 has added inherited protocol P4" |
| 78 | + }, |
| 79 | + { |
| 80 | + "identifier": "defaultAssociatedTypeRemoved", |
| 81 | + "text": "cake: AssociatedType AssociatedTypePro.T1 has removed default type Swift.Int" |
| 82 | + }, |
| 83 | + { |
| 84 | + "identifier": "declTypeChange", |
| 85 | + "text": "cake: AssociatedType AssociatedTypePro.T3 has default type change from cake.C1 to cake.C6" |
| 86 | + }, |
| 87 | + { |
| 88 | + "identifier": "removedDecl", |
| 89 | + "text": "cake: Accessor RemoveSetters.Value.Set() has been removed" |
| 90 | + }, |
| 91 | + { |
| 92 | + "identifier": "removedDecl", |
| 93 | + "text": "cake: Accessor RemoveSetters.subscript(_:).Set() has been removed" |
| 94 | + }, |
| 95 | + { |
| 96 | + "identifier": "protocolReqAdded", |
| 97 | + "text": "cake: AssociatedType RequiementChanges.addedTypeWithoutDefault has been added as a protocol requirement" |
| 98 | + }, |
| 99 | + { |
| 100 | + "identifier": "protocolReqAdded", |
| 101 | + "text": "cake: Func RequiementChanges.addedFunc() has been added as a protocol requirement" |
| 102 | + }, |
| 103 | + { |
| 104 | + "identifier": "protocolReqAdded", |
| 105 | + "text": "cake: Var RequiementChanges.addedVar has been added as a protocol requirement" |
| 106 | + }, |
| 107 | + { |
| 108 | + "identifier": "superClassRemoved", |
| 109 | + "text": "cake: Class SuperClassRemoval has removed its super class cake.C3" |
| 110 | + }, |
| 111 | + { |
| 112 | + "identifier": "notInheritingConvenienceInits", |
| 113 | + "text": "cake: Class SuperClassRemoval no longer inherits convenience inits from its superclass" |
| 114 | + }, |
| 115 | + { |
| 116 | + "identifier": "declKindChanged", |
| 117 | + "text": "cake: Class ClassToStruct has been changed to a Struct" |
| 118 | + }, |
| 119 | + { |
| 120 | + "identifier": "desigInitAdded", |
| 121 | + "text": "cake: Constructor ClassWithMissingDesignatedInits.init() has been added as a designated initializer to an open class" |
| 122 | + }, |
| 123 | + { |
| 124 | + "identifier": "declKindChanged", |
| 125 | + "text": "cake: Protocol ProtocolToEnum has been changed to a Enum" |
| 126 | + }, |
| 127 | + { |
| 128 | + "identifier": "superClassChanged", |
| 129 | + "text": "cake: Class SubGenericClass has changed its super class from cake.GenericClass<cake.P1> to cake.GenericClass<cake.P2>" |
| 130 | + }, |
| 131 | + { |
| 132 | + "identifier": "optionalReqChanged", |
| 133 | + "text": "cake: Func ObjCProtocol.removeOptional() is no longer an optional requirement" |
| 134 | + }, |
| 135 | + { |
| 136 | + "identifier": "removedDecl", |
| 137 | + "text": "cake: Accessor GlobalVarChangedToLet.Set() has been removed" |
| 138 | + }, |
| 139 | + { |
| 140 | + "identifier": "noLongerOpen", |
| 141 | + "text": "cake: Func ClassWithOpenMember.foo() is no longer open for subclassing" |
| 142 | + }, |
| 143 | + { |
| 144 | + "identifier": "noLongerOpen", |
| 145 | + "text": "cake: Var ClassWithOpenMember.property is no longer open for subclassing" |
| 146 | + }, |
| 147 | + { |
| 148 | + "identifier": "noLongerOpen", |
| 149 | + "text": "cake: Accessor ClassWithOpenMember.property.Get() is no longer open for subclassing" |
| 150 | + }, |
| 151 | + { |
| 152 | + "identifier": "noLongerOpen", |
| 153 | + "text": "cake: Func ClassWithOpenMember.bar() is no longer open for subclassing" |
| 154 | + }, |
| 155 | + { |
| 156 | + "identifier": "declKindChanged", |
| 157 | + "text": "cake: InfixOperator ..*.. has been changed to a PrefixOperator" |
| 158 | + }, |
| 159 | + { |
| 160 | + "identifier": "paramOwnershipChange", |
| 161 | + "text": "cake: Func ownershipChange(_:_:) has parameter 0 changing from InOut to Default" |
| 162 | + }, |
| 163 | + { |
| 164 | + "identifier": "paramOwnershipChange", |
| 165 | + "text": "cake: Func ownershipChange(_:_:) has parameter 1 changing from Shared to Owned" |
| 166 | + }, |
| 167 | + { |
| 168 | + "identifier": "declTypeChange", |
| 169 | + "text": "cake: TypeAlias TChangesFromIntToString.T has underlying type change from Swift.Int to Swift.String" |
| 170 | + }, |
| 171 | + { |
| 172 | + "identifier": "funcSelfAccessChange", |
| 173 | + "text": "cake: Func HasMutatingMethodClone.foo() has self access kind changing from Mutating to NonMutating" |
| 174 | + }, |
| 175 | + { |
| 176 | + "identifier": "objcNameChange", |
| 177 | + "text": "cake: Class SwiftObjcClass has ObjC name change from OldObjCClass to NewObjCClass" |
| 178 | + }, |
| 179 | + { |
| 180 | + "identifier": "objcNameChange", |
| 181 | + "text": "cake: Func SwiftObjcClass.foo(a:b:c:) has ObjC name change from OldObjCFool:OldObjCA:OldObjCB: to NewObjCFool:NewObjCA:NewObjCB:" |
| 182 | + }, |
| 183 | + { |
| 184 | + "identifier": "desigInitAdded", |
| 185 | + "text": "cake: Constructor AddingNewDesignatedInit.init(_:) has been added as a designated initializer to an open class" |
| 186 | + }, |
| 187 | + { |
| 188 | + "identifier": "renamedDecl", |
| 189 | + "text": "cake: Func S1.foo5(x:y:) has been renamed to Func foo5(x:y:z:)" |
| 190 | + }, |
| 191 | + { |
| 192 | + "identifier": "removedDecl", |
| 193 | + "text": "cake: Constructor Somestruct2.init(_:) has been removed" |
| 194 | + }, |
| 195 | + { |
| 196 | + "identifier": "renamedDecl", |
| 197 | + "text": "cake: Struct Somestruct2 has been renamed to Struct NSSomestruct2" |
| 198 | + }, |
| 199 | + { |
| 200 | + "identifier": "removedDecl", |
| 201 | + "text": "cake: Func C4.foo() has been removed" |
| 202 | + }, |
| 203 | + { |
| 204 | + "identifier": "removedDecl", |
| 205 | + "text": "cake: Func RequiementChanges.removedFunc() has been removed" |
| 206 | + }, |
| 207 | + { |
| 208 | + "identifier": "removedDecl", |
| 209 | + "text": "cake: AssociatedType RequiementChanges.removedType has been removed" |
| 210 | + }, |
| 211 | + { |
| 212 | + "identifier": "removedDecl", |
| 213 | + "text": "cake: Var RequiementChanges.removedVar has been removed" |
| 214 | + }, |
| 215 | + { |
| 216 | + "identifier": "removedDecl", |
| 217 | + "text": "cake: Func Int.IntEnhancer() has been removed" |
| 218 | + } |
| 219 | + ] |
| 220 | +} |
0 commit comments