The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftXMLCoder, reference v2.1.1 (efd062), with Swift 6.1 for Android on 6 Apr 2026 22:54:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MFranceschi6/swift-xml-coder.git
Reference: v2.1.1
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/MFranceschi6/swift-xml-coder
 * tag               v2.1.1     -> FETCH_HEAD
HEAD is now at efd062d :arrow_up: chore: bump actions/stale from 9 to 10 (#30)
Cloned https://github.com/MFranceschi6/swift-xml-coder.git
Revision (git rev-parse @):
efd062dd760218733ed4b552073417544e1a8b2f
SUCCESS checkout https://github.com/MFranceschi6/swift-xml-coder.git at v2.1.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/MFranceschi6/swift-xml-coder.git
https://github.com/MFranceschi6/swift-xml-coder.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "SwiftXMLCoder",
  "name" : "SwiftXMLCoder",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftXMLCoder",
      "targets" : [
        "SwiftXMLCoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftXMLCoderMacros",
      "targets" : [
        "SwiftXMLCoderMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftXMLCoderTestSupport",
      "targets" : [
        "SwiftXMLCoderTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftXMLCoderMacroImplementation",
      "targets" : [
        "SwiftXMLCoderMacroImplementation"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "XMLCoderCompatibility",
      "module_type" : "SwiftTarget",
      "name" : "XMLCoderCompatibility",
      "path" : "Sources/XMLCoderCompatibility",
      "product_memberships" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderMacros",
        "SwiftXMLCoderTestSupport"
      ],
      "sources" : [
        "Compatibility.swift"
      ],
      "target_dependencies" : [
        "CLibXML2"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftXMLCoderTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoderTests",
      "path" : "Tests/SwiftXMLCoderTests",
      "sources" : [
        "GeneratedModelContractTests.swift",
        "XMLCDATAMacroIntegrationTests.swift",
        "XMLCanonicalizerContractHarness.swift",
        "XMLCanonicalizerTests.swift",
        "XMLConcurrencyStressTests.swift",
        "XMLContainerCoverageTests.swift",
        "XMLCoverageBoost2Tests.swift",
        "XMLCoverageBoost3Tests.swift",
        "XMLCoverageBoost4Tests.swift",
        "XMLCoverageBoostTests.swift",
        "XMLDateFormatMacroIntegrationTests.swift",
        "XMLDecoderTests.swift",
        "XMLDiagnosticsTests.swift",
        "XMLDocumentCoverageTests.swift",
        "XMLDocumentXPathTests.swift",
        "XMLEncoderEventTests.swift",
        "XMLEncoderTests.swift",
        "XMLExpandEmptyMacroIntegrationTests.swift",
        "XMLFieldMappingTests.swift",
        "XMLFieldNamespaceTests.swift",
        "XMLKeyTransformStrategyTests.swift",
        "XMLNamespaceResolverTests.swift",
        "XMLNodeLineNumberTests.swift",
        "XMLSAXDecoderTests.swift",
        "XMLSAXTreeParityTests.swift",
        "XMLScalarCoverageTests.swift",
        "XMLStreamParserTests.swift",
        "XMLStreamWriterTests.swift",
        "XMLStreamingDecoderTests.swift",
        "XMLStreamingLargeInputStressTests.swift",
        "XMLStructuralFidelityTests.swift",
        "XMLStructuredLoggingTests.swift",
        "XMLTemporalTypesTests.swift",
        "XMLTestingToolkitIntegrationTests.swift",
        "XMLTreeHardeningTests.swift",
        "XMLTreeModelTests.swift",
        "XMLTreeParserWriterTests.swift"
      ],
      "target_dependencies" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderTestSupport",
        "SwiftXMLCoderMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftXMLCoderTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoderTestSupport",
      "path" : "Sources/SwiftXMLCoderTestSupport",
      "product_memberships" : [
        "SwiftXMLCoderTestSupport"
      ],
      "sources" : [
        "XMLCanonicalizerContractProbe.swift",
        "XMLCanonicalizerFailureProbeResult.swift",
        "XMLCanonicalizerOrderProbeResult.swift",
        "XMLCapturingLogHandler.swift",
        "XMLTestCallRecorder.swift",
        "XMLTestCodecError.swift",
        "XMLTestDecoderSpy.swift",
        "XMLTestEncoderSpy.swift",
        "XMLTestFailingTransform.swift",
        "XMLTestRecordingTransform.swift"
      ],
      "target_dependencies" : [
        "SwiftXMLCoder"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftXMLCoderOwnership6",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoderOwnership6",
      "path" : "Sources/SwiftXMLCoderOwnership6",
      "product_memberships" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderMacros",
        "SwiftXMLCoderTestSupport"
      ],
      "sources" : [
        "XMLCharOwnership.swift"
      ],
      "target_dependencies" : [
        "XMLCoderCompatibility",
        "SwiftXMLCoderCShim"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftXMLCoderMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoderMacros",
      "path" : "Sources/SwiftXMLCoderMacros",
      "product_memberships" : [
        "SwiftXMLCoderMacros"
      ],
      "sources" : [
        "XMLCodableMacros.swift"
      ],
      "target_dependencies" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderMacroImplementation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftXMLCoderMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoderMacroTests",
      "path" : "Tests/SwiftXMLCoderMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "XMLMacroDiagnosticsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftXMLCoderMacroImplementation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftXMLCoderMacroImplementation",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoderMacroImplementation",
      "path" : "Sources/SwiftXMLCoderMacroImplementation",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "SwiftSyntaxBuilder",
        "SwiftDiagnostics"
      ],
      "product_memberships" : [
        "SwiftXMLCoderMacros",
        "SwiftXMLCoderMacroImplementation"
      ],
      "sources" : [
        "SwiftSOAPXMLMacroPlugin.swift",
        "XMLAttributeMacro.swift",
        "XMLCDATAMacro.swift",
        "XMLCodableMacro.swift",
        "XMLDateFormatMacro.swift",
        "XMLElementMacro.swift",
        "XMLExpandEmptyMacro.swift",
        "XMLFieldNamespaceMacro.swift",
        "XMLIgnoreMacro.swift",
        "XMLNamespaceMacro.swift",
        "XMLTextMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftXMLCoderCShim",
      "module_type" : "ClangTarget",
      "name" : "SwiftXMLCoderCShim",
      "path" : "Sources/SwiftXMLCoderCShim",
      "product_memberships" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderMacros",
        "SwiftXMLCoderTestSupport"
      ],
      "sources" : [
        "SwiftXMLCoderCShim.c"
      ],
      "target_dependencies" : [
        "CLibXML2"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftXMLCoder",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoder",
      "path" : "Sources/SwiftXMLCoder",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderMacros",
        "SwiftXMLCoderTestSupport"
      ],
      "sources" : [
        "LibXML2.swift",
        "XMLCanonicalizationOptions.swift",
        "XMLCanonicalizer.swift",
        "XMLDateFormatHint.swift",
        "XMLDecoder+Codable.swift",
        "XMLDecoder.swift",
        "XMLDefaultCanonicalizer.swift",
        "XMLDocument.swift",
        "XMLDocumentNode.swift",
        "XMLEncoder+Codable.swift",
        "XMLEncoder.swift",
        "XMLEventEncoder+Codable.swift",
        "XMLEventTransform.swift",
        "XMLExpandEmptyProvider.swift",
        "XMLFieldCoding.swift",
        "XMLInteropBounds.swift",
        "XMLItemDecoder.swift",
        "XMLKeyTransformStrategy.swift",
        "XMLNamespace.swift",
        "XMLNamespaceDeclaration.swift",
        "XMLNamespaceResolver.swift",
        "XMLNode.swift",
        "XMLParsingError.swift",
        "XMLQualifiedName.swift",
        "XMLRootNode.swift",
        "XMLSAXDecoder+Codable.swift",
        "XMLScalarDecoder.swift",
        "XMLStreamEvent.swift",
        "XMLStreamParser+SAX.swift",
        "XMLStreamParser.swift",
        "XMLStreamWriter+Logic.swift",
        "XMLStreamWriter.swift",
        "XMLStreamWriterSink.swift",
        "XMLStreamingDecoder+Codable.swift",
        "XMLStringEncodingHint.swift",
        "XMLTemporalCoding.swift",
        "XMLTemporalTypes.swift",
        "XMLTransform.swift",
        "XMLTreeAttribute.swift",
        "XMLTreeDocument+Events.swift",
        "XMLTreeDocument.swift",
        "XMLTreeElement.swift",
        "XMLTreeMetadata.swift",
        "XMLTreeNode.swift",
        "XMLTreeParser+Logic.swift",
        "XMLTreeParser.swift",
        "XMLTreeWriter+Logic.swift",
        "XMLTreeWriter.swift",
        "XMLValidationPolicy.swift"
      ],
      "target_dependencies" : [
        "XMLCoderCompatibility",
        "SwiftXMLCoderCShim",
        "SwiftXMLCoderOwnership6"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLibXML2",
      "module_type" : "SystemLibraryTarget",
      "name" : "CLibXML2",
      "path" : "Sources/CLibXML2",
      "product_memberships" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderMacros",
        "SwiftXMLCoderTestSupport"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-syntax.git
[1/2222] Fetching swift-docc-plugin
[1624/8571] Fetching swift-docc-plugin, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.52s)
[2201/77154] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (6.52s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.58s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (9.51s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.99s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.62s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.42s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.54s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/50] Write sources
[29/50] Compiling _SwiftSyntaxCShims dummy.c
In file included from /host/spi-builder-workspace/Sources/SwiftXMLCoderCShim/SwiftXMLCoderCShim.c:1:
In file included from /host/spi-builder-workspace/Sources/SwiftXMLCoderCShim/include/SwiftXMLCoderCShim.h:4:
In file included from /usr/include/libxml2/libxml/parser.h:812:
/usr/include/libxml2/libxml/encoding.h:31:10: fatal error: 'unicode/ucnv.h' file not found
   31 | #include <unicode/ucnv.h>
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[30/50] Compiling SwiftXMLCoderCShim SwiftXMLCoderCShim.c
[30/50] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/SwiftXMLCoderCShim/SwiftXMLCoderCShim.c:1:
In file included from /host/spi-builder-workspace/Sources/SwiftXMLCoderCShim/include/SwiftXMLCoderCShim.h:4:
In file included from /usr/include/libxml2/libxml/parser.h:812:
/usr/include/libxml2/libxml/encoding.h:31:10: fatal error: 'unicode/ucnv.h' file not found
   31 | #include <unicode/ucnv.h>
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[2/22] Compiling SwiftXMLCoderCShim SwiftXMLCoderCShim.c
[2/22] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android