The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AsyncImageView, reference master (ed3f48), with Swift 6.1 for Linux on 2 Dec 2025 02:26:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NachoSoto/AsyncImageView.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/NachoSoto/AsyncImageView
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ed3f482 Refactor image request management (#73)
Cloned https://github.com/NachoSoto/AsyncImageView.git
Revision (git rev-parse @):
ed3f482f04df9289e57f4e8ad0a33cd5f27d3c64
SUCCESS checkout https://github.com/NachoSoto/AsyncImageView.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/NachoSoto/AsyncImageView.git
https://github.com/NachoSoto/AsyncImageView.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "reactiveswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.1.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveCocoa/ReactiveSwift.git"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.4.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "12.2.0",
            "upper_bound" : "13.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "AsyncImageView",
  "name" : "AsyncImageView",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncImageView",
      "targets" : [
        "AsyncImageView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "AsyncImageViewTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncImageViewTests",
      "path" : "AsyncImageViewTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "AsyncImageViewSpec.swift",
        "CachingSpec.swift",
        "Helpers.swift",
        "ImageInflaterRendererSpec.swift",
        "MulticastedRendererSpec.swift",
        "TestRenderData.swift"
      ],
      "target_dependencies" : [
        "AsyncImageView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncImageView",
      "module_type" : "SwiftTarget",
      "name" : "AsyncImageView",
      "path" : "AsyncImageView",
      "product_dependencies" : [
        "ReactiveSwift"
      ],
      "product_memberships" : [
        "AsyncImageView"
      ],
      "sources" : [
        "AsyncImageLoader.swift",
        "AsyncImageView.swift",
        "AsyncSwiftUIImageView.swift",
        "Caching.swift",
        "Extensions.swift",
        "Renderers/AnyRenderer.swift",
        "Renderers/CacheRenderer.swift",
        "Renderers/ContextRenderer.swift",
        "Renderers/EmptyRenderer.swift",
        "Renderers/ErrorIgnoringRenderer.swift",
        "Renderers/FallbackRenderer.swift",
        "Renderers/ImageInflaterRenderer.swift",
        "Renderers/ImageProcessingRenderer.swift",
        "Renderers/LocalImageRenderer.swift",
        "Renderers/MulticastedRenderer.swift",
        "Renderers/RemoteImageRenderer.swift",
        "Renderers/RemoteOrLocalImageRenderer.swift",
        "Renderers/Renderer.swift",
        "Renderers/SimpleImageProcessingRenderer.swift",
        "Renderers/ViewRenderer.swift",
        "SynchronousUIScheduler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:4:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
 2 | import PackageDescription
 3 |
 4 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 5 |     name: "AsyncImageView",
 6 |     platforms: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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
e1a89dea01a6: Already exists
0347e81243ca: Pulling fs layer
955ae20f829c: Pulling fs layer
2574e4b2ede5: Pulling fs layer
b4d9c5040eda: Pulling fs layer
1f22cf4c7975: Pulling fs layer
50da382d3617: Pulling fs layer
496007f7ea8e: Pulling fs layer
1f22cf4c7975: Waiting
50da382d3617: Waiting
496007f7ea8e: Waiting
b4d9c5040eda: Waiting
2574e4b2ede5: Download complete
b4d9c5040eda: Verifying Checksum
b4d9c5040eda: Download complete
1f22cf4c7975: Verifying Checksum
1f22cf4c7975: Download complete
50da382d3617: Verifying Checksum
50da382d3617: Download complete
0347e81243ca: Verifying Checksum
0347e81243ca: Download complete
496007f7ea8e: Verifying Checksum
496007f7ea8e: Download complete
955ae20f829c: Download complete
0347e81243ca: Pull complete
955ae20f829c: Pull complete
2574e4b2ede5: Pull complete
b4d9c5040eda: Pull complete
1f22cf4c7975: Pull complete
50da382d3617: Pull complete
496007f7ea8e: Pull complete
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:4:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 2 | import PackageDescription
 3 |
 4 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 5 |     name: "AsyncImageView",
 6 |     platforms: [
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/ReactiveCocoa/ReactiveSwift.git
Fetching https://github.com/Quick/Quick.git
[1/14859] Fetching quick
[2973/67359] Fetching quick, reactiveswift
[28510/87163] Fetching quick, reactiveswift, nimble
Fetched https://github.com/Quick/Quick.git from cache (2.20s)
Fetched https://github.com/Quick/Nimble.git from cache (2.22s)
Fetched https://github.com/ReactiveCocoa/ReactiveSwift.git from cache (2.23s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 12.3.0 (4.48s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.23s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift.git
Computed https://github.com/ReactiveCocoa/ReactiveSwift.git at 7.2.1 (0.79s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.59s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.21s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.77s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 7.6.2 (0.55s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-algorithms.git
[1/16877] Fetching swift-argument-parser
[2/22918] Fetching swift-argument-parser, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.64s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.64s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.20s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.92s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.55s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 7.6.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 12.3.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.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/ReactiveCocoa/ReactiveSwift.git
Working copy of https://github.com/ReactiveCocoa/ReactiveSwift.git resolved at 7.2.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/PrivacyInfo.xcprivacy
[1/1] Compiling plugin LintCommandPlugin
[2/2] Compiling plugin LintWarning
[3/3] Compiling plugin LintError
[4/4] Compiling plugin DefocusCommandPlugin
[5/5] Compiling plugin GenerateManual
[6/6] Compiling plugin GenerateDoccReference
Building for debugging...
[6/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/55] Emitting module ReactiveSwift
[11/61] Compiling ReactiveSwift Operators.swift
[12/61] Compiling ReactiveSwift Reduce.swift
[13/61] Compiling ReactiveSwift ScanMap.swift
[14/61] Compiling ReactiveSwift SkipFirst.swift
[15/61] Compiling ReactiveSwift SkipRepeats.swift
[16/61] Compiling ReactiveSwift SkipWhile.swift
[17/61] Compiling ReactiveSwift TakeFirst.swift
[18/61] Compiling ReactiveSwift TakeLast.swift
[19/61] Compiling ReactiveSwift TakeUntil.swift
[20/61] Compiling ReactiveSwift TakeWhile.swift
[21/61] Compiling ReactiveSwift Throttle.swift
[22/61] Compiling ReactiveSwift UnaryAsyncOperator.swift
[23/61] Compiling ReactiveSwift CompactMap.swift
[24/61] Compiling ReactiveSwift Debounce.swift
[25/61] Compiling ReactiveSwift Delay.swift
[26/61] Compiling ReactiveSwift Dematerialize.swift
[27/61] Compiling ReactiveSwift DematerializeResults.swift
[28/61] Compiling ReactiveSwift Filter.swift
[29/61] Compiling ReactiveSwift LazyMap.swift
[30/61] Compiling ReactiveSwift Flatten.swift
[31/61] Compiling ReactiveSwift FoundationExtensions.swift
[32/61] Compiling ReactiveSwift Lifetime.swift
[33/61] Compiling ReactiveSwift AttemptMap.swift
[34/61] Compiling ReactiveSwift Collect.swift
[35/61] Compiling ReactiveSwift CollectEvery.swift
[36/61] Compiling ReactiveSwift CombinePrevious.swift
[37/61] Compiling ReactiveSwift Action.swift
[38/61] Compiling ReactiveSwift Atomic.swift
[39/61] Compiling ReactiveSwift Bag.swift
[40/61] Compiling ReactiveSwift Deprecations+Removals.swift
[41/61] Compiling ReactiveSwift Disposable.swift
[42/61] Compiling ReactiveSwift Event.swift
[43/61] Compiling ReactiveSwift EventLogger.swift
[44/61] Compiling ReactiveSwift UniqueValues.swift
[45/61] Compiling ReactiveSwift Optional.swift
[46/61] Compiling ReactiveSwift Property.swift
[47/61] Compiling ReactiveSwift Reactive.swift
[48/61] Compiling ReactiveSwift ResultExtensions.swift
[49/61] Compiling ReactiveSwift Scheduler.swift
[50/61] Compiling ReactiveSwift Map.swift
[51/61] Compiling ReactiveSwift MapError.swift
[52/61] Compiling ReactiveSwift Materialize.swift
[53/61] Compiling ReactiveSwift MaterializeAsResult.swift
[54/61] Compiling ReactiveSwift ObserveOn.swift
[55/61] Compiling ReactiveSwift Observer.swift
[56/61] Compiling ReactiveSwift Signal.Observer.swift
[57/61] Compiling ReactiveSwift Signal.swift
[58/61] Compiling ReactiveSwift SignalProducer.swift
[59/61] Compiling ReactiveSwift UnidirectionalBinding.swift
[60/61] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[61/61] Compiling ReactiveSwift ValidatingProperty.swift
[63/82] Compiling AsyncImageView RemoteImageRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[64/82] Compiling AsyncImageView RemoteOrLocalImageRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[65/84] Compiling AsyncImageView ImageProcessingRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[66/84] Compiling AsyncImageView LocalImageRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[67/84] Compiling AsyncImageView MulticastedRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[68/84] Compiling AsyncImageView Renderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[69/84] Compiling AsyncImageView SimpleImageProcessingRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[70/84] Compiling AsyncImageView Caching.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[71/84] Compiling AsyncImageView Extensions.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[72/84] Compiling AsyncImageView AnyRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[73/84] Emitting module AsyncImageView
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[74/84] Compiling AsyncImageView AsyncImageLoader.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[75/84] Compiling AsyncImageView AsyncImageView.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[76/84] Compiling AsyncImageView AsyncSwiftUIImageView.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[77/84] Compiling AsyncImageView CacheRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[78/84] Compiling AsyncImageView ContextRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[79/84] Compiling AsyncImageView EmptyRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[80/84] Compiling AsyncImageView ViewRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[81/84] Compiling AsyncImageView SynchronousUIScheduler.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[82/84] Compiling AsyncImageView ErrorIgnoringRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[83/84] Compiling AsyncImageView FallbackRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[84/84] Compiling AsyncImageView ImageInflaterRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:4:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 2 | import PackageDescription
 3 |
 4 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 5 |     name: "AsyncImageView",
 6 |     platforms: [
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/PrivacyInfo.xcprivacy
[0/1] Planning build
[1/1] Compiling plugin LintCommandPlugin
[2/2] Compiling plugin LintWarning
[3/3] Compiling plugin LintError
[4/4] Compiling plugin DefocusCommandPlugin
[5/5] Compiling plugin GenerateManual
[6/6] Compiling plugin GenerateDoccReference
Building for debugging...
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/53] Compiling ReactiveSwift Map.swift
[9/53] Compiling ReactiveSwift MapError.swift
[10/53] Compiling ReactiveSwift Materialize.swift
[11/53] Compiling ReactiveSwift MaterializeAsResult.swift
[12/53] Compiling ReactiveSwift ObserveOn.swift
[13/53] Compiling ReactiveSwift Observer.swift
[14/59] Compiling ReactiveSwift CompactMap.swift
[15/59] Compiling ReactiveSwift Debounce.swift
[16/59] Compiling ReactiveSwift Delay.swift
[17/59] Compiling ReactiveSwift Dematerialize.swift
[18/59] Compiling ReactiveSwift DematerializeResults.swift
[19/59] Compiling ReactiveSwift Filter.swift
[20/59] Compiling ReactiveSwift LazyMap.swift
[21/59] Compiling ReactiveSwift Operators.swift
[22/59] Compiling ReactiveSwift Reduce.swift
[23/59] Compiling ReactiveSwift ScanMap.swift
[24/59] Compiling ReactiveSwift SkipFirst.swift
[25/59] Compiling ReactiveSwift SkipRepeats.swift
[26/59] Compiling ReactiveSwift SkipWhile.swift
[27/59] Compiling ReactiveSwift TakeFirst.swift
[28/59] Compiling ReactiveSwift TakeLast.swift
[29/59] Compiling ReactiveSwift TakeUntil.swift
[30/59] Compiling ReactiveSwift TakeWhile.swift
[31/59] Compiling ReactiveSwift Throttle.swift
[32/59] Compiling ReactiveSwift UnaryAsyncOperator.swift
[33/59] Emitting module ReactiveSwift
[34/59] Compiling ReactiveSwift Flatten.swift
[35/59] Compiling ReactiveSwift FoundationExtensions.swift
[36/59] Compiling ReactiveSwift Lifetime.swift
[37/59] Compiling ReactiveSwift AttemptMap.swift
[38/59] Compiling ReactiveSwift Collect.swift
[39/59] Compiling ReactiveSwift CollectEvery.swift
[40/59] Compiling ReactiveSwift CombinePrevious.swift
[41/59] Compiling ReactiveSwift Action.swift
[42/59] Compiling ReactiveSwift Atomic.swift
[43/59] Compiling ReactiveSwift Bag.swift
[44/59] Compiling ReactiveSwift Deprecations+Removals.swift
[45/59] Compiling ReactiveSwift Disposable.swift
[46/59] Compiling ReactiveSwift Event.swift
[47/59] Compiling ReactiveSwift EventLogger.swift
[48/59] Compiling ReactiveSwift UniqueValues.swift
[49/59] Compiling ReactiveSwift Optional.swift
[50/59] Compiling ReactiveSwift Property.swift
[51/59] Compiling ReactiveSwift Reactive.swift
[52/59] Compiling ReactiveSwift ResultExtensions.swift
[53/59] Compiling ReactiveSwift Scheduler.swift
[54/59] Compiling ReactiveSwift Signal.Observer.swift
[55/59] Compiling ReactiveSwift Signal.swift
[56/59] Compiling ReactiveSwift SignalProducer.swift
[57/59] Compiling ReactiveSwift UnidirectionalBinding.swift
[58/59] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[59/59] Compiling ReactiveSwift ValidatingProperty.swift
[61/80] Compiling AsyncImageView Renderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[62/80] Compiling AsyncImageView SimpleImageProcessingRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[63/80] Compiling AsyncImageView RemoteImageRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[64/80] Compiling AsyncImageView RemoteOrLocalImageRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[65/82] Emitting module AsyncImageView
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[66/82] Compiling AsyncImageView ImageProcessingRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[67/82] Compiling AsyncImageView LocalImageRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[68/82] Compiling AsyncImageView MulticastedRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[69/82] Compiling AsyncImageView AsyncImageLoader.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[70/82] Compiling AsyncImageView AsyncImageView.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[71/82] Compiling AsyncImageView AsyncSwiftUIImageView.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[72/82] Compiling AsyncImageView CacheRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[73/82] Compiling AsyncImageView ContextRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[74/82] Compiling AsyncImageView EmptyRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[75/82] Compiling AsyncImageView ViewRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[76/82] Compiling AsyncImageView SynchronousUIScheduler.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[77/82] Compiling AsyncImageView Caching.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[78/82] Compiling AsyncImageView Extensions.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[79/82] Compiling AsyncImageView AnyRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[80/82] Compiling AsyncImageView ErrorIgnoringRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[81/82] Compiling AsyncImageView FallbackRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
[82/82] Compiling AsyncImageView ImageInflaterRenderer.swift
/host/spi-builder-workspace/AsyncImageView/AsyncImageLoader.swift:9:8: error: no such module 'Combine'
 7 | //
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | import ReactiveSwift
BUILD FAILURE 6.1 linux