@@ -12,7 +12,7 @@ extension Direction: _BridgedSwiftCaseEnum {
1212 return bridgeJSLowerParameter ( )
1313 }
1414
15- private init ? ( bridgeJSRawValue: Int32 ) {
15+ @ _spi ( BridgeJS ) @ usableFromInline init ? ( bridgeJSRawValue: Int32 ) {
1616 switch bridgeJSRawValue {
1717 case 0 :
1818 self = . north
@@ -27,7 +27,7 @@ extension Direction: _BridgedSwiftCaseEnum {
2727 }
2828 }
2929
30- private var bridgeJSRawValue : Int32 {
30+ @ _spi ( BridgeJS ) @ usableFromInline var bridgeJSRawValue : Int32 {
3131 switch self {
3232 case . north:
3333 return 0
@@ -55,7 +55,7 @@ extension Status: _BridgedSwiftCaseEnum {
5555 return bridgeJSLowerParameter ( )
5656 }
5757
58- private init ? ( bridgeJSRawValue: Int32 ) {
58+ @ _spi ( BridgeJS ) @ usableFromInline init ? ( bridgeJSRawValue: Int32 ) {
5959 switch bridgeJSRawValue {
6060 case 0 :
6161 self = . loading
@@ -68,7 +68,7 @@ extension Status: _BridgedSwiftCaseEnum {
6868 }
6969 }
7070
71- private var bridgeJSRawValue : Int32 {
71+ @ _spi ( BridgeJS ) @ usableFromInline var bridgeJSRawValue : Int32 {
7272 switch self {
7373 case . loading:
7474 return 0
@@ -94,7 +94,7 @@ extension TSDirection: _BridgedSwiftCaseEnum {
9494 return bridgeJSLowerParameter ( )
9595 }
9696
97- private init ? ( bridgeJSRawValue: Int32 ) {
97+ @ _spi ( BridgeJS ) @ usableFromInline init ? ( bridgeJSRawValue: Int32 ) {
9898 switch bridgeJSRawValue {
9999 case 0 :
100100 self = . north
@@ -109,7 +109,7 @@ extension TSDirection: _BridgedSwiftCaseEnum {
109109 }
110110 }
111111
112- private var bridgeJSRawValue : Int32 {
112+ @ _spi ( BridgeJS ) @ usableFromInline var bridgeJSRawValue : Int32 {
113113 switch self {
114114 case . north:
115115 return 0
@@ -137,7 +137,7 @@ extension PublicStatus: _BridgedSwiftCaseEnum {
137137 return bridgeJSLowerParameter ( )
138138 }
139139
140- private init ? ( bridgeJSRawValue: Int32 ) {
140+ @ _spi ( BridgeJS ) @ usableFromInline init ? ( bridgeJSRawValue: Int32 ) {
141141 switch bridgeJSRawValue {
142142 case 0 :
143143 self = . success
@@ -146,7 +146,7 @@ extension PublicStatus: _BridgedSwiftCaseEnum {
146146 }
147147 }
148148
149- private var bridgeJSRawValue : Int32 {
149+ @ _spi ( BridgeJS ) @ usableFromInline var bridgeJSRawValue : Int32 {
150150 switch self {
151151 case . success:
152152 return 0
0 commit comments