Build Information
Failed to build Carlos, reference master (26ca89
), with Swift 6.1 for Linux on 26 Apr 2025 22:51:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/spring-media/Carlos.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/spring-media/Carlos
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 26ca894 Merge pull request #196 from spring-media/feature/migrate-to-action
Cloned https://github.com/spring-media/Carlos.git
Revision (git rev-parse @):
26ca894e3cef48a15b6da20803c31e5386ac45bd
SUCCESS checkout https://github.com/spring-media/Carlos.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/spring-media/Carlos.git
https://github.com/spring-media/Carlos.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "9.2.0",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "Carlos",
"name" : "Carlos",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Carlos",
"targets" : [
"Carlos"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "CarlosTests",
"module_type" : "SwiftTarget",
"name" : "CarlosTests",
"path" : "Tests/CarlosTests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"BasicCacheTests.swift",
"BasicFetcherTests.swift",
"BatchTests.swift",
"CacheProviderTests.swift",
"CompositionTests.swift",
"ConditionedCacheTests.swift",
"ConditionedOneWayTransformationBoxTests.swift",
"ConditionedOutputProcessingTests.swift",
"ConditionedTransformersTests.swift",
"ConditionedTwoWayTransformationBoxTests.swift",
"ConditionedValueTransformationTests.swift",
"DiskCacheTests.swift",
"Fakes/Base64EncodedImage.swift",
"Fakes/CacheLevelFake.swift",
"Fakes/FetcherFake.swift",
"FetcherValueTransformationTests.swift",
"ImageTransformerTests.swift",
"JSONTransformerTests.swift",
"KeyTransformationTests.swift",
"MKDistanceFormatterTransformerTests.swift",
"MemoryCacheLevelTests.swift",
"MemoryWarningNotificationTests.swift",
"NSDateFormatterTransformerTests.swift",
"NSNumberFormatterTransformerTests.swift",
"NSUserDefaultsCacheLevelTests.swift",
"NetworkFetcherTests.swift",
"NormalizationTests.swift",
"OneWayTransformationBoxTests.swift",
"OneWayTransformerCompositionTests.swift",
"PoolCacheTests.swift",
"PostProcessTests.swift",
"StringConvertibleTests.swift",
"StringTransformerTests.swift",
"SwitchCacheTests.swift",
"TwoWayTransformationBoxTests.swift",
"TwoWayTransformerCompositionTests.swift",
"ValueTransformationTests.swift"
],
"target_dependencies" : [
"Carlos"
],
"type" : "test"
},
{
"c99name" : "Carlos",
"module_type" : "SwiftTarget",
"name" : "Carlos",
"path" : "Sources/Carlos",
"product_memberships" : [
"Carlos"
],
"sources" : [
"CacheLevels/BatchAllCache.swift",
"CacheLevels/Composed.swift",
"CacheLevels/Conditioned.swift",
"CacheLevels/DiskCacheLevel.swift",
"CacheLevels/Fetcher.swift",
"CacheLevels/MemoryCacheLevel.swift",
"CacheLevels/NSUserDefaultsCacheLevel.swift",
"CacheLevels/NetworkFetcher.swift",
"CacheLevels/PoolCache.swift",
"CacheProvider.swift",
"Carlos.swift",
"Core/BasicCache.swift",
"Core/BasicFetcher.swift",
"Core/Errors.swift",
"Core/ExpensiveObject.swift",
"Core/Extensions.swift",
"Core/FetcherValueTransformation.swift",
"Core/FunctionComposition.swift",
"Core/Logger.swift",
"Core/MemoryWarning.swift",
"Core/StringConvertible.swift",
"Core/UnfairLock.swift",
"Operations/CacheLevel+Batch.swift",
"Operations/KeyTransformation.swift",
"Operations/Normalize.swift",
"Operations/PostProcess.swift",
"Operations/SwitchCache.swift",
"Operations/ValueTransformation.swift",
"Transformers/ComposedOneWayTransformer.swift",
"Transformers/ComposedTwoWayTransformer.swift",
"Transformers/ConditionedOneWayTransformer.swift",
"Transformers/ConditionedOutputProcessing.swift",
"Transformers/ConditionedTwoWayTransformer.swift",
"Transformers/ConditionedValueTransformation.swift",
"Transformers/ImageTransformer.swift",
"Transformers/JSONTransformer.swift",
"Transformers/OneWayTransformer.swift",
"Transformers/StringTransformer.swift",
"Transformers/Transformers.swift",
"Transformers/TwoWayTransformer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14755] Fetching quick
[2215/34322] 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.40s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.78s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.24s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.80s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.22s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.78s)
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/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.2.2
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 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
[5/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
[6/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
[7/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
[8/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
[9/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
[10/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
[11/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
[12/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
[13/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
[14/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
[15/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
[16/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
[17/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
[18/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
[19/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
[20/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
[21/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
[22/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
[23/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
[24/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
[25/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
[26/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
[27/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
[28/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
[29/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
[30/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
[31/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
[32/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
[33/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
[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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/37] 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
[3/37] 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
[4/37] 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
[5/37] 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
[6/37] 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
[7/42] 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
[8/42] 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
[9/42] 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
[10/42] 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
[11/42] 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
[12/42] 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
[13/42] 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
[14/42] 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
[15/42] 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
[16/42] 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
[17/42] 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
[18/42] 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
[19/42] 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
[20/42] 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
[21/42] 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
[22/42] 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
[23/42] 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
[24/42] 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
[25/42] 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
[26/42] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/42] 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
[28/42] 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
[29/42] 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
[30/42] 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
[31/42] 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
[32/42] 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
[33/42] 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
[34/42] 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
[35/42] 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
[36/42] 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
[37/42] 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
[38/42] 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
[39/42] 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
[40/42] 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
[41/42] 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
[42/42] 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
BUILD FAILURE 6.1 linux