The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AsyncImageView, reference 9.3.1 (74e7ce), with Swift 6.2 for Linux on 20 Jun 2025 13:51:04 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NachoSoto/AsyncImageView.git
Reference: 9.3.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/NachoSoto/AsyncImageView
 * tag               9.3.1      -> FETCH_HEAD
HEAD is now at 74e7ce6 Updated `Package.resolved`
Cloned https://github.com/NachoSoto/AsyncImageView.git
Revision (git rev-parse @):
74e7ce61af0079f8e26362c6f6c06799a61b1ea6
SUCCESS checkout https://github.com/NachoSoto/AsyncImageView.git at 9.3.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/NachoSoto/AsyncImageView.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/ReactiveCocoa/ReactiveSwift.git
[1/52493] Fetching reactiveswift
Fetched https://github.com/ReactiveCocoa/ReactiveSwift.git from cache (2.39s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift.git
Computed https://github.com/ReactiveCocoa/ReactiveSwift.git at 7.2.0 (3.19s)
Creating working copy for https://github.com/ReactiveCocoa/ReactiveSwift.git
Working copy of https://github.com/ReactiveCocoa/ReactiveSwift.git resolved at 7.2.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/AsyncImageView/Info.plist
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/49] Emitting module ReactiveSwift
[5/55] Compiling ReactiveSwift Action.swift
[6/55] Compiling ReactiveSwift Atomic.swift
[7/55] Compiling ReactiveSwift Bag.swift
[8/55] Compiling ReactiveSwift Deprecations+Removals.swift
[9/55] Compiling ReactiveSwift Disposable.swift
[10/55] Compiling ReactiveSwift Event.swift
[11/55] Compiling ReactiveSwift EventLogger.swift
[12/55] Compiling ReactiveSwift Signal.Observer.swift
[13/55] Compiling ReactiveSwift Signal.swift
[14/55] Compiling ReactiveSwift SignalProducer.swift
[15/55] Compiling ReactiveSwift UnidirectionalBinding.swift
[16/55] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[17/55] Compiling ReactiveSwift ValidatingProperty.swift
[18/55] Compiling ReactiveSwift Operators.swift
[19/55] Compiling ReactiveSwift Reduce.swift
[20/55] Compiling ReactiveSwift ScanMap.swift
[21/55] Compiling ReactiveSwift SkipFirst.swift
[22/55] Compiling ReactiveSwift SkipRepeats.swift
[23/55] Compiling ReactiveSwift SkipWhile.swift
[24/55] Compiling ReactiveSwift TakeFirst.swift
[25/55] Compiling ReactiveSwift TakeLast.swift
[26/55] Compiling ReactiveSwift TakeUntil.swift
[27/55] Compiling ReactiveSwift TakeWhile.swift
[28/55] Compiling ReactiveSwift Throttle.swift
[29/55] Compiling ReactiveSwift UnaryAsyncOperator.swift
[30/55] Compiling ReactiveSwift Flatten.swift
[31/55] Compiling ReactiveSwift FoundationExtensions.swift
[32/55] Compiling ReactiveSwift Lifetime.swift
[33/55] Compiling ReactiveSwift AttemptMap.swift
[34/55] Compiling ReactiveSwift Collect.swift
[35/55] Compiling ReactiveSwift CollectEvery.swift
[36/55] Compiling ReactiveSwift CombinePrevious.swift
[37/55] Compiling ReactiveSwift Map.swift
[38/55] Compiling ReactiveSwift MapError.swift
[39/55] Compiling ReactiveSwift Materialize.swift
[40/55] Compiling ReactiveSwift MaterializeAsResult.swift
[41/55] Compiling ReactiveSwift ObserveOn.swift
[42/55] Compiling ReactiveSwift Observer.swift
[43/55] Compiling ReactiveSwift CompactMap.swift
[44/55] Compiling ReactiveSwift Debounce.swift
[45/55] Compiling ReactiveSwift Delay.swift
[46/55] Compiling ReactiveSwift Dematerialize.swift
[47/55] Compiling ReactiveSwift DematerializeResults.swift
[48/55] Compiling ReactiveSwift Filter.swift
[49/55] Compiling ReactiveSwift LazyMap.swift
[50/55] Compiling ReactiveSwift UniqueValues.swift
[51/55] Compiling ReactiveSwift Optional.swift
[52/55] Compiling ReactiveSwift Property.swift
[53/55] Compiling ReactiveSwift Reactive.swift
[54/55] Compiling ReactiveSwift ResultExtensions.swift
[55/55] Compiling ReactiveSwift Scheduler.swift
[57/76] 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
[58/76] 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
[59/78] 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
[60/78] 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
[61/78] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[62/78] 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
[63/78] 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/78] 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/78] 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
[66/78] 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
[67/78] 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
[68/78] 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
[69/78] 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
[70/78] 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
[71/78] 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
[72/78] 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
[73/78] 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
[74/78] 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
[75/78] 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
[76/78] 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
[77/78] 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
[78/78] 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.2 linux