Build Information
Failed to build AsyncImageFetcher with Swift 6.0 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ast3r10n/async-image-fetcher.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ast3r10n/async-image-fetcher
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 7d87604 Update swift tools version
Cloned https://github.com/Ast3r10n/async-image-fetcher.git
Revision (git rev-parse @):
7d87604941364df2bbfd6e3220093da383660051
SUCCESS checkout https://github.com/Ast3r10n/async-image-fetcher.git at develop
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/Ast3r10n/async-image-fetcher.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Emitting module AsyncImageFetcher
/Users/admin/builder/spi-builder-workspace/Sources/AsyncImageFetcher/AsyncImageFetcher.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import Combine
10 |
[4/5] Compiling AsyncImageFetcher AsyncImageFetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncImageFetcher/AsyncImageFetcher.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import Combine
10 |
[5/5] Compiling AsyncImageFetcher RemoteImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncImageFetcher/AsyncImageFetcher.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import Combine
10 |
BUILD FAILURE 6.0 macosSpm