The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build AsyncMultiplexImage, reference 1.0.0-beta.6 (74e3e0), with Swift 6.0 for Linux on 30 May 2025 04:50:16 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/swiftui-async-multiplex-image.git
Reference: 1.0.0-beta.6
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/FluidGroup/swiftui-async-multiplex-image
 * tag               1.0.0-beta.6 -> FETCH_HEAD
HEAD is now at 74e3e09 Add Metrics (#29)
Cloned https://github.com/FluidGroup/swiftui-async-multiplex-image.git
Revision (git rev-parse @):
74e3e09468a3e44906d8909f0c955adc63d57d5b
SUCCESS checkout https://github.com/FluidGroup/swiftui-async-multiplex-image.git at 1.0.0-beta.6
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/FluidGroup/swiftui-async-multiplex-image.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
e1a89dea01a6: Already exists
c9af8fad3ad6: Pulling fs layer
57af7e3edc64: Pulling fs layer
85a5eab6a594: Pulling fs layer
3f8f65c781ba: Pulling fs layer
ff3f8c8942f9: Pulling fs layer
3f8f65c781ba: Waiting
ff3f8c8942f9: Waiting
85a5eab6a594: Verifying Checksum
85a5eab6a594: Download complete
c9af8fad3ad6: Verifying Checksum
c9af8fad3ad6: Download complete
ff3f8c8942f9: Verifying Checksum
ff3f8c8942f9: Download complete
3f8f65c781ba: Verifying Checksum
3f8f65c781ba: Download complete
57af7e3edc64: Verifying Checksum
57af7e3edc64: Download complete
c9af8fad3ad6: Pull complete
57af7e3edc64: Pull complete
85a5eab6a594: Pull complete
3f8f65c781ba: Pull complete
ff3f8c8942f9: Pull complete
Digest: sha256:eaa733228b13fb63f7b48fc0ae9a4552a427b7215d37e5caded5aa10021734d9
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/FluidGroup/swiftui-support.git
Fetching https://github.com/kean/Nuke.git
[1/26075] Fetching nuke
[7824/181939] Fetching nuke, swiftui-support
Fetched https://github.com/kean/Nuke.git from cache (2.30s)
[138719/155864] Fetching swiftui-support
Fetched https://github.com/FluidGroup/swiftui-support.git from cache (6.18s)
Computing version for https://github.com/FluidGroup/swiftui-support.git
Computed https://github.com/FluidGroup/swiftui-support.git at 0.13.0 (1.14s)
Computing version for https://github.com/kean/Nuke.git
Computed https://github.com/kean/Nuke.git at 12.8.0 (0.67s)
Creating working copy for https://github.com/kean/Nuke.git
Working copy of https://github.com/kean/Nuke.git resolved at 12.8.0
Creating working copy for https://github.com/FluidGroup/swiftui-support.git
Working copy of https://github.com/FluidGroup/swiftui-support.git resolved at 0.13.0
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/59] Emitting module SwiftUISupportBackport
/host/spi-builder-workspace/.build/checkouts/swiftui-support/Sources/SwiftUISupportBackport/OnChangeWithPrevious.swift:2:8: error: no such module 'SwiftUI'
 1 |
 2 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 3 | import Combine
 4 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/59] Emitting module Nuke
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/ImageCache.swift:7:8: error: no such module 'UIKit'
  5 | import Foundation
  6 | #if !os(macOS)
  7 | import UIKit
    |        `- error: no such module 'UIKit'
  8 | #else
  9 | import Cocoa
[8/65] Compiling SwiftUISupportBackport VisualEffect.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-support/Sources/SwiftUISupportBackport/OnChangeWithPrevious.swift:2:8: error: no such module 'SwiftUI'
 1 |
 2 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 3 | import Combine
 4 |
[9/65] Compiling SwiftUISupportBackport ImageView.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-support/Sources/SwiftUISupportBackport/OnChangeWithPrevious.swift:2:8: error: no such module 'SwiftUI'
 1 |
 2 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 3 | import Combine
 4 |
[10/65] Compiling SwiftUISupportBackport OnChangeWithPrevious.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-support/Sources/SwiftUISupportBackport/OnChangeWithPrevious.swift:2:8: error: no such module 'SwiftUI'
 1 |
 2 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 3 | import Combine
 4 |
BUILD FAILURE 6.0 linux