Build Information
Failed to build Nuke, reference 13.0.0-beta.1 (a4413f
), with Swift 6.0 for Linux on 3 Dec 2024 11:49:07 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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kean/Nuke.git
Reference: 13.0.0-beta.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/kean/Nuke
* tag 13.0.0-beta.1 -> FETCH_HEAD
HEAD is now at a4413f6 Bump macOS deployment target to macOS 11
Cloned https://github.com/kean/Nuke.git
Revision (git rev-parse @):
a4413f67ddc8c96948d88463ce21dce0ce80da04
SUCCESS checkout https://github.com/kean/Nuke.git at 13.0.0-beta.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/kean/Nuke.git
{
"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" : "11.0"
},
{
"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",
"ImagePipeline+Combine.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/Extensions.swift",
"Internal/Graphics.swift",
"Internal/ImageRequestKeys.swift",
"Internal/LinkedList.swift",
"Internal/Log.swift",
"Internal/Mutex.swift",
"Internal/Operation.swift",
"Internal/RateLimiter.swift",
"Internal/ResumableData.swift",
"Loading/DataLoader.swift",
"Loading/DataLoading.swift",
"Pipeline/ImagePipeline+Cache.swift",
"Pipeline/ImagePipeline+Closures.swift",
"Pipeline/ImagePipeline+Configuration.swift",
"Pipeline/ImagePipeline+Delegate.swift",
"Pipeline/ImagePipeline+Error.swift",
"Pipeline/ImagePipeline.swift",
"Pipeline/ImagePipelineActor.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/TaskFetchWithClosure.swift",
"Tasks/TaskLoadData.swift",
"Tasks/TaskLoadImage.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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 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 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
[8/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
[9/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
[10/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
[11/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
[12/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
[13/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
[14/61] Compiling Nuke ImagePipelineActor.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 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
[16/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
[17/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
[18/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
[19/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
[20/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
[21/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
[22/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
[23/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
[24/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
[25/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
[26/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
[27/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
[28/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
[29/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
[30/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
[31/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
[32/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
[33/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
[34/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
[35/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
[36/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
[37/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
[38/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
[39/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
[40/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
[41/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
[42/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
[43/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
[44/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
[45/61] Compiling Nuke TaskFetchWithClosure.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 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
[47/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
[48/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
[49/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
[50/61] Compiling Nuke ImagePipeline+Closures.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 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
[52/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
[53/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
[54/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
[55/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
[56/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
[57/61] Compiling Nuke Mutex.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 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
[59/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
[60/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
[61/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
BUILD FAILURE 6.0 linux