Build Information
Failed to build Carlos, reference 1.2.1 (3c2bf2
), with Swift 6.0 for Linux on 2 Nov 2024 09:29:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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.0
Building package at path: $PWD
https://github.com/spring-media/Carlos.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14723] Fetching quick
[14724/33941] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (2.20s)
Fetched https://github.com/Quick/Nimble.git from cache (2.22s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (0.52s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.56s)
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 (0.52s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.18s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.49s)
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
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/38] 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
[4/38] 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
[5/38] 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
[6/38] 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
[7/38] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/43] 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
[9/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
[10/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
[11/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
[12/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
[13/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
[14/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
[15/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
[16/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
[17/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
[18/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
[19/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
[20/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
[21/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
[22/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
[23/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
[24/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
[25/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
[26/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
[27/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
[28/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
[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 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
[35/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
[36/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
[37/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
[38/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
[39/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
[40/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
[41/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
[42/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
[43/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
BUILD FAILURE 6.0 linux