The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Carlos with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/spring-media/Carlos.git
Reference: master
Cloned https://github.com/spring-media/Carlos.git into spi-builder-workspace
SUCCESS checkout https://github.com/spring-media/Carlos.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[5/432] Fetching cwlcatchexception
[360/1625] Fetching cwlcatchexception, cwlpreconditiontesting
Fetching https://github.com/Quick/Nimble.git
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.25s)
[1/13703] Fetching quick
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.55s)
Fetched https://github.com/Quick/Quick.git (0.55s)
[1/15746] Fetching nimble
Fetched https://github.com/Quick/Nimble.git (1.00s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.30s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (0.31s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.1.0 (0.37s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.1 (0.29s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
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/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.1.0
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/36] Emitting module Carlos
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[2/41] Compiling Carlos PostProcess.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[3/41] Compiling Carlos SwitchCache.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[4/41] Compiling Carlos ValueTransformation.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[5/41] Compiling Carlos ComposedOneWayTransformer.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[6/41] Compiling Carlos ComposedTwoWayTransformer.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[7/41] Compiling Carlos BatchAllCache.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[8/41] Compiling Carlos Composed.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[9/41] Compiling Carlos Conditioned.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[10/41] Compiling Carlos DiskCacheLevel.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[11/41] Compiling Carlos Fetcher.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[12/41] Compiling Carlos MemoryCacheLevel.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[13/41] Compiling Carlos NSUserDefaultsCacheLevel.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[14/41] Compiling Carlos NetworkFetcher.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[15/41] Compiling Carlos PoolCache.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[16/41] Compiling Carlos CacheProvider.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[17/41] Compiling Carlos ConditionedOneWayTransformer.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[18/41] Compiling Carlos ConditionedOutputProcessing.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[19/41] Compiling Carlos ConditionedTwoWayTransformer.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[20/41] Compiling Carlos ConditionedValueTransformation.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[21/41] Compiling Carlos ImageTransformer.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[22/41] Compiling Carlos StringConvertible.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[23/41] Compiling Carlos UnfairLock.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[24/41] Compiling Carlos CacheLevel+Batch.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[25/41] Compiling Carlos KeyTransformation.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[26/41] Compiling Carlos Normalize.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[27/41] Compiling Carlos Extensions.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[28/41] Compiling Carlos FetcherValueTransformation.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[29/41] Compiling Carlos FunctionComposition.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[30/41] Compiling Carlos Logger.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[31/41] Compiling Carlos MemoryWarning.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[32/41] Compiling Carlos Carlos.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[33/41] Compiling Carlos BasicCache.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[34/41] Compiling Carlos BasicFetcher.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[35/41] Compiling Carlos Errors.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[36/41] Compiling Carlos ExpensiveObject.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[37/41] Compiling Carlos JSONTransformer.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[38/41] Compiling Carlos OneWayTransformer.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[39/41] Compiling Carlos StringTransformer.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[40/41] Compiling Carlos Transformers.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[41/41] Compiling Carlos TwoWayTransformer.swift
/host/spi-builder-workspace/Sources/Carlos/CacheLevels/BatchAllCache.swift:1:8: error: no such module 'Combine'
import Combine
       ^
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1