Build Information
Failed to build Markup, reference 0.1.3 (c36d9c), with Swift 6.3 for Linux on 12 Apr 2026 13:19:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftDocOrg/Markup.git
Reference: 0.1.3
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/SwiftDocOrg/Markup
* tag 0.1.3 -> FETCH_HEAD
HEAD is now at c36d9ca Bump version to 0.1.3
Cloned https://github.com/SwiftDocOrg/Markup.git
Revision (git rev-parse @):
c36d9ca11240bae6e3f7f17d29b5cfe3356f97ca
SUCCESS checkout https://github.com/SwiftDocOrg/Markup.git at 0.1.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/SwiftDocOrg/Markup.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/23] Emitting module XSLT
[9/23] Compiling XSLT XSLT.swift
[11/24] Emitting module DOM
/host/spi-builder-workspace/Sources/DOM/Builders/DOMBuilder.swift:1:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
1 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
2 | public struct DOMBuilder {
3 |
/host/spi-builder-workspace/Sources/DOM/Builders/StringBuilder.swift:1:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
1 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
2 | public struct StringBuilder {
3 | // MARK: buildBlock
[12/25] Emitting module XInclude
[13/25] Compiling XInclude XInclude.swift
[15/26] Compiling DOM ProcessingInstruction.swift
/usr/lib/swift/_foundation_unicode/utypes.h:681:5: error: 'U_MF_DUPLICATE_VARIANT_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_VARIANT_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
682 | #ifndef U_HIDE_DEPRECATED_API
683 | /**
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_VARIANT_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_VARIANT_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:680:5: error: 'U_MF_OPERAND_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_OPERAND_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
682 | #ifndef U_HIDE_DEPRECATED_API
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_OPERAND_MISMATCH_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_OPERAND_MISMATCH_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:679:5: error: 'U_MF_DUPLICATE_DECLARATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_DECLARATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_DECLARATION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_DECLARATION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:678:5: error: 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:677:5: error: 'U_MF_SELECTOR_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_SELECTOR_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_SELECTOR_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_SELECTOR_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:676:5: error: 'U_MF_DUPLICATE_OPTION_NAME_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_OPTION_NAME_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_OPTION_NAME_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_OPTION_NAME_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:675:5: error: 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:674:5: error: 'U_MF_FORMATTING_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_FORMATTING_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_FORMATTING_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_FORMATTING_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:673:5: error: 'U_MF_VARIANT_KEY_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_VARIANT_KEY_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_VARIANT_KEY_MISMATCH_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_VARIANT_KEY_MISMATCH_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:672:5: error: 'U_MF_UNKNOWN_FUNCTION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_UNKNOWN_FUNCTION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_UNKNOWN_FUNCTION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_UNKNOWN_FUNCTION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:671:5: error: 'U_MF_SYNTAX_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
669 | /* MessageFormat 2.0 errors */
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_SYNTAX_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_SYNTAX_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_SYNTAX_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:670:5: error: 'U_MF_UNRESOLVED_VARIABLE_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
668 |
669 | /* MessageFormat 2.0 errors */
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_UNRESOLVED_VARIABLE_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_UNRESOLVED_VARIABLE_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_UNRESOLVED_VARIABLE_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
[16/26] Compiling DOM String+Extensions.swift
/usr/lib/swift/_foundation_unicode/utypes.h:681:5: error: 'U_MF_DUPLICATE_VARIANT_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_VARIANT_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
682 | #ifndef U_HIDE_DEPRECATED_API
683 | /**
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_VARIANT_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_VARIANT_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:680:5: error: 'U_MF_OPERAND_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_OPERAND_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
682 | #ifndef U_HIDE_DEPRECATED_API
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_OPERAND_MISMATCH_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_OPERAND_MISMATCH_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:679:5: error: 'U_MF_DUPLICATE_DECLARATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_DECLARATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_DECLARATION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_DECLARATION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:678:5: error: 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:677:5: error: 'U_MF_SELECTOR_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_SELECTOR_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_SELECTOR_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_SELECTOR_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:676:5: error: 'U_MF_DUPLICATE_OPTION_NAME_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_OPTION_NAME_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_OPTION_NAME_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_OPTION_NAME_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:675:5: error: 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:674:5: error: 'U_MF_FORMATTING_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_FORMATTING_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_FORMATTING_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_FORMATTING_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:673:5: error: 'U_MF_VARIANT_KEY_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_VARIANT_KEY_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_VARIANT_KEY_MISMATCH_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_VARIANT_KEY_MISMATCH_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:672:5: error: 'U_MF_UNKNOWN_FUNCTION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_UNKNOWN_FUNCTION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_UNKNOWN_FUNCTION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_UNKNOWN_FUNCTION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:671:5: error: 'U_MF_SYNTAX_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
669 | /* MessageFormat 2.0 errors */
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_SYNTAX_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_SYNTAX_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_SYNTAX_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:670:5: error: 'U_MF_UNRESOLVED_VARIABLE_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
668 |
669 | /* MessageFormat 2.0 errors */
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_UNRESOLVED_VARIABLE_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_UNRESOLVED_VARIABLE_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_UNRESOLVED_VARIABLE_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
[17/26] Compiling DOM Element.swift
/usr/lib/swift/_foundation_unicode/utypes.h:681:5: error: 'U_MF_DUPLICATE_VARIANT_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_VARIANT_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
682 | #ifndef U_HIDE_DEPRECATED_API
683 | /**
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_VARIANT_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_VARIANT_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:680:5: error: 'U_MF_OPERAND_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_OPERAND_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
682 | #ifndef U_HIDE_DEPRECATED_API
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_OPERAND_MISMATCH_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_OPERAND_MISMATCH_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:679:5: error: 'U_MF_DUPLICATE_DECLARATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_DECLARATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_DECLARATION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_DECLARATION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:678:5: error: 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:677:5: error: 'U_MF_SELECTOR_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_SELECTOR_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_SELECTOR_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_SELECTOR_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:676:5: error: 'U_MF_DUPLICATE_OPTION_NAME_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_OPTION_NAME_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_OPTION_NAME_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_OPTION_NAME_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:675:5: error: 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:674:5: error: 'U_MF_FORMATTING_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_FORMATTING_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_FORMATTING_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_FORMATTING_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:673:5: error: 'U_MF_VARIANT_KEY_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_VARIANT_KEY_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_VARIANT_KEY_MISMATCH_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_VARIANT_KEY_MISMATCH_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:672:5: error: 'U_MF_UNKNOWN_FUNCTION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_UNKNOWN_FUNCTION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_UNKNOWN_FUNCTION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_UNKNOWN_FUNCTION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:671:5: error: 'U_MF_SYNTAX_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
669 | /* MessageFormat 2.0 errors */
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_SYNTAX_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_SYNTAX_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_SYNTAX_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:670:5: error: 'U_MF_UNRESOLVED_VARIABLE_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
668 |
669 | /* MessageFormat 2.0 errors */
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_UNRESOLVED_VARIABLE_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_UNRESOLVED_VARIABLE_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_UNRESOLVED_VARIABLE_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
[18/26] Compiling DOM Error.swift
/usr/lib/swift/_foundation_unicode/utypes.h:681:5: error: 'U_MF_DUPLICATE_VARIANT_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_VARIANT_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
682 | #ifndef U_HIDE_DEPRECATED_API
683 | /**
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_VARIANT_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_VARIANT_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:680:5: error: 'U_MF_OPERAND_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_OPERAND_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
682 | #ifndef U_HIDE_DEPRECATED_API
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_OPERAND_MISMATCH_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_OPERAND_MISMATCH_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:679:5: error: 'U_MF_DUPLICATE_DECLARATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_DECLARATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_DECLARATION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_DECLARATION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:678:5: error: 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:677:5: error: 'U_MF_SELECTOR_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_SELECTOR_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_SELECTOR_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_SELECTOR_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:676:5: error: 'U_MF_DUPLICATE_OPTION_NAME_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_OPTION_NAME_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_OPTION_NAME_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_OPTION_NAME_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:675:5: error: 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:674:5: error: 'U_MF_FORMATTING_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_FORMATTING_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_FORMATTING_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_FORMATTING_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:673:5: error: 'U_MF_VARIANT_KEY_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_VARIANT_KEY_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_VARIANT_KEY_MISMATCH_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_VARIANT_KEY_MISMATCH_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:672:5: error: 'U_MF_UNKNOWN_FUNCTION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_UNKNOWN_FUNCTION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_UNKNOWN_FUNCTION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_UNKNOWN_FUNCTION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:671:5: error: 'U_MF_SYNTAX_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
669 | /* MessageFormat 2.0 errors */
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_SYNTAX_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_SYNTAX_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_SYNTAX_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:670:5: error: 'U_MF_UNRESOLVED_VARIABLE_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
668 |
669 | /* MessageFormat 2.0 errors */
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_UNRESOLVED_VARIABLE_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_UNRESOLVED_VARIABLE_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_UNRESOLVED_VARIABLE_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
[19/26] Compiling DOM Node.swift
/usr/lib/swift/_foundation_unicode/utypes.h:681:5: error: 'U_MF_DUPLICATE_VARIANT_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_VARIANT_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
682 | #ifndef U_HIDE_DEPRECATED_API
683 | /**
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_VARIANT_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_VARIANT_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:680:5: error: 'U_MF_OPERAND_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_OPERAND_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
682 | #ifndef U_HIDE_DEPRECATED_API
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_OPERAND_MISMATCH_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_OPERAND_MISMATCH_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:679:5: error: 'U_MF_DUPLICATE_DECLARATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_DECLARATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_DECLARATION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_DECLARATION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:678:5: error: 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:677:5: error: 'U_MF_SELECTOR_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_SELECTOR_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_SELECTOR_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_SELECTOR_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:676:5: error: 'U_MF_DUPLICATE_OPTION_NAME_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_OPTION_NAME_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_OPTION_NAME_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_OPTION_NAME_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:675:5: error: 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:674:5: error: 'U_MF_FORMATTING_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_FORMATTING_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_FORMATTING_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_FORMATTING_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:673:5: error: 'U_MF_VARIANT_KEY_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_VARIANT_KEY_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_VARIANT_KEY_MISMATCH_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_VARIANT_KEY_MISMATCH_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:672:5: error: 'U_MF_UNKNOWN_FUNCTION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_UNKNOWN_FUNCTION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_UNKNOWN_FUNCTION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_UNKNOWN_FUNCTION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:671:5: error: 'U_MF_SYNTAX_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
669 | /* MessageFormat 2.0 errors */
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_SYNTAX_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_SYNTAX_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_SYNTAX_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:670:5: error: 'U_MF_UNRESOLVED_VARIABLE_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
668 |
669 | /* MessageFormat 2.0 errors */
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_UNRESOLVED_VARIABLE_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_UNRESOLVED_VARIABLE_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_UNRESOLVED_VARIABLE_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
[20/26] Compiling DOM Text.swift
[21/26] Compiling DOM DocumentFragment.swift
/usr/lib/swift/_foundation_unicode/utypes.h:681:5: error: 'U_MF_DUPLICATE_VARIANT_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_VARIANT_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
682 | #ifndef U_HIDE_DEPRECATED_API
683 | /**
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_VARIANT_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_VARIANT_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:680:5: error: 'U_MF_OPERAND_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_OPERAND_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
682 | #ifndef U_HIDE_DEPRECATED_API
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_OPERAND_MISMATCH_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_OPERAND_MISMATCH_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:679:5: error: 'U_MF_DUPLICATE_DECLARATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_DECLARATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_DECLARATION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_DECLARATION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:678:5: error: 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:677:5: error: 'U_MF_SELECTOR_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_SELECTOR_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_SELECTOR_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_SELECTOR_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:676:5: error: 'U_MF_DUPLICATE_OPTION_NAME_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_OPTION_NAME_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_OPTION_NAME_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_OPTION_NAME_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:675:5: error: 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:674:5: error: 'U_MF_FORMATTING_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_FORMATTING_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_FORMATTING_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_FORMATTING_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:673:5: error: 'U_MF_VARIANT_KEY_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_VARIANT_KEY_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_VARIANT_KEY_MISMATCH_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_VARIANT_KEY_MISMATCH_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:672:5: error: 'U_MF_UNKNOWN_FUNCTION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_UNKNOWN_FUNCTION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_UNKNOWN_FUNCTION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_UNKNOWN_FUNCTION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:671:5: error: 'U_MF_SYNTAX_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
669 | /* MessageFormat 2.0 errors */
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_SYNTAX_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_SYNTAX_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_SYNTAX_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:670:5: error: 'U_MF_UNRESOLVED_VARIABLE_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
668 |
669 | /* MessageFormat 2.0 errors */
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_UNRESOLVED_VARIABLE_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_UNRESOLVED_VARIABLE_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_UNRESOLVED_VARIABLE_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
[22/26] Compiling DOM DocumentType.swift
/usr/lib/swift/_foundation_unicode/utypes.h:681:5: error: 'U_MF_DUPLICATE_VARIANT_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_VARIANT_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
682 | #ifndef U_HIDE_DEPRECATED_API
683 | /**
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_VARIANT_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_VARIANT_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:680:5: error: 'U_MF_OPERAND_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_OPERAND_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
682 | #ifndef U_HIDE_DEPRECATED_API
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_OPERAND_MISMATCH_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_OPERAND_MISMATCH_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:679:5: error: 'U_MF_DUPLICATE_DECLARATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_DECLARATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_DECLARATION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_DECLARATION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:678:5: error: 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:677:5: error: 'U_MF_SELECTOR_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_SELECTOR_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_SELECTOR_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_SELECTOR_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:676:5: error: 'U_MF_DUPLICATE_OPTION_NAME_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_OPTION_NAME_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_OPTION_NAME_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_OPTION_NAME_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:675:5: error: 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:674:5: error: 'U_MF_FORMATTING_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_FORMATTING_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_FORMATTING_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_FORMATTING_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:673:5: error: 'U_MF_VARIANT_KEY_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_VARIANT_KEY_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_VARIANT_KEY_MISMATCH_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_VARIANT_KEY_MISMATCH_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:672:5: error: 'U_MF_UNKNOWN_FUNCTION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_UNKNOWN_FUNCTION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_UNKNOWN_FUNCTION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_UNKNOWN_FUNCTION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:671:5: error: 'U_MF_SYNTAX_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
669 | /* MessageFormat 2.0 errors */
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_SYNTAX_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_SYNTAX_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_SYNTAX_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:670:5: error: 'U_MF_UNRESOLVED_VARIABLE_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
668 |
669 | /* MessageFormat 2.0 errors */
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_UNRESOLVED_VARIABLE_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_UNRESOLVED_VARIABLE_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_UNRESOLVED_VARIABLE_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
[23/26] Compiling DOM DOMBuilder.swift
/host/spi-builder-workspace/Sources/DOM/Builders/DOMBuilder.swift:1:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
1 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
2 | public struct DOMBuilder {
3 |
/host/spi-builder-workspace/Sources/DOM/Builders/StringBuilder.swift:1:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
1 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
2 | public struct StringBuilder {
3 | // MARK: buildBlock
[24/26] Compiling DOM StringBuilder.swift
/host/spi-builder-workspace/Sources/DOM/Builders/DOMBuilder.swift:1:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
1 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
2 | public struct DOMBuilder {
3 |
/host/spi-builder-workspace/Sources/DOM/Builders/StringBuilder.swift:1:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
1 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
2 | public struct StringBuilder {
3 | // MARK: buildBlock
[25/26] Compiling DOM Comment.swift
/usr/lib/swift/_foundation_unicode/utypes.h:681:5: error: 'U_MF_DUPLICATE_VARIANT_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_VARIANT_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
682 | #ifndef U_HIDE_DEPRECATED_API
683 | /**
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_VARIANT_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_VARIANT_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:680:5: error: 'U_MF_OPERAND_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_OPERAND_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
682 | #ifndef U_HIDE_DEPRECATED_API
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_OPERAND_MISMATCH_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_OPERAND_MISMATCH_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:679:5: error: 'U_MF_DUPLICATE_DECLARATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_DECLARATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_DECLARATION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_DECLARATION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:678:5: error: 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:677:5: error: 'U_MF_SELECTOR_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_SELECTOR_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_SELECTOR_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_SELECTOR_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:676:5: error: 'U_MF_DUPLICATE_OPTION_NAME_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_OPTION_NAME_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_OPTION_NAME_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_OPTION_NAME_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:675:5: error: 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:674:5: error: 'U_MF_FORMATTING_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_FORMATTING_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_FORMATTING_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_FORMATTING_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:673:5: error: 'U_MF_VARIANT_KEY_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_VARIANT_KEY_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_VARIANT_KEY_MISMATCH_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_VARIANT_KEY_MISMATCH_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:672:5: error: 'U_MF_UNKNOWN_FUNCTION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_UNKNOWN_FUNCTION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_UNKNOWN_FUNCTION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_UNKNOWN_FUNCTION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:671:5: error: 'U_MF_SYNTAX_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
669 | /* MessageFormat 2.0 errors */
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_SYNTAX_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_SYNTAX_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_SYNTAX_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:670:5: error: 'U_MF_UNRESOLVED_VARIABLE_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
668 |
669 | /* MessageFormat 2.0 errors */
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_UNRESOLVED_VARIABLE_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_UNRESOLVED_VARIABLE_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_UNRESOLVED_VARIABLE_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
[26/26] Compiling DOM Document.swift
/usr/lib/swift/_foundation_unicode/utypes.h:681:5: error: 'U_MF_DUPLICATE_VARIANT_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_VARIANT_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
682 | #ifndef U_HIDE_DEPRECATED_API
683 | /**
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_VARIANT_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_VARIANT_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:680:5: error: 'U_MF_OPERAND_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_OPERAND_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
682 | #ifndef U_HIDE_DEPRECATED_API
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_OPERAND_MISMATCH_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_OPERAND_MISMATCH_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:679:5: error: 'U_MF_DUPLICATE_DECLARATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_DECLARATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
681 | U_MF_DUPLICATE_VARIANT_ERROR, /**< A message includes a variant with the same key list as another variant. @internal ICU 76 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_DECLARATION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_DECLARATION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:678:5: error: 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
680 | U_MF_OPERAND_MISMATCH_ERROR, /**< An operand provided to a function does not have the required form for that function @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_MISSING_SELECTOR_ANNOTATION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:677:5: error: 'U_MF_SELECTOR_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_SELECTOR_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
679 | U_MF_DUPLICATE_DECLARATION_ERROR, /**< The same variable is declared in more than one .local or .input declaration. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_SELECTOR_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_SELECTOR_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:676:5: error: 'U_MF_DUPLICATE_OPTION_NAME_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_DUPLICATE_OPTION_NAME_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
678 | U_MF_MISSING_SELECTOR_ANNOTATION_ERROR, /**< A selector expression evaluates to an unannotated operand. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_DUPLICATE_OPTION_NAME_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_DUPLICATE_OPTION_NAME_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:675:5: error: 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
677 | U_MF_SELECTOR_ERROR, /**< A selector function is applied to an operand of the wrong type @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_NONEXHAUSTIVE_PATTERN_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:674:5: error: 'U_MF_FORMATTING_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_FORMATTING_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
676 | U_MF_DUPLICATE_OPTION_NAME_ERROR, /**< In an annotation, the same option name appears more than once @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_FORMATTING_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_FORMATTING_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:673:5: error: 'U_MF_VARIANT_KEY_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_VARIANT_KEY_MISMATCH_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
675 | U_MF_NONEXHAUSTIVE_PATTERN_ERROR, /**< In a match-construct, the variants do not cover all possible values @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_VARIANT_KEY_MISMATCH_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_VARIANT_KEY_MISMATCH_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:672:5: error: 'U_MF_UNKNOWN_FUNCTION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_UNKNOWN_FUNCTION_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
674 | U_MF_FORMATTING_ERROR, /**< Covers all runtime errors: for example, an internally inconsistent set of options. @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_UNKNOWN_FUNCTION_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_UNKNOWN_FUNCTION_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:671:5: error: 'U_MF_SYNTAX_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
669 | /* MessageFormat 2.0 errors */
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_SYNTAX_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
673 | U_MF_VARIANT_KEY_MISMATCH_ERROR, /**< In a match-construct, one or more variants had a different number of keys from the number of selectors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_SYNTAX_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_SYNTAX_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
/usr/lib/swift/_foundation_unicode/utypes.h:670:5: error: 'U_MF_UNRESOLVED_VARIABLE_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
668 |
669 | /* MessageFormat 2.0 errors */
670 | U_MF_UNRESOLVED_VARIABLE_ERROR, /**< A variable is referred to but not bound by any definition @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
| `- error: 'U_MF_UNRESOLVED_VARIABLE_ERROR' from module '_FoundationICU' is not present in definition of 'enum UErrorCode' in module 'libxml2'
671 | U_MF_SYNTAX_ERROR, /**< Includes all syntax errors @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
672 | U_MF_UNKNOWN_FUNCTION_ERROR, /**< An annotation refers to a function not defined by the standard or custom function registry @internal ICU 75 technology preview @deprecated This API is for technology preview only. */
/usr/include/unicode/utypes.h:415:14: note: definition has no member 'U_MF_UNRESOLVED_VARIABLE_ERROR'
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: definition has no member 'U_MF_UNRESOLVED_VARIABLE_ERROR'
416 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
417 | * and is that way because VC++ debugger displays first encountered constant,
BUILD FAILURE 6.3 linux