File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -1121,3 +1121,21 @@ Added: _$ss11InlineArrayVsRi__rlE17_protectedAddressSPyq_GvpMV
11211121
11221122// lengthOfBytes(using:)
11231123Added: __swift_stdlib_NSStringLengthOfBytesInEncodingTrampoline
1124+
1125+ // Word breaking symbols exposed in 6.3
1126+ Added: _$sSS10_wordIndex19somewhereAtOrBeforeSS0B0VAD_tF
1127+ Added: _$ss7UnicodeO15_WordRecognizerV22hasCandidateBreakAtEndSbyF
1128+ Added: _$ss7UnicodeO15_WordRecognizerV5afterAdB6ScalarV_tcfC
1129+ Added: _$ss7UnicodeO15_WordRecognizerV8hasBreak6beforeSb12setCandidate_Sb07breakAtH0Sb0I4HeretAB6ScalarV_tF
1130+ Added: _$ss7UnicodeO15_WordRecognizerVADycfC
1131+ Added: _$ss7UnicodeO15_WordRecognizerVMa
1132+ Added: _$ss7UnicodeO15_WordRecognizerVMn
1133+ Added: _$ss7UnicodeO15_WordRecognizerVN
1134+ Added: _$ss7UnicodeO27_RandomAccessWordRecognizerV18hasGuaranteedBreak5afterSb12setCandidate_Sb07breakAtK0Sb0L4HeretAB6ScalarV_tF
1135+ Added: _$ss7UnicodeO27_RandomAccessWordRecognizerV6beforeAdB6ScalarV_tcfC
1136+ Added: _$ss7UnicodeO27_RandomAccessWordRecognizerVMa
1137+ Added: _$ss7UnicodeO27_RandomAccessWordRecognizerVMn
1138+ Added: _$ss7UnicodeO27_RandomAccessWordRecognizerVN
1139+ // Obsolete/broken SPIs removed in 6.3
1140+ Removed: _$sSS17_nearestWordIndex9atOrBelowSS0C0VAD_tF
1141+ Removed: _$sSS10_wordIndex6beforeSS0B0VAD_tF
Original file line number Diff line number Diff line change 33
44// REQUIRES: executable_test
55// REQUIRES: optimized_stdlib
6+ // REQUIRES: objc_interop
7+
8+ // FIXME: Text segmentation test cases are only available when we have Foundation
69
710import StdlibUnittest
811import StdlibUnicodeUnittest
@@ -258,7 +261,6 @@ if #available(SwiftStdlib 6.1, *) {
258261 }
259262}
260263
261- #if _runtime(_ObjC)
262264if #available( SwiftStdlib 6 . 1 , * ) {
263265 StringWordBreaking . test ( " word breaking foreign " ) {
264266 for (nativeString, expectedWords) in testCases ( ) {
@@ -282,4 +284,3 @@ if #available(SwiftStdlib 6.1, *) {
282284 }
283285 }
284286}
285- #endif
You can’t perform that action at this time.
0 commit comments