Build Information
Failed to build Nuke, reference 12.8.0 (0ead44
), with Swift 6.1 for Linux on 29 Apr 2025 03:13:01 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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.61.0
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.1
Building package at path: $PWD
https://github.com/kean/Nuke.git
https://github.com/kean/Nuke.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Nuke",
"name" : "Nuke",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Nuke",
"targets" : [
"Nuke"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NukeUI",
"targets" : [
"NukeUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NukeVideo",
"targets" : [
"NukeVideo"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NukeExtensions",
"targets" : [
"NukeExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NukeVideo",
"module_type" : "SwiftTarget",
"name" : "NukeVideo",
"path" : "Sources/NukeVideo",
"product_memberships" : [
"NukeVideo"
],
"sources" : [
"AVDataAsset.swift",
"ImageDecoders+Video.swift",
"VideoPlayerView.swift"
],
"target_dependencies" : [
"Nuke"
],
"type" : "library"
},
{
"c99name" : "NukeUI",
"module_type" : "SwiftTarget",
"name" : "NukeUI",
"path" : "Sources/NukeUI",
"product_memberships" : [
"NukeUI"
],
"sources" : [
"FetchImage.swift",
"Internal.swift",
"LazyImage.swift",
"LazyImageState.swift",
"LazyImageView.swift"
],
"target_dependencies" : [
"Nuke"
],
"type" : "library"
},
{
"c99name" : "NukeExtensions",
"module_type" : "SwiftTarget",
"name" : "NukeExtensions",
"path" : "Sources/NukeExtensions",
"product_memberships" : [
"NukeExtensions"
],
"sources" : [
"ImageLoadingOptions.swift",
"ImageViewExtensions.swift"
],
"target_dependencies" : [
"Nuke"
],
"type" : "library"
},
{
"c99name" : "Nuke",
"module_type" : "SwiftTarget",
"name" : "Nuke",
"path" : "Sources/Nuke",
"product_memberships" : [
"Nuke",
"NukeUI",
"NukeVideo",
"NukeExtensions"
],
"sources" : [
"Caching/Cache.swift",
"Caching/DataCache.swift",
"Caching/DataCaching.swift",
"Caching/ImageCache.swift",
"Caching/ImageCaching.swift",
"Decoding/AssetType.swift",
"Decoding/ImageDecoderRegistry.swift",
"Decoding/ImageDecoders+Default.swift",
"Decoding/ImageDecoders+Empty.swift",
"Decoding/ImageDecoding.swift",
"Encoding/ImageEncoders+Default.swift",
"Encoding/ImageEncoders+ImageIO.swift",
"Encoding/ImageEncoders.swift",
"Encoding/ImageEncoding.swift",
"ImageContainer.swift",
"ImageRequest.swift",
"ImageResponse.swift",
"ImageTask.swift",
"Internal/Atomic.swift",
"Internal/DataPublisher.swift",
"Internal/Extensions.swift",
"Internal/Graphics.swift",
"Internal/ImagePublisher.swift",
"Internal/ImageRequestKeys.swift",
"Internal/LinkedList.swift",
"Internal/Log.swift",
"Internal/Operation.swift",
"Internal/RateLimiter.swift",
"Internal/ResumableData.swift",
"Loading/DataLoader.swift",
"Loading/DataLoading.swift",
"Pipeline/ImagePipeline+Cache.swift",
"Pipeline/ImagePipeline+Configuration.swift",
"Pipeline/ImagePipeline+Delegate.swift",
"Pipeline/ImagePipeline+Error.swift",
"Pipeline/ImagePipeline.swift",
"Prefetching/ImagePrefetcher.swift",
"Processing/ImageDecompression.swift",
"Processing/ImageProcessing.swift",
"Processing/ImageProcessingOptions.swift",
"Processing/ImageProcessors+Anonymous.swift",
"Processing/ImageProcessors+Circle.swift",
"Processing/ImageProcessors+Composition.swift",
"Processing/ImageProcessors+CoreImage.swift",
"Processing/ImageProcessors+GaussianBlur.swift",
"Processing/ImageProcessors+Resize.swift",
"Processing/ImageProcessors+RoundedCorners.swift",
"Processing/ImageProcessors.swift",
"Tasks/AsyncPipelineTask.swift",
"Tasks/AsyncTask.swift",
"Tasks/TaskFetchOriginalData.swift",
"Tasks/TaskFetchOriginalImage.swift",
"Tasks/TaskFetchWithPublisher.swift",
"Tasks/TaskLoadData.swift",
"Tasks/TaskLoadImage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/55] 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
[7/55] 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
[8/55] 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
[9/55] 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
[10/55] 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
[11/55] 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
[12/55] 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
[13/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
[14/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
[15/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
[16/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
[17/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
[18/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
[19/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
[20/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
[21/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
[22/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
[23/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
[24/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
[25/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
[26/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
[27/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
[28/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
[29/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
[30/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
[31/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
[32/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
[33/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
[34/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
[35/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
[36/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
[37/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
[38/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
[39/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
[40/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
[41/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/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
[43/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
[44/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
[45/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
[46/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
[47/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
[48/61] 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
[49/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
[50/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
[51/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
[52/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
[53/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
[54/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
[55/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
[56/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
[57/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
[58/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
[59/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
[60/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
[61/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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/51] 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
[3/51] 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
[4/51] 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
[5/51] 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
[6/51] 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
[7/51] 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
[8/51] 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
[9/57] 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
[10/57] 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
[11/57] 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
[12/57] 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
[13/57] 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
[14/57] 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
[15/57] 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
[16/57] 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
[17/57] 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
[18/57] 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
[19/57] 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
[20/57] 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
[21/57] 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
[22/57] 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
[23/57] 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
[24/57] 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
[25/57] 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
[26/57] 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
[27/57] 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
[28/57] 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
[29/57] 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
[30/57] 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
[31/57] 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
[32/57] 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
[33/57] 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
[34/57] 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
[35/57] 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
[36/57] 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
[37/57] 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
[38/57] 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
[39/57] 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
[40/57] 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
[41/57] 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
[42/57] 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
[43/57] 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
[44/57] 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
[45/57] 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
[46/57] 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
[47/57] 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
[48/57] 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
[49/57] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[50/57] 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
[51/57] 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
[52/57] 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
[53/57] 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
[54/57] 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
[55/57] 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
[56/57] 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
[57/57] 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
BUILD FAILURE 6.1 linux