Build Information
Failed to build AlamoFuzi, reference master (841609), with Swift 6.2 for Linux on 18 Jun 2025 15:30:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/thebluepotato/AlamoFuzi.git
Reference: master
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/thebluepotato/AlamoFuzi
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 841609f Update Package.swift
Cloned https://github.com/thebluepotato/AlamoFuzi.git
Revision (git rev-parse @):
841609f2d93e460f009cc8770e23400f0e3f5160
SUCCESS checkout https://github.com/thebluepotato/AlamoFuzi.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/thebluepotato/AlamoFuzi.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/Alamofire/Alamofire
[1/1315] Fetching fuzi
[620/31456] Fetching fuzi, alamofire
Fetched https://github.com/cezheng/Fuzi from cache (4.68s)
Fetched https://github.com/Alamofire/Alamofire from cache (4.83s)
Computing version for https://github.com/cezheng/Fuzi
Computed https://github.com/cezheng/Fuzi at 3.1.3 (5.68s)
Computing version for https://github.com/Alamofire/Alamofire
Computed https://github.com/Alamofire/Alamofire at 5.10.2 (2.17s)
Creating working copy for https://github.com/Alamofire/Alamofire
Working copy of https://github.com/Alamofire/Alamofire resolved at 5.10.2
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/5] Copying PrivacyInfo.xcprivacy
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/52] 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.
[7/52] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/52] 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.
[9/52] 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.
[10/52] 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.
[11/52] 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.
[12/52] 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.
[13/52] 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.
[14/52] Compiling Alamofire URLRequest+Alamofire.swift
[15/52] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[16/52] Compiling Alamofire AlamofireExtended.swift
[17/52] Compiling Alamofire AuthenticationInterceptor.swift
[18/52] Compiling Alamofire CachedResponseHandler.swift
[19/52] Compiling Alamofire WebSocketRequest.swift
[20/52] Compiling Alamofire DispatchQueue+Alamofire.swift
[21/52] Compiling Alamofire OperationQueue+Alamofire.swift
[22/52] Compiling Alamofire Result+Alamofire.swift
[23/52] Compiling Alamofire StringEncoding+Alamofire.swift
[24/52] Compiling Alamofire Combine.swift
[25/52] Compiling Alamofire Concurrency.swift
[26/52] Compiling Alamofire EventMonitor.swift
[27/52] Compiling Alamofire MultipartFormData.swift
[28/52] Compiling Alamofire MultipartUpload.swift
[29/52] Compiling Alamofire NetworkReachabilityManager.swift
[30/52] Compiling Alamofire RedirectHandler.swift
[31/52] Compiling Alamofire RequestCompression.swift
[32/52] Compiling Alamofire RequestInterceptor.swift
[33/52] Compiling Alamofire ResponseSerialization.swift
[34/57] Compiling Alamofire RequestTaskMap.swift
[35/57] Compiling Alamofire Response.swift
[36/57] Compiling Alamofire Session.swift
[37/57] Compiling Alamofire SessionDelegate.swift
[38/57] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[39/57] Compiling Alamofire UploadRequest.swift
[40/57] Compiling Alamofire HTTPMethod.swift
[41/57] Compiling Alamofire Notifications.swift
[42/57] Compiling Alamofire ParameterEncoder.swift
[43/57] Compiling Alamofire ParameterEncoding.swift
[44/57] Compiling Alamofire Protected.swift
[45/57] Compiling Alamofire Request.swift
BUILD FAILURE 6.2 linux