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
1121
1121
1122
1122
// lengthOfBytes(using:)
1123
1123
Added: __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 3
3
4
4
// REQUIRES: executable_test
5
5
// REQUIRES: optimized_stdlib
6
+ // REQUIRES: objc_interop
7
+
8
+ // FIXME: Text segmentation test cases are only available when we have Foundation
6
9
7
10
import StdlibUnittest
8
11
import StdlibUnicodeUnittest
@@ -258,7 +261,6 @@ if #available(SwiftStdlib 6.1, *) {
258
261
}
259
262
}
260
263
261
- #if _runtime(_ObjC)
262
264
if #available( SwiftStdlib 6 . 1 , * ) {
263
265
StringWordBreaking . test ( " word breaking foreign " ) {
264
266
for (nativeString, expectedWords) in testCases ( ) {
@@ -282,4 +284,3 @@ if #available(SwiftStdlib 6.1, *) {
282
284
}
283
285
}
284
286
}
285
- #endif
You can’t perform that action at this time.
0 commit comments