1- # 👀 54 public changes detected
1+ # ⚠️ 54 public changes detected ⚠️
22_ Comparing ` new_private ` to ` old_private ` _
3+ <table ><tr ><td >❇️</td ><td ><b >31 Additions</b ></td ></tr ><tr ><td >🔀</td ><td ><b >21 Modifications</b ></td ></tr ><tr ><td >❌</td ><td ><b >2 Removals</b ></td ></tr ></table >
34
45---
56## ` ReferencePackage `
@@ -32,7 +33,7 @@ public protocol ParentProtocol<ParentType> {
3233public protocol SimpleProtocol
3334
3435```
35- #### 🔀 Changed
36+ #### 🔀 Modified
3637``` javascript
3738// From
3839@_spi (SystemProgrammingInterface)
@@ -135,7 +136,7 @@ public subscript(index: Swift.Int) -> T? { get set }
135136public var lazyVar: Swift .String { get set }
136137
137138` ` `
138- #### 🔀 Changed
139+ #### 🔀 Modified
139140` ` ` javascript
140141// From
141142@_Concurrency .MainActor
@@ -215,7 +216,7 @@ public struct NestedStructInExtension {
215216}
216217
217218` ` `
218- #### 🔀 Changed
219+ #### 🔀 Modified
219220` ` ` javascript
220221// From
221222case caseWithTuple (
@@ -250,7 +251,7 @@ Changes:
250251- Removed parameter `ReferencePackage.CustomEnum`
251252*/
252253` ` `
253- #### 😶🌫️ Removed
254+ #### ❌ Removed
254255` ` ` javascript
255256case caseWithString (Swift .String )
256257` ` `
@@ -272,7 +273,7 @@ associatedtype CustomAssociatedType: Swift.Equatable
272273associatedtype CustomAssociatedType: Swift .Equatable
273274
274275` ` `
275- #### 🔀 Changed
276+ #### 🔀 Modified
276277` ` ` javascript
277278// From
278279func function () -> any Swift.Equatable
@@ -282,7 +283,7 @@ func function() -> Self.CustomAssociatedType
282283
283284/**
284285Changes:
285- - Changed return type from `any Swift.Equatable` to `Self.CustomAssociatedType`
286+ - Modified return type from `any Swift.Equatable` to `Self.CustomAssociatedType`
286287*/
287288```
288289```javascript
@@ -294,7 +295,7 @@ var getSetVar: Self.AnotherAssociatedType { get set }
294295
295296/**
296297Changes:
297- - Changed type from `any Swift.Equatable` to `Self.AnotherAssociatedType`
298+ - Modified type from `any Swift.Equatable` to `Self.AnotherAssociatedType`
298299*/
299300` ` `
300301` ` ` javascript
@@ -306,10 +307,10 @@ var getVar: Self.CustomAssociatedType { get }
306307
307308/**
308309Changes:
309- - Changed type from `any Swift.Equatable` to `Self.CustomAssociatedType`
310+ - Modified type from `any Swift.Equatable` to `Self.CustomAssociatedType`
310311*/
311312` ` `
312- #### 😶🌫️ Removed
313+ #### ❌ Removed
313314` ` ` javascript
314315typealias CustomAssociatedType = Swift .Equatable
315316` ` `
@@ -341,7 +342,7 @@ public typealias Iterator = [ReferencePackage.CustomStruct<T>.AnotherAssociatedT
341342public typealias ParentType = Swift .Double
342343
343344` ` `
344- #### 🔀 Changed
345+ #### 🔀 Modified
345346` ` ` javascript
346347// From
347348@discardableResult
@@ -353,7 +354,7 @@ public func function() -> Swift.Int
353354
354355/**
355356Changes:
356- - Changed return type from `any Swift.Equatable` to `Swift.Int`
357+ - Modified return type from `any Swift.Equatable` to `Swift.Int`
357358*/
358359```
359360```javascript
@@ -365,7 +366,7 @@ public var getSetVar: Swift.Double
365366
366367/**
367368Changes:
368- - Changed type from `any Swift.Equatable` to `Swift.Double`
369+ - Modified type from `any Swift.Equatable` to `Swift.Double`
369370*/
370371```
371372```javascript
@@ -377,7 +378,7 @@ public var getVar: Swift.Int
377378
378379/**
379380Changes:
380- - Changed type from `any Swift.Equatable` to `Swift.Int`
381+ - Modified type from `any Swift.Equatable` to `Swift.Int`
381382*/
382383```
383384### `OpenSpiConformingClass`
@@ -397,7 +398,7 @@ public typealias Iterator = [Swift.Double]
397398public typealias ParentType = Swift.Double
398399
399400```
400- #### 🔀 Changed
401+ #### 🔀 Modified
401402```javascript
402403// From
403404@_spi(SystemProgrammingInterface)
@@ -411,7 +412,7 @@ public func function() -> T
411412
412413/**
413414Changes:
414- - Changed return type from `ReferencePackage.OpenSpiConformingClass.CustomAssociatedType` to `T`
415+ - Modified return type from `ReferencePackage.OpenSpiConformingClass.CustomAssociatedType` to `T`
415416*/
416417```
417418```javascript
@@ -448,7 +449,7 @@ public typealias CustomAssociatedType = T
448449
449450/**
450451Changes:
451- - Changed assignment from `any Swift.Equatable` to `T`
452+ - Modified assignment from `any Swift.Equatable` to `T`
452453*/
453454```
454455```javascript
@@ -462,7 +463,7 @@ public var getSetVar: T
462463
463464/**
464465Changes:
465- - Changed type from `ReferencePackage.OpenSpiConformingClass.CustomAssociatedType` to `T`
466+ - Modified type from `ReferencePackage.OpenSpiConformingClass.CustomAssociatedType` to `T`
466467*/
467468```
468469```javascript
@@ -476,7 +477,7 @@ public var getVar: T
476477
477478/**
478479Changes:
479- - Changed type from `ReferencePackage.OpenSpiConformingClass.CustomAssociatedType` to `T`
480+ - Modified type from `ReferencePackage.OpenSpiConformingClass.CustomAssociatedType` to `T`
480481*/
481482```
482483
0 commit comments