Build Information
Failed to build AsyncImageView, reference master (ed3f48), with Swift 6.1 for macOS (SPM) on 2 Dec 2025 02:20:42 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NachoSoto/AsyncImageView.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NachoSoto/AsyncImageView
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ed3f482 Refactor image request management (#73)
Cloned https://github.com/NachoSoto/AsyncImageView.git
Revision (git rev-parse @):
ed3f482f04df9289e57f4e8ad0a33cd5f27d3c64
SUCCESS checkout https://github.com/NachoSoto/AsyncImageView.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/NachoSoto/AsyncImageView.git
https://github.com/NachoSoto/AsyncImageView.git
{
"dependencies" : [
{
"identity" : "reactiveswift",
"requirement" : {
"range" : [
{
"lower_bound" : "7.1.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveCocoa/ReactiveSwift.git"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "7.4.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "12.2.0",
"upper_bound" : "13.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "AsyncImageView",
"name" : "AsyncImageView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "AsyncImageView",
"targets" : [
"AsyncImageView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "AsyncImageViewTests",
"module_type" : "SwiftTarget",
"name" : "AsyncImageViewTests",
"path" : "AsyncImageViewTests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"AsyncImageViewSpec.swift",
"CachingSpec.swift",
"Helpers.swift",
"ImageInflaterRendererSpec.swift",
"MulticastedRendererSpec.swift",
"TestRenderData.swift"
],
"target_dependencies" : [
"AsyncImageView"
],
"type" : "test"
},
{
"c99name" : "AsyncImageView",
"module_type" : "SwiftTarget",
"name" : "AsyncImageView",
"path" : "AsyncImageView",
"product_dependencies" : [
"ReactiveSwift"
],
"product_memberships" : [
"AsyncImageView"
],
"sources" : [
"AsyncImageLoader.swift",
"AsyncImageView.swift",
"AsyncSwiftUIImageView.swift",
"Caching.swift",
"Extensions.swift",
"Renderers/AnyRenderer.swift",
"Renderers/CacheRenderer.swift",
"Renderers/ContextRenderer.swift",
"Renderers/EmptyRenderer.swift",
"Renderers/ErrorIgnoringRenderer.swift",
"Renderers/FallbackRenderer.swift",
"Renderers/ImageInflaterRenderer.swift",
"Renderers/ImageProcessingRenderer.swift",
"Renderers/LocalImageRenderer.swift",
"Renderers/MulticastedRenderer.swift",
"Renderers/RemoteImageRenderer.swift",
"Renderers/RemoteOrLocalImageRenderer.swift",
"Renderers/Renderer.swift",
"Renderers/SimpleImageProcessingRenderer.swift",
"Renderers/ViewRenderer.swift",
"SynchronousUIScheduler.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:4:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
2 | import PackageDescription
3 |
4 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
5 | name: "AsyncImageView",
6 | platforms: [
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin LintCommandPlugin
[2/2] Compiling plugin LintWarning
[3/3] Compiling plugin LintError
[4/4] Compiling plugin DefocusCommandPlugin
[5/5] Compiling plugin GenerateManual
[6/6] Compiling plugin GenerateDoccReference
Building for debugging...
[6/9] Write sources
[8/9] Write swift-version-2F0A5646E1D333AE.txt
[10/56] Emitting module ReactiveSwift
[11/61] Compiling ReactiveSwift Observer.swift
[12/61] Compiling ReactiveSwift Operators.swift
[13/61] Compiling ReactiveSwift Reduce.swift
[14/61] Compiling ReactiveSwift ScanMap.swift
[15/61] Compiling ReactiveSwift SkipFirst.swift
[16/61] Compiling ReactiveSwift SkipRepeats.swift
[17/61] Compiling ReactiveSwift SkipWhile.swift
[18/61] Compiling ReactiveSwift TakeFirst.swift
[19/61] Compiling ReactiveSwift TakeLast.swift
[20/61] Compiling ReactiveSwift TakeUntil.swift
[21/61] Compiling ReactiveSwift Delay.swift
[22/61] Compiling ReactiveSwift Dematerialize.swift
[23/61] Compiling ReactiveSwift DematerializeResults.swift
[24/61] Compiling ReactiveSwift Filter.swift
[25/61] Compiling ReactiveSwift LazyMap.swift
[26/61] Compiling ReactiveSwift Property.swift
[27/61] Compiling ReactiveSwift Reactive.swift
[28/61] Compiling ReactiveSwift ResultExtensions.swift
[29/61] Compiling ReactiveSwift Scheduler.swift
[30/61] Compiling ReactiveSwift Signal.Observer.swift
[31/61] Compiling ReactiveSwift Collect.swift
[32/61] Compiling ReactiveSwift CollectEvery.swift
[33/61] Compiling ReactiveSwift CombinePrevious.swift
[34/61] Compiling ReactiveSwift CompactMap.swift
[35/61] Compiling ReactiveSwift Debounce.swift
[36/61] Compiling ReactiveSwift Map.swift
[37/61] Compiling ReactiveSwift MapError.swift
[38/61] Compiling ReactiveSwift Materialize.swift
[39/61] Compiling ReactiveSwift MaterializeAsResult.swift
[40/61] Compiling ReactiveSwift ObserveOn.swift
[41/61] Compiling ReactiveSwift TakeWhile.swift
[42/61] Compiling ReactiveSwift Throttle.swift
[43/61] Compiling ReactiveSwift UnaryAsyncOperator.swift
[44/61] Compiling ReactiveSwift UniqueValues.swift
[45/61] Compiling ReactiveSwift Optional.swift
[46/61] Compiling ReactiveSwift EventLogger.swift
[47/61] Compiling ReactiveSwift Flatten.swift
[48/61] Compiling ReactiveSwift FoundationExtensions.swift
[49/61] Compiling ReactiveSwift Lifetime.swift
[50/61] Compiling ReactiveSwift AttemptMap.swift
[51/61] Compiling ReactiveSwift Action.swift
[52/61] Compiling ReactiveSwift Atomic.swift
[53/61] Compiling ReactiveSwift Bag.swift
[54/61] Compiling ReactiveSwift Deprecations+Removals.swift
[55/61] Compiling ReactiveSwift Disposable.swift
[56/61] Compiling ReactiveSwift Event.swift
[57/61] Compiling ReactiveSwift Signal.swift
[58/61] Compiling ReactiveSwift SignalProducer.swift
[59/61] Compiling ReactiveSwift UnidirectionalBinding.swift
[60/61] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[61/61] Compiling ReactiveSwift ValidatingProperty.swift
[62/81] Compiling AsyncImageView AnyRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[63/81] Compiling AsyncImageView CacheRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[64/83] Emitting module AsyncImageView
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[65/83] Compiling AsyncImageView ViewRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[66/83] Compiling AsyncImageView SynchronousUIScheduler.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[67/83] Compiling AsyncImageView Renderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[68/83] Compiling AsyncImageView SimpleImageProcessingRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[69/83] Compiling AsyncImageView LocalImageRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[70/83] Compiling AsyncImageView MulticastedRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[71/83] Compiling AsyncImageView ContextRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[72/83] Compiling AsyncImageView EmptyRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[73/83] Compiling AsyncImageView ErrorIgnoringRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[74/83] Compiling AsyncImageView FallbackRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[75/83] Compiling AsyncImageView Caching.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[76/83] Compiling AsyncImageView Extensions.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[77/83] Compiling AsyncImageView RemoteImageRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[78/83] Compiling AsyncImageView RemoteOrLocalImageRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[79/83] Compiling AsyncImageView ImageInflaterRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[80/83] Compiling AsyncImageView ImageProcessingRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[81/83] Compiling AsyncImageView AsyncImageLoader.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[82/83] Compiling AsyncImageView AsyncImageView.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[83/83] Compiling AsyncImageView AsyncSwiftUIImageView.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:4:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
2 | import PackageDescription
3 |
4 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
5 | name: "AsyncImageView",
6 | platforms: [
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/ReactiveCocoa/ReactiveSwift.git
Fetching https://github.com/Quick/Nimble.git
[1/14859] Fetching quick
[150/67359] Fetching quick, reactiveswift
[151/87163] Fetching quick, reactiveswift, nimble
Fetched https://github.com/ReactiveCocoa/ReactiveSwift.git from cache (2.20s)
Fetched https://github.com/Quick/Nimble.git from cache (2.21s)
Fetched https://github.com/Quick/Quick.git from cache (2.21s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 12.3.0 (5.67s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.89s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift.git
Computed https://github.com/ReactiveCocoa/ReactiveSwift.git at 7.2.1 (1.47s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.56s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.73s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.32s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 7.6.2 (0.47s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (0.71s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.34s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.90s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.95s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.42s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.46s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 12.3.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/ReactiveCocoa/ReactiveSwift.git
Working copy of https://github.com/ReactiveCocoa/ReactiveSwift.git resolved at 7.2.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 7.6.2
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/PrivacyInfo.xcprivacy
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin LintCommandPlugin
[2/2] Compiling plugin LintWarning
[3/3] Compiling plugin LintError
[4/4] Compiling plugin DefocusCommandPlugin
[5/5] Compiling plugin GenerateManual
[6/6] Compiling plugin GenerateDoccReference
Building for debugging...
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/54] Compiling ReactiveSwift Map.swift
[9/54] Compiling ReactiveSwift MapError.swift
[10/54] Compiling ReactiveSwift Materialize.swift
[11/54] Compiling ReactiveSwift MaterializeAsResult.swift
[12/54] Compiling ReactiveSwift ObserveOn.swift
[13/59] Compiling ReactiveSwift Observer.swift
[14/59] Compiling ReactiveSwift Operators.swift
[15/59] Compiling ReactiveSwift Reduce.swift
[16/59] Compiling ReactiveSwift ScanMap.swift
[17/59] Compiling ReactiveSwift SkipFirst.swift
[18/59] Compiling ReactiveSwift SkipRepeats.swift
[19/59] Compiling ReactiveSwift SkipWhile.swift
[20/59] Compiling ReactiveSwift TakeFirst.swift
[21/59] Compiling ReactiveSwift TakeLast.swift
[22/59] Compiling ReactiveSwift TakeUntil.swift
[23/59] Emitting module ReactiveSwift
[24/59] Compiling ReactiveSwift Action.swift
[25/59] Compiling ReactiveSwift Atomic.swift
[26/59] Compiling ReactiveSwift Bag.swift
[27/59] Compiling ReactiveSwift Deprecations+Removals.swift
[28/59] Compiling ReactiveSwift Disposable.swift
[29/59] Compiling ReactiveSwift Event.swift
[30/59] Compiling ReactiveSwift Collect.swift
[31/59] Compiling ReactiveSwift CollectEvery.swift
[32/59] Compiling ReactiveSwift CombinePrevious.swift
[33/59] Compiling ReactiveSwift CompactMap.swift
[34/59] Compiling ReactiveSwift Debounce.swift
[35/59] Compiling ReactiveSwift EventLogger.swift
[36/59] Compiling ReactiveSwift Flatten.swift
[37/59] Compiling ReactiveSwift FoundationExtensions.swift
[38/59] Compiling ReactiveSwift Lifetime.swift
[39/59] Compiling ReactiveSwift AttemptMap.swift
[40/59] Compiling ReactiveSwift TakeWhile.swift
[41/59] Compiling ReactiveSwift Throttle.swift
[42/59] Compiling ReactiveSwift UnaryAsyncOperator.swift
[43/59] Compiling ReactiveSwift UniqueValues.swift
[44/59] Compiling ReactiveSwift Optional.swift
[45/59] Compiling ReactiveSwift Delay.swift
[46/59] Compiling ReactiveSwift Dematerialize.swift
[47/59] Compiling ReactiveSwift DematerializeResults.swift
[48/59] Compiling ReactiveSwift Filter.swift
[49/59] Compiling ReactiveSwift LazyMap.swift
[50/59] Compiling ReactiveSwift Property.swift
[51/59] Compiling ReactiveSwift Reactive.swift
[52/59] Compiling ReactiveSwift ResultExtensions.swift
[53/59] Compiling ReactiveSwift Scheduler.swift
[54/59] Compiling ReactiveSwift Signal.Observer.swift
[55/59] Compiling ReactiveSwift Signal.swift
[56/59] Compiling ReactiveSwift SignalProducer.swift
[57/59] Compiling ReactiveSwift UnidirectionalBinding.swift
[58/59] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[59/59] Compiling ReactiveSwift ValidatingProperty.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[60/79] Emitting module AsyncImageView
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[61/81] Compiling AsyncImageView AnyRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[62/81] Compiling AsyncImageView CacheRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[63/81] Compiling AsyncImageView LocalImageRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[64/81] Compiling AsyncImageView MulticastedRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[65/81] Compiling AsyncImageView Caching.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[66/81] Compiling AsyncImageView Extensions.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[67/81] Compiling AsyncImageView ViewRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[68/81] Compiling AsyncImageView SynchronousUIScheduler.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[69/81] Compiling AsyncImageView ContextRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[70/81] Compiling AsyncImageView EmptyRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[71/81] Compiling AsyncImageView ErrorIgnoringRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[72/81] Compiling AsyncImageView FallbackRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[73/81] Compiling AsyncImageView ImageInflaterRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[74/81] Compiling AsyncImageView ImageProcessingRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[75/81] Compiling AsyncImageView RemoteImageRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[76/81] Compiling AsyncImageView RemoteOrLocalImageRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[77/81] Compiling AsyncImageView Renderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[78/81] Compiling AsyncImageView SimpleImageProcessingRenderer.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[79/81] Compiling AsyncImageView AsyncImageLoader.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[80/81] Compiling AsyncImageView AsyncImageView.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
[81/81] Compiling AsyncImageView AsyncSwiftUIImageView.swift
/Users/admin/builder/spi-builder-workspace/AsyncImageView/AsyncImageView.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import Combine
11 |
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/PrivacyInfo.xcprivacy
BUILD FAILURE 6.1 macosSpm