mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
72 lines
3.9 KiB
Swift
72 lines
3.9 KiB
Swift
// RUN: %empty-directory(%t)
|
|
// RUN: %llvm-nm -g --defined-only -f just-symbols %stdlib_dir/arm64/libswift_StringProcessing.dylib > %t/symbols
|
|
// RUN: %abi-symbol-checker %s %t/symbols
|
|
// RUN: diff -u %S/../../Inputs/macOS/arm64/string-processing/baseline %t/symbols
|
|
|
|
// REQUIRES: swift_stdlib_no_asserts
|
|
// REQUIRES: STDLIB_VARIANT=macosx-arm64
|
|
|
|
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment below.)
|
|
|
|
// Welcome, Build Wrangler!
|
|
//
|
|
// This file lists APIs that have recently changed in a way that potentially
|
|
// indicates an ABI- or source-breaking problem.
|
|
//
|
|
// A failure in this test indicates that there is a potential breaking change in
|
|
// the Standard Library. If you observe a failure outside of a PR test, please
|
|
// reach out to the Standard Library team directly to make sure this gets
|
|
// resolved quickly! If your own PR fails in this test, you probably have an
|
|
// ABI- or source-breaking change in your commits. Please go and fix it.
|
|
//
|
|
// Please DO NOT DISABLE THIS TEST. In addition to ignoring the current set of
|
|
// ABI breaks, XFAILing this test also silences any future ABI breaks that may
|
|
// land on this branch, which simply generates extra work for the next person
|
|
// that picks up the mess.
|
|
//
|
|
// Instead of disabling this test, you'll need to extend the list of expected
|
|
// changes at the bottom. (You'll also need to do this if your own PR triggers
|
|
// false positives, or if you have special permission to break things.) You can
|
|
// find a diff of what needs to be added in the output of the failed test run.
|
|
// The order of lines doesn't matter, and you can also include comments to refer
|
|
// to any bugs you filed.
|
|
//
|
|
// Thank you for your help ensuring the stdlib remains compatible with its past!
|
|
// -- Your friendly stdlib engineers
|
|
|
|
// _StringProcessing Symbols
|
|
|
|
// _StringProcessing.Regex._literalPattern.getter : Swift.String?
|
|
Added: _$s17_StringProcessing5RegexV15_literalPatternSSSgvg
|
|
|
|
// property descriptor for _StringProcessing.Regex._literalPattern : Swift.String?
|
|
Added: _$s17_StringProcessing5RegexV15_literalPatternSSSgvpMV
|
|
|
|
// _StringProcessing.Regex._nsreCompatibility.getter : _StringProcessing.Regex<A>
|
|
Added: _$s17_StringProcessing5RegexV18_nsreCompatibilityACyxGvg
|
|
|
|
// property descriptor for _StringProcessing.Regex._nsreCompatibility : _StringProcessing.Regex<A>
|
|
Added: _$s17_StringProcessing5RegexV18_nsreCompatibilityACyxGvpMV
|
|
|
|
// Add property descriptors for static properties
|
|
Added: _$s17_StringProcessing15_CompileOptionsV13enableMetricsACvpZMV
|
|
Added: _$s17_StringProcessing15_CompileOptionsV13enableTracingACvpZMV
|
|
Added: _$s17_StringProcessing15_CompileOptionsV20disableOptimizationsACvpZMV
|
|
Added: _$s17_StringProcessing15_CompileOptionsV7defaultACvpZMV
|
|
Added: _$s17_StringProcessing18RegexSemanticLevelV13unicodeScalarACvpZMV
|
|
Added: _$s17_StringProcessing18RegexSemanticLevelV15graphemeClusterACvpZMV
|
|
Added: _$s17_StringProcessing21RegexWordBoundaryKindV6simpleACvpZMV
|
|
Added: _$s17_StringProcessing21RegexWordBoundaryKindV7defaultACvpZMV
|
|
Added: _$s17_StringProcessing23RegexRepetitionBehaviorV10possessiveACvpZMV
|
|
Added: _$s17_StringProcessing23RegexRepetitionBehaviorV5eagerACvpZMV
|
|
Added: _$s17_StringProcessing23RegexRepetitionBehaviorV9reluctantACvpZMV
|
|
Added: _$s17_StringProcessing7DSLTreeV4_ASTO18QuantificationKindV10possessiveAGvpZMV
|
|
Added: _$s17_StringProcessing7DSLTreeV4_ASTO18QuantificationKindV5eagerAGvpZMV
|
|
Added: _$s17_StringProcessing7DSLTreeV4_ASTO18QuantificationKindV9reluctantAGvpZMV
|
|
Added: _$s17_StringProcessing7DSLTreeV4_ASTO20QuantificationAmountV10zeroOrMoreAGvpZMV
|
|
Added: _$s17_StringProcessing7DSLTreeV4_ASTO20QuantificationAmountV9oneOrMoreAGvpZMV
|
|
Added: _$s17_StringProcessing7DSLTreeV4_ASTO20QuantificationAmountV9zeroOrOneAGvpZMV
|
|
Added: _$s17_StringProcessing7DSLTreeV4_ASTO9GroupKindV17negativeLookaheadAGvpZMV
|
|
Added: _$s17_StringProcessing7DSLTreeV4_ASTO9GroupKindV18atomicNonCapturingAGvpZMV
|
|
Added: _$s17_StringProcessing7DSLTreeV4_ASTO9GroupKindV9lookaheadAGvpZMV
|