The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build WordPress-AztecEditor-iOS, reference develop (2aade4), with Swift 6.2 (beta) for Android on 23 Jun 2025 01:27:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wordpress-mobile/AztecEditor-iOS.git
Reference: develop
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/wordpress-mobile/AztecEditor-iOS
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 2aade45 Add explanatory comments to the conditional HTMLParser imports (#1413)
Cloned https://github.com/wordpress-mobile/AztecEditor-iOS.git
Revision (git rev-parse @):
2aade453b7ab6018a8c24f1f9d2c29f5098fbf31
SUCCESS checkout https://github.com/wordpress-mobile/AztecEditor-iOS.git at develop
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/wordpress-mobile/AztecEditor-iOS.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/WordPressEditor/Assets/aztec.png
Building for debugging...
[0/6] Write sources
[2/6] Copying html_colors.json
[3/6] Write sources
[4/6] Copying Media.xcassets
[5/6] Write swift-version-8C5A4AE7A8CE2BA.txt
[7/32] Compiling HTMLParser GenericElementToTagConverter.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[8/32] Compiling HTMLParser Character+Name.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[9/32] Compiling HTMLParser String+CharacterName.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[10/32] Compiling HTMLParser Element.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[11/32] Compiling HTMLParser ElementNode.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[12/32] Compiling HTMLParser Node.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[13/32] Compiling HTMLParser TextNode.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/35] Emitting module HTMLParser
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[15/35] Compiling HTMLParser InNodeConverter.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[16/35] Compiling HTMLParser InNodesConverter.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[17/35] Compiling HTMLParser HTMLSerializer.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[18/35] Compiling HTMLParser Attribute.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[19/35] Compiling HTMLParser BoldCSSAttributeMatcher.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[20/35] Compiling HTMLParser CSSAttributeMatcher.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[21/35] Compiling HTMLParser ForegroundColorCSSAttributeMatcher.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[22/35] Compiling HTMLParser CSSParser.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[23/35] Compiling HTMLParser HTMLParser.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[24/35] Compiling HTMLParser InAttributeConverter.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[25/35] Compiling HTMLParser InAttributesConverter.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[26/35] Compiling HTMLParser AttributeType.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[27/35] Compiling HTMLParser CSSAttribute.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[28/35] Compiling HTMLParser CSSAttributeType.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[29/35] Compiling HTMLParser CommentNode.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[30/35] Compiling HTMLParser ItalicCSSAttributeMatcher.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[31/35] Compiling HTMLParser UnderlineCSSAttributeMatcher.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[32/35] Compiling HTMLParser ElementToStringConverter.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[33/35] Compiling HTMLParser String+HTML.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[34/35] Compiling HTMLParser CLinkedListToArrayConverter.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
[35/35] Compiling HTMLParser Converter.swift
/host/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift:2:8: error: no such module 'libxml2'
 1 | import Foundation
 2 | import libxml2
   |        `- error: no such module 'libxml2'
 3 |
 4 |
BUILD FAILURE 6.2 android