The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Carlos, reference 1.2.1 (3c2bf2), with Swift 6.3 for Linux on 13 Apr 2026 00:40:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/spring-media/Carlos.git
Reference: 1.2.1
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/spring-media/Carlos
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at 3c2bf25 Fix an issue when cache intsance reference was nil in some cases
Cloned https://github.com/spring-media/Carlos.git
Revision (git rev-parse @):
3c2bf25e59614f5b7a88833a6fd2b9e4e00aa25d
SUCCESS checkout https://github.com/spring-media/Carlos.git at 1.2.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/spring-media/Carlos.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14896] Fetching quick
[9684/34713] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.68s)
Fetched https://github.com/Quick/Nimble.git from cache (1.70s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (2.36s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.53s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.21s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.10s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.20s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.67s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/38] Emitting module Carlos
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[4/43] Compiling Carlos StringConvertible.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[5/43] Compiling Carlos UnfairLock.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[6/43] Compiling Carlos CacheLevel+Batch.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[7/43] Compiling Carlos KeyTransformation.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[8/43] Compiling Carlos Normalize.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[9/43] Compiling Carlos Carlos.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[10/43] Compiling Carlos BasicCache.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[11/43] Compiling Carlos BasicFetcher.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[12/43] Compiling Carlos Errors.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[13/43] Compiling Carlos ExpensiveObject.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[14/43] Compiling Carlos Extensions.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[15/43] Compiling Carlos FetcherValueTransformation.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[16/43] Compiling Carlos FunctionComposition.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[17/43] Compiling Carlos Logger.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[18/43] Compiling Carlos MemoryWarning.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[19/43] Compiling Carlos PostProcess.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[20/43] Compiling Carlos SwitchCache.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[21/43] Compiling Carlos ValueTransformation.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[22/43] Compiling Carlos ComposedOneWayTransformer.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[23/43] Compiling Carlos ComposedTwoWayTransformer.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[24/43] Compiling Carlos JSONTransformer.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[25/43] Compiling Carlos OneWayTransformer.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[26/43] Compiling Carlos StringTransformer.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[27/43] Compiling Carlos Transformers.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[28/43] Compiling Carlos TwoWayTransformer.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[29/43] Compiling Carlos MemoryCacheLevel.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[30/43] Compiling Carlos NSUserDefaultsCacheLevel.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[31/43] Compiling Carlos NetworkFetcher.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[32/43] Compiling Carlos PoolCache.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[33/43] Compiling Carlos CacheProvider.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[34/43] Compiling Carlos BatchAllCache.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[35/43] Compiling Carlos Composed.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[36/43] Compiling Carlos Conditioned.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[37/43] Compiling Carlos DiskCacheLevel.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[38/43] Compiling Carlos Fetcher.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[39/43] Compiling Carlos ConditionedOneWayTransformer.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[40/43] Compiling Carlos ConditionedOutputProcessing.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[41/43] Compiling Carlos ConditionedTwoWayTransformer.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[42/43] Compiling Carlos ConditionedValueTransformation.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
[43/43] Compiling Carlos ImageTransformer.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 |
 3 | /// A reified batchGetAll
BUILD FAILURE 6.3 linux