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 EZNetworking, reference main (973335), with Swift 6.2 for Linux on 15 Dec 2025 04:17:59 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Aldo10012/EZNetworking.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/Aldo10012/EZNetworking
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9733356 Merge pull request #65 from Aldo10012/fix_SessionDelegate_DI
Cloned https://github.com/Aldo10012/EZNetworking.git
Revision (git rev-parse @):
97333567226e5df6053df89e82f201372eae7ee2
SUCCESS checkout https://github.com/Aldo10012/EZNetworking.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Aldo10012/EZNetworking.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:e1f50347098d838026a020bb7d0f8bade3d7b84d6d497429b7cf821cdf4fc3d1
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/56] Compiling EZNetworking SessionDelegate+URLSessionDownloadDelegate.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[4/56] Compiling EZNetworking SessionDelegate+URLSessionStreamDelegate.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[5/56] Compiling EZNetworking SessionDelegate+URLSessionTaskDelegate.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[6/56] Compiling EZNetworking SessionDelegate+URLSessionWebSocketDelegate.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[7/56] Compiling EZNetworking SessionDelegate.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[8/56] Compiling EZNetworking EmptyResponse.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[9/56] Compiling EZNetworking Data-ext.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[10/56] Compiling EZNetworking DefaultDownloadTaskInterceptor.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[11/56] Compiling EZNetworking FileDownloadable.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[12/56] Compiling EZNetworking RequestPerformable.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[13/56] Compiling EZNetworking RequestPerformer.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[14/56] Compiling EZNetworking DataUploader.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[15/56] Compiling EZNetworking DataUploadable.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[16/56] Compiling EZNetworking FileUploader.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[17/63] Compiling EZNetworking String-ext.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[18/63] Compiling EZNetworking URLSessionTaskProtocol.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[19/63] Compiling EZNetworking WebSocketTaskProtocol.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[20/63] Compiling EZNetworking Request.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[21/63] Compiling EZNetworking RequestBuilder.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[22/63] Compiling EZNetworking RequestFactory.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[23/63] Compiling EZNetworking FileDownloader.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[24/63] Compiling EZNetworking HTTPHeader.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[25/63] Compiling EZNetworking MimeType.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[26/63] Compiling EZNetworking HTTPMethod.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[27/63] Compiling EZNetworking HTTPParameters.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[28/63] Compiling EZNetworking AuthenticationInterceptor.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[29/63] Compiling EZNetworking CacheInterceptor.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[30/63] Compiling EZNetworking DataTaskInterceptor.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[31/63] Compiling EZNetworking DownloadTaskInterceptor.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[32/63] Compiling EZNetworking MetricsInterceptor.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[33/63] Compiling EZNetworking RedirectInterceptor.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[34/63] Compiling EZNetworking StreamTaskInterceptor.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[35/63] Compiling EZNetworking TaskLifecycleInterceptor.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[36/63] Compiling EZNetworking UploadTaskInterceptor.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[37/63] Compiling EZNetworking WebSocketTaskInterceptor.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[38/63] Compiling EZNetworking SessionDelegate+URLSessionDataDelegate.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[39/63] Compiling EZNetworking SessionDelegate+URLSessionDelegate.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[40/63] Compiling EZNetworking HTTPSuccessStatus.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[41/63] Compiling EZNetworking InternalError.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[42/63] Compiling EZNetworking NetworkingError.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[43/63] Compiling EZNetworking WebSocketError.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[44/63] Compiling EZNetworking HTTPBody.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[45/63] Compiling EZNetworking MultipartFormData.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[46/63] Compiling EZNetworking MultipartFormPart.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[47/63] Compiling EZNetworking AuthorizationType.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[48/63] Emitting module EZNetworking
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[49/63] Compiling EZNetworking RequestDecoder.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[50/63] Compiling EZNetworking HTTPHeaderEncoder.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[51/63] Compiling EZNetworking HTTPParameterEncoder.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[52/63] Compiling EZNetworking HTTPError.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[53/63] Compiling EZNetworking HTTPClientErrorStatus.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[54/63] Compiling EZNetworking HTTPInformationalStatus.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[55/63] Compiling EZNetworking HTTPRedirectionStatus.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[56/63] Compiling EZNetworking HTTPServerErrorStatus.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[57/63] Compiling EZNetworking FileUploadable.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[58/63] Compiling EZNetworking DefaultUploadTaskInterceptor.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[59/63] Compiling EZNetworking UploadStreamEvent.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[60/63] Compiling EZNetworking UploadTypealias.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[61/63] Compiling EZNetworking DefaultWebSocketTaskInterceptor.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[62/63] Compiling EZNetworking WebSocketConnectionState.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[63/63] Compiling EZNetworking ResponseValidator.swift
/host/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
BUILD FAILURE 6.2 linux