The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CombineURLSession, reference main (668f56), with Swift 6.3 for Linux on 12 Apr 2026 21:32:29 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DanielMandea/url-session-combine.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/DanielMandea/url-session-combine
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 668f560 Added support for mapping errors under http error code
Cloned https://github.com/DanielMandea/url-session-combine.git
Revision (git rev-parse @):
668f5607d07f6d568751c1149caf0137ed2c8a1f
SUCCESS checkout https://github.com/DanielMandea/url-session-combine.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/DanielMandea/url-session-combine.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/Flight-School/AnyCodable
[1/782] Fetching anycodable
Fetched https://github.com/Flight-School/AnyCodable from cache (0.25s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (1.39s)
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Compiling AnyCodable AnyDecodable.swift
[5/7] Compiling AnyCodable AnyCodable.swift
[6/7] Emitting module AnyCodable
[7/7] Compiling AnyCodable AnyEncodable.swift
[9/23] Compiling CombineURLSession URLSessionExtension.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[10/23] Compiling CombineURLSession RestService.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[11/23] Compiling CombineURLSession SessionHolder.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[12/23] Compiling CombineURLSession URLRequestExtension.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/24] Compiling CombineURLSession SessionError.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[14/24] Compiling CombineURLSession TextError.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[15/24] Compiling CombineURLSession BaseRestService.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[16/24] Compiling CombineURLSession RestServiceExtension.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[17/24] Compiling CombineURLSession CodableToDictionary.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[18/24] Compiling CombineURLSession DataToStringExtension.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[19/24] Emitting module CombineURLSession
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[20/24] Compiling CombineURLSession MultipartURLRequest.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[21/24] Compiling CombineURLSession Multipart.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[22/24] Compiling CombineURLSession MultipartFormData.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[23/24] Compiling CombineURLSession HTTPMethod.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[24/24] Compiling CombineURLSession MimeType.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
BUILD FAILURE 6.3 linux