Build Information
Failed to build LilHTML, reference 0.1.0 (93672d), with Swift 6.3 for Linux on 14 Apr 2026 17:44:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/nakajima/LilHTML.git
Reference: 0.1.0
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/nakajima/LilHTML
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 93672d6 update test data
Cloned https://github.com/nakajima/LilHTML.git
Revision (git rev-parse @):
93672d604ecc508f997cff5e56fd7ac66276e985
SUCCESS checkout https://github.com/nakajima/LilHTML.git at 0.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/nakajima/LilHTML.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/18] Emitting module LilHTML
/host/spi-builder-workspace/Sources/LilHTML/Selectar.swift:11:21: warning: conformance of 'Array<Element>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
9 |
10 | public typealias Selectar = [SelectarSegment]
11 | extension Selectar: Sendable {}
| `- warning: conformance of 'Array<Element>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
12 |
13 | public struct SelectarSegment: Sendable, Codable, Equatable, CustomDebugStringConvertible {
Swift.Array:1:11: note: 'Array<Element>' declares conformance to protocol 'Sendable' here
1 | extension Array : @unchecked Sendable where Element : Sendable {
| `- note: 'Array<Element>' declares conformance to protocol 'Sendable' here
2 | }
[4/20] Compiling LilHTML TagName.swift
/usr/lib/swift/_foundation_unicode/utypes.h:511:14: error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
509 | * @stable ICU 2.0
510 | */
511 | typedef enum UErrorCode {
| `- error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
512 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
513 | * and is that way because VC++ debugger displays first encountered constant,
/usr/include/unicode/utypes.h:415:14: note: but in 'libxml2' found enum with 163 elements
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: but in 'libxml2' found enum with 163 elements
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,
[5/20] Compiling LilHTML TextNode.swift
/usr/lib/swift/_foundation_unicode/utypes.h:511:14: error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
509 | * @stable ICU 2.0
510 | */
511 | typedef enum UErrorCode {
| `- error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
512 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
513 | * and is that way because VC++ debugger displays first encountered constant,
/usr/include/unicode/utypes.h:415:14: note: but in 'libxml2' found enum with 163 elements
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: but in 'libxml2' found enum with 163 elements
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,
[6/20] Compiling LilHTML HTML.swift
/host/spi-builder-workspace/Sources/LilHTML/HTML.swift:71:12: warning: reference to var 'xmlFree' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
69 | let attrName = currentProperty.name.string
70 | let attrValue = xmlNodeListGetString(htmlDocument, currentProperty.children, 1)
71 | defer { xmlFree(attrValue) }
| `- warning: reference to var 'xmlFree' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
72 |
73 | attributes[attrName] = attrValue?.string ?? ""
/usr/include/libxml2/libxml/globals.h:250:23: note: var declared here
248 | XMLPUBVAR xmlMallocFunc xmlMallocAtomic;
249 | XMLPUBVAR xmlReallocFunc xmlRealloc;
250 | XMLPUBVAR xmlFreeFunc xmlFree;
| `- note: var declared here
251 | XMLPUBVAR xmlStrdupFunc xmlMemStrdup;
252 | #endif /* LIBXML_THREAD_ALLOC_ENABLED */
/usr/lib/swift/_foundation_unicode/utypes.h:511:14: error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
509 | * @stable ICU 2.0
510 | */
511 | typedef enum UErrorCode {
| `- error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
512 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
513 | * and is that way because VC++ debugger displays first encountered constant,
/usr/include/unicode/utypes.h:415:14: note: but in 'libxml2' found enum with 163 elements
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: but in 'libxml2' found enum with 163 elements
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,
[7/20] Compiling LilHTML ImmutableElementNode.swift
/host/spi-builder-workspace/Sources/LilHTML/HTML.swift:71:12: warning: reference to var 'xmlFree' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
69 | let attrName = currentProperty.name.string
70 | let attrValue = xmlNodeListGetString(htmlDocument, currentProperty.children, 1)
71 | defer { xmlFree(attrValue) }
| `- warning: reference to var 'xmlFree' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
72 |
73 | attributes[attrName] = attrValue?.string ?? ""
/usr/include/libxml2/libxml/globals.h:250:23: note: var declared here
248 | XMLPUBVAR xmlMallocFunc xmlMallocAtomic;
249 | XMLPUBVAR xmlReallocFunc xmlRealloc;
250 | XMLPUBVAR xmlFreeFunc xmlFree;
| `- note: var declared here
251 | XMLPUBVAR xmlStrdupFunc xmlMemStrdup;
252 | #endif /* LIBXML_THREAD_ALLOC_ENABLED */
/usr/lib/swift/_foundation_unicode/utypes.h:511:14: error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
509 | * @stable ICU 2.0
510 | */
511 | typedef enum UErrorCode {
| `- error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
512 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
513 | * and is that way because VC++ debugger displays first encountered constant,
/usr/include/unicode/utypes.h:415:14: note: but in 'libxml2' found enum with 163 elements
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: but in 'libxml2' found enum with 163 elements
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,
[8/20] Compiling LilHTML MutableTextNode+Equatable.swift
/usr/lib/swift/_foundation_unicode/utypes.h:511:14: error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
509 | * @stable ICU 2.0
510 | */
511 | typedef enum UErrorCode {
| `- error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
512 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
513 | * and is that way because VC++ debugger displays first encountered constant,
/usr/include/unicode/utypes.h:415:14: note: but in 'libxml2' found enum with 163 elements
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: but in 'libxml2' found enum with 163 elements
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,
[9/20] Compiling LilHTML MutableTextNode.swift
/usr/lib/swift/_foundation_unicode/utypes.h:511:14: error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
509 | * @stable ICU 2.0
510 | */
511 | typedef enum UErrorCode {
| `- error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
512 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
513 | * and is that way because VC++ debugger displays first encountered constant,
/usr/include/unicode/utypes.h:415:14: note: but in 'libxml2' found enum with 163 elements
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: but in 'libxml2' found enum with 163 elements
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,
[10/20] Compiling LilHTML ImmutableNode.swift
/usr/lib/swift/_foundation_unicode/utypes.h:511:14: error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
509 | * @stable ICU 2.0
510 | */
511 | typedef enum UErrorCode {
| `- error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
512 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
513 | * and is that way because VC++ debugger displays first encountered constant,
/usr/include/unicode/utypes.h:415:14: note: but in 'libxml2' found enum with 163 elements
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: but in 'libxml2' found enum with 163 elements
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,
[11/20] Compiling LilHTML ImmutableTextNode.swift
/usr/lib/swift/_foundation_unicode/utypes.h:511:14: error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
509 | * @stable ICU 2.0
510 | */
511 | typedef enum UErrorCode {
| `- error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
512 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
513 | * and is that way because VC++ debugger displays first encountered constant,
/usr/include/unicode/utypes.h:415:14: note: but in 'libxml2' found enum with 163 elements
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: but in 'libxml2' found enum with 163 elements
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,
[12/20] Compiling LilHTML Node+DebugDescription.swift
/usr/lib/swift/_foundation_unicode/utypes.h:511:14: error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
509 | * @stable ICU 2.0
510 | */
511 | typedef enum UErrorCode {
| `- error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
512 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
513 | * and is that way because VC++ debugger displays first encountered constant,
/usr/include/unicode/utypes.h:415:14: note: but in 'libxml2' found enum with 163 elements
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: but in 'libxml2' found enum with 163 elements
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,
[13/20] Compiling LilHTML Node.swift
/usr/lib/swift/_foundation_unicode/utypes.h:511:14: error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
509 | * @stable ICU 2.0
510 | */
511 | typedef enum UErrorCode {
| `- error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
512 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
513 | * and is that way because VC++ debugger displays first encountered constant,
/usr/include/unicode/utypes.h:415:14: note: but in 'libxml2' found enum with 163 elements
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: but in 'libxml2' found enum with 163 elements
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,
[14/20] Compiling LilHTML ParserDelegate.swift
/host/spi-builder-workspace/Sources/LilHTML/Selectar.swift:11:21: warning: conformance of 'Array<Element>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
9 |
10 | public typealias Selectar = [SelectarSegment]
11 | extension Selectar: Sendable {}
| `- warning: conformance of 'Array<Element>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
12 |
13 | public struct SelectarSegment: Sendable, Codable, Equatable, CustomDebugStringConvertible {
Swift.Array:1:11: note: 'Array<Element>' declares conformance to protocol 'Sendable' here
1 | extension Array : @unchecked Sendable where Element : Sendable {
| `- note: 'Array<Element>' declares conformance to protocol 'Sendable' here
2 | }
/usr/lib/swift/_foundation_unicode/utypes.h:511:14: error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
509 | * @stable ICU 2.0
510 | */
511 | typedef enum UErrorCode {
| `- error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
512 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
513 | * and is that way because VC++ debugger displays first encountered constant,
/usr/include/unicode/utypes.h:415:14: note: but in 'libxml2' found enum with 163 elements
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: but in 'libxml2' found enum with 163 elements
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,
[15/20] Compiling LilHTML Selectar.swift
/host/spi-builder-workspace/Sources/LilHTML/Selectar.swift:11:21: warning: conformance of 'Array<Element>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
9 |
10 | public typealias Selectar = [SelectarSegment]
11 | extension Selectar: Sendable {}
| `- warning: conformance of 'Array<Element>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
12 |
13 | public struct SelectarSegment: Sendable, Codable, Equatable, CustomDebugStringConvertible {
Swift.Array:1:11: note: 'Array<Element>' declares conformance to protocol 'Sendable' here
1 | extension Array : @unchecked Sendable where Element : Sendable {
| `- note: 'Array<Element>' declares conformance to protocol 'Sendable' here
2 | }
/usr/lib/swift/_foundation_unicode/utypes.h:511:14: error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
509 | * @stable ICU 2.0
510 | */
511 | typedef enum UErrorCode {
| `- error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
512 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
513 | * and is that way because VC++ debugger displays first encountered constant,
/usr/include/unicode/utypes.h:415:14: note: but in 'libxml2' found enum with 163 elements
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: but in 'libxml2' found enum with 163 elements
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/20] Compiling LilHTML MutableElementNode.swift
/host/spi-builder-workspace/Sources/LilHTML/MutableElementNode.swift:92:8: warning: result of call to 'remove()' is unused [#no-usage]
90 |
91 | public func appendChild(_ node: any MutableNode) {
92 | node.remove()
| `- warning: result of call to 'remove()' is unused [#no-usage]
93 | node.parent = self
94 | node.position = childNodes.count
/usr/lib/swift/_foundation_unicode/utypes.h:511:14: error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
509 | * @stable ICU 2.0
510 | */
511 | typedef enum UErrorCode {
| `- error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
512 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
513 | * and is that way because VC++ debugger displays first encountered constant,
/usr/include/unicode/utypes.h:415:14: note: but in 'libxml2' found enum with 163 elements
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: but in 'libxml2' found enum with 163 elements
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/20] Compiling LilHTML MutableNode.swift
/host/spi-builder-workspace/Sources/LilHTML/MutableElementNode.swift:92:8: warning: result of call to 'remove()' is unused [#no-usage]
90 |
91 | public func appendChild(_ node: any MutableNode) {
92 | node.remove()
| `- warning: result of call to 'remove()' is unused [#no-usage]
93 | node.parent = self
94 | node.position = childNodes.count
/usr/lib/swift/_foundation_unicode/utypes.h:511:14: error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
509 | * @stable ICU 2.0
510 | */
511 | typedef enum UErrorCode {
| `- error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
512 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
513 | * and is that way because VC++ debugger displays first encountered constant,
/usr/include/unicode/utypes.h:415:14: note: but in 'libxml2' found enum with 163 elements
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: but in 'libxml2' found enum with 163 elements
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/20] Compiling LilHTML AttributeValue.swift
/usr/lib/swift/_foundation_unicode/utypes.h:511:14: error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
509 | * @stable ICU 2.0
510 | */
511 | typedef enum UErrorCode {
| `- error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
512 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
513 | * and is that way because VC++ debugger displays first encountered constant,
/usr/include/unicode/utypes.h:415:14: note: but in 'libxml2' found enum with 163 elements
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: but in 'libxml2' found enum with 163 elements
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/20] Compiling LilHTML Element+Equatable.swift
/usr/lib/swift/_foundation_unicode/utypes.h:511:14: error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
509 | * @stable ICU 2.0
510 | */
511 | typedef enum UErrorCode {
| `- error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
512 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
513 | * and is that way because VC++ debugger displays first encountered constant,
/usr/include/unicode/utypes.h:415:14: note: but in 'libxml2' found enum with 163 elements
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: but in 'libxml2' found enum with 163 elements
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/20] Compiling LilHTML Element.swift
/usr/lib/swift/_foundation_unicode/utypes.h:511:14: error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
509 | * @stable ICU 2.0
510 | */
511 | typedef enum UErrorCode {
| `- error: 'UErrorCode' has different definitions in different modules; definition in module '_FoundationICU' first difference is enum with 175 elements
512 | /* The ordering of U_ERROR_INFO_START Vs U_USING_FALLBACK_WARNING looks weird
513 | * and is that way because VC++ debugger displays first encountered constant,
/usr/include/unicode/utypes.h:415:14: note: but in 'libxml2' found enum with 163 elements
413 | * @stable ICU 2.0
414 | */
415 | typedef enum UErrorCode {
| `- note: but in 'libxml2' found enum with 163 elements
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