The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Carlos, reference 1.2.1 (3c2bf2), with Swift 6.1 for Android on 28 May 2025 06:24:16 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         android
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14755] Fetching quick
[10920/34339] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (2.37s)
Fetched https://github.com/Quick/Nimble.git from cache (2.38s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (3.02s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.88s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.26s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.90s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.25s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.83s)
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/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/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/38] 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
[4/38] 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
[5/38] 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
[6/38] 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
[7/38] 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
[8/38] 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
[9/38] 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
[10/38] 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
[11/38] 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
[12/38] 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
[13/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
[14/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
[15/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
[16/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
[17/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
[18/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
[19/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
[20/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
[21/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
[22/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
[23/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
[24/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
[25/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
[26/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
[27/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
[28/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
[29/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
[30/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
[31/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
[32/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/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
[34/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
[35/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
[36/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
[37/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
[38/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
[39/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
[40/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
[41/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
[42/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
[43/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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/37] 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
[3/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
[4/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
[5/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
[6/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
[7/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
[8/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
[9/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
[10/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
[11/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
[12/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
[13/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
[14/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
[15/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
[16/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
[17/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
[18/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
[19/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
[20/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
[21/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
[22/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
[23/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
[24/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
[25/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
[26/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
[27/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
[28/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
[29/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
[30/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
[31/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
[32/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
[33/42] 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
[34/42] 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
[35/42] 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
[36/42] 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
[37/42] 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
[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 android