Skip to content

Commit eacab52

Browse files
committed
Update api-digester with these SPI APIs
1 parent 5e5e183 commit eacab52

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/api-digester/stability-stdlib-abi-without-asserts.test

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,11 @@ Func UnsafeMutableBufferPointer.withMemoryRebound(to:_:) has been removed
9090
Func UnsafeMutablePointer.withMemoryRebound(to:capacity:_:) has been removed
9191
Func 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.)

0 commit comments

Comments
 (0)