File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -90,4 +90,11 @@ Func UnsafeMutableBufferPointer.withMemoryRebound(to:_:) has been removed
9090Func UnsafeMutablePointer.withMemoryRebound(to:capacity:_:) has been removed
9191Func UnsafePointer.withMemoryRebound(to:capacity:_:) has been removed
9292
93+ // These APIs have been marked @_spi(_Unicode) and SPI is not part of our ABI.
94+ Struct Unicode._NFC is a new API without @available attribute
95+ Struct Unicode._NFD is a new API without @available attribute
96+ Struct Unicode._NormData is a new API without @available attribute
97+ Var StringProtocol._nfc is a new API without @available attribute
98+ Var StringProtocol._nfd is a new API without @available attribute
99+
93100// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
You can’t perform that action at this time.
0 commit comments