Build Information
Failed to build Nuke, reference 12.8.0 (0ead44
), with Swift 6.0 for Linux on 1 Dec 2024 09:07:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 -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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kean/Nuke.git
Reference: 12.8.0
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/kean/Nuke
* tag 12.8.0 -> FETCH_HEAD
HEAD is now at 0ead443 Version 12.8.0
Cloned https://github.com/kean/Nuke.git
Revision (git rev-parse @):
0ead44350d2737db384908569c012fe67c421e4d
SUCCESS checkout https://github.com/kean/Nuke.git at 12.8.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/kean/Nuke.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 -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.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
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/55] Emitting module Nuke
/host/spi-builder-workspace/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
[7/61] Compiling Nuke ImagePipeline.swift
/host/spi-builder-workspace/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/61] Compiling Nuke ImagePrefetcher.swift
/host/spi-builder-workspace/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
[9/61] Compiling Nuke ImageDecompression.swift
/host/spi-builder-workspace/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
[10/61] Compiling Nuke ImageProcessing.swift
/host/spi-builder-workspace/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
[11/61] Compiling Nuke ImageProcessingOptions.swift
/host/spi-builder-workspace/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
[12/61] Compiling Nuke ImageProcessors+Anonymous.swift
/host/spi-builder-workspace/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
[13/61] Compiling Nuke ImageProcessors+Circle.swift
/host/spi-builder-workspace/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
[14/61] Compiling Nuke AsyncTask.swift
/host/spi-builder-workspace/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
[15/61] Compiling Nuke TaskFetchOriginalData.swift
/host/spi-builder-workspace/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
[16/61] Compiling Nuke TaskFetchOriginalImage.swift
/host/spi-builder-workspace/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
[17/61] Compiling Nuke TaskFetchWithPublisher.swift
/host/spi-builder-workspace/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
[18/61] Compiling Nuke TaskLoadData.swift
/host/spi-builder-workspace/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
[19/61] Compiling Nuke TaskLoadImage.swift
/host/spi-builder-workspace/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
[20/61] Compiling Nuke ResumableData.swift
/host/spi-builder-workspace/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
[21/61] Compiling Nuke DataLoader.swift
/host/spi-builder-workspace/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
[22/61] Compiling Nuke DataLoading.swift
/host/spi-builder-workspace/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
[23/61] Compiling Nuke ImagePipeline+Cache.swift
/host/spi-builder-workspace/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
[24/61] Compiling Nuke ImagePipeline+Configuration.swift
/host/spi-builder-workspace/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
[25/61] Compiling Nuke ImagePipeline+Delegate.swift
/host/spi-builder-workspace/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
[26/61] Compiling Nuke ImagePipeline+Error.swift
/host/spi-builder-workspace/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
[27/61] Compiling Nuke Cache.swift
/host/spi-builder-workspace/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
[28/61] Compiling Nuke DataCache.swift
/host/spi-builder-workspace/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
[29/61] Compiling Nuke DataCaching.swift
/host/spi-builder-workspace/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
[30/61] Compiling Nuke ImageCache.swift
/host/spi-builder-workspace/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
[31/61] Compiling Nuke ImageCaching.swift
/host/spi-builder-workspace/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
[32/61] Compiling Nuke AssetType.swift
/host/spi-builder-workspace/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
[33/61] Compiling Nuke ImageDecoderRegistry.swift
/host/spi-builder-workspace/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
[34/61] Compiling Nuke ImageProcessors+Composition.swift
/host/spi-builder-workspace/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
[35/61] Compiling Nuke ImageProcessors+CoreImage.swift
/host/spi-builder-workspace/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
[36/61] Compiling Nuke ImageProcessors+GaussianBlur.swift
/host/spi-builder-workspace/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
[37/61] Compiling Nuke ImageProcessors+Resize.swift
/host/spi-builder-workspace/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
[38/61] Compiling Nuke ImageProcessors+RoundedCorners.swift
/host/spi-builder-workspace/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
[39/61] Compiling Nuke ImageProcessors.swift
/host/spi-builder-workspace/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
[40/61] Compiling Nuke AsyncPipelineTask.swift
/host/spi-builder-workspace/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
[41/61] Compiling Nuke Graphics.swift
/host/spi-builder-workspace/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
[42/61] Compiling Nuke ImagePublisher.swift
/host/spi-builder-workspace/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
[43/61] Compiling Nuke ImageRequestKeys.swift
/host/spi-builder-workspace/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
[44/61] Compiling Nuke LinkedList.swift
/host/spi-builder-workspace/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
[45/61] Compiling Nuke Log.swift
/host/spi-builder-workspace/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
[46/61] Compiling Nuke Operation.swift
/host/spi-builder-workspace/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
[47/61] Compiling Nuke RateLimiter.swift
/host/spi-builder-workspace/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
[48/61] Compiling Nuke ImageContainer.swift
/host/spi-builder-workspace/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
[49/61] Compiling Nuke ImageRequest.swift
/host/spi-builder-workspace/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
[50/61] Compiling Nuke ImageResponse.swift
/host/spi-builder-workspace/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
[51/61] Compiling Nuke ImageTask.swift
/host/spi-builder-workspace/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
[52/61] Compiling Nuke Atomic.swift
/host/spi-builder-workspace/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
[53/61] Compiling Nuke DataPublisher.swift
/host/spi-builder-workspace/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
[54/61] Compiling Nuke Extensions.swift
/host/spi-builder-workspace/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
[55/61] Compiling Nuke ImageDecoders+Default.swift
/host/spi-builder-workspace/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
[56/61] Compiling Nuke ImageDecoders+Empty.swift
/host/spi-builder-workspace/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
[57/61] Compiling Nuke ImageDecoding.swift
/host/spi-builder-workspace/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
[58/61] Compiling Nuke ImageEncoders+Default.swift
/host/spi-builder-workspace/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
[59/61] Compiling Nuke ImageEncoders+ImageIO.swift
/host/spi-builder-workspace/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
[60/61] Compiling Nuke ImageEncoders.swift
/host/spi-builder-workspace/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
[61/61] Compiling Nuke ImageEncoding.swift
/host/spi-builder-workspace/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
BUILD FAILURE 6.0 linux