Build Information
Failed to build Reeeed, reference main (7989f0), with Swift 6.2 for Linux on 19 Jun 2025 18:24:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nate-parrott/reeeed.git
Reference: main
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/nate-parrott/reeeed
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7989f05 fix build
Cloned https://github.com/nate-parrott/reeeed.git
Revision (git rev-parse @):
7989f05206bd263d81cdb6324ca524cbe64b2c77
SUCCESS checkout https://github.com/nate-parrott/reeeed.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/nate-parrott/reeeed.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/cezheng/Fuzi
Fetching https://github.com/scinfu/SwiftSoup.git
[1/1315] Fetching fuzi
[1316/5231] Fetching fuzi, swiftsoup
Fetched https://github.com/cezheng/Fuzi from cache (1.28s)
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.28s)
Computing version for https://github.com/cezheng/Fuzi
Computed https://github.com/cezheng/Fuzi at 3.1.3 (2.78s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.8.8 (0.41s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.8.8
Creating working copy for https://github.com/cezheng/Fuzi
Working copy of https://github.com/cezheng/Fuzi resolved at 3.1.3
Building for debugging...
[0/7] Write sources
[1/7] Copying DO NOT OPEN THESE FILES IN XCODE.txt
[4/7] Copying mercury.web.js
[5/7] Copying readability.bundle.min.js
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/69] Compiling Fuzi NodeSet.swift
/host/spi-builder-workspace/.build/checkouts/Fuzi/Sources/Document.swift:23:8: error: no such module 'libxml2'
21 |
22 | import Foundation
23 | import libxml2
| `- error: no such module 'libxml2'
24 |
25 | /// XML document which can be searched and queried.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/69] Emitting module Fuzi
/host/spi-builder-workspace/.build/checkouts/Fuzi/Sources/Document.swift:23:8: error: no such module 'libxml2'
21 |
22 | import Foundation
23 | import libxml2
| `- error: no such module 'libxml2'
24 |
25 | /// XML document which can be searched and queried.
[10/69] Compiling Fuzi Document.swift
/host/spi-builder-workspace/.build/checkouts/Fuzi/Sources/Document.swift:23:8: error: no such module 'libxml2'
21 |
22 | import Foundation
23 | import libxml2
| `- error: no such module 'libxml2'
24 |
25 | /// XML document which can be searched and queried.
[11/69] Compiling Fuzi Element.swift
/host/spi-builder-workspace/.build/checkouts/Fuzi/Sources/Document.swift:23:8: error: no such module 'libxml2'
21 |
22 | import Foundation
23 | import libxml2
| `- error: no such module 'libxml2'
24 |
25 | /// XML document which can be searched and queried.
[12/69] Compiling Fuzi Queryable.swift
/host/spi-builder-workspace/.build/checkouts/Fuzi/Sources/Document.swift:23:8: error: no such module 'libxml2'
21 |
22 | import Foundation
23 | import libxml2
| `- error: no such module 'libxml2'
24 |
25 | /// XML document which can be searched and queried.
[13/69] Compiling Fuzi Node.swift
/host/spi-builder-workspace/.build/checkouts/Fuzi/Sources/Document.swift:23:8: error: no such module 'libxml2'
21 |
22 | import Foundation
23 | import libxml2
| `- error: no such module 'libxml2'
24 |
25 | /// XML document which can be searched and queried.
[14/69] Compiling Fuzi Helpers.swift
/host/spi-builder-workspace/.build/checkouts/Fuzi/Sources/Document.swift:23:8: error: no such module 'libxml2'
21 |
22 | import Foundation
23 | import libxml2
| `- error: no such module 'libxml2'
24 |
25 | /// XML document which can be searched and queried.
[15/69] Compiling SwiftSoup HtmlTreeBuilderState.swift
[16/69] Compiling SwiftSoup HttpStatusException.swift
[17/69] Compiling SwiftSoup Mutex.swift
[18/69] Compiling SwiftSoup Node.swift
[19/69] Compiling SwiftSoup NodeTraversor.swift
[20/69] Compiling SwiftSoup NodeVisitor.swift
[21/69] Compiling SwiftSoup OrderedSet.swift
[22/69] Compiling SwiftSoup ParseError.swift
[23/76] Compiling Fuzi Error.swift
/host/spi-builder-workspace/.build/checkouts/Fuzi/Sources/Document.swift:23:8: error: no such module 'libxml2'
21 |
22 | import Foundation
23 | import libxml2
| `- error: no such module 'libxml2'
24 |
25 | /// XML document which can be searched and queried.
[24/76] Compiling SwiftSoup SimpleDictionary.swift
[25/76] Compiling SwiftSoup StreamReader.swift
[26/76] Compiling SwiftSoup String.swift
[27/76] Compiling SwiftSoup StringBuilder.swift
[28/76] Compiling SwiftSoup StringUtil.swift
[29/76] Compiling SwiftSoup StructuralEvaluator.swift
[30/76] Compiling SwiftSoup SwiftSoup.swift
[31/76] Compiling SwiftSoup ParseErrorList.swift
[32/76] Compiling SwiftSoup ParseSettings.swift
[33/76] Compiling SwiftSoup Parser.swift
[34/76] Compiling SwiftSoup ParsingStrings.swift
[35/76] Compiling SwiftSoup Pattern.swift
[36/76] Compiling SwiftSoup QueryParser.swift
[37/76] Compiling SwiftSoup SerializationException.swift
[38/76] Compiling SwiftSoup Tag.swift
[39/76] Compiling SwiftSoup TextNode.swift
[40/76] Compiling SwiftSoup Token.swift
[41/76] Compiling SwiftSoup TokenQueue.swift
[42/76] Compiling SwiftSoup Tokeniser.swift
[43/76] Compiling SwiftSoup TokeniserState.swift
[44/76] Compiling SwiftSoup TreeBuilder.swift
[45/76] Emitting module SwiftSoup
[46/76] Compiling SwiftSoup ArrayExt.swift
[47/76] Compiling SwiftSoup Attribute.swift
[48/76] Compiling SwiftSoup Attributes.swift
[49/76] Compiling SwiftSoup BinarySearch.swift
[50/76] Compiling SwiftSoup BooleanAttribute.swift
[51/76] Compiling SwiftSoup CharacterExt.swift
[52/76] Compiling SwiftSoup CharacterReader.swift
[53/76] Compiling SwiftSoup Cleaner.swift
BUILD FAILURE 6.2 linux