Build Information
Failed to build UIExtensions, reference master (b97cfd), with Swift 6.1 for Android on 2 Apr 2026 21:51:47 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/couriere/uiextensions.git
Reference: master
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/couriere/uiextensions
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b97cfd7 Fix iOS 16/17 crash in task(unwrapping:) extension.
Cloned https://github.com/couriere/uiextensions.git
Revision (git rev-parse @):
b97cfd74fc877958c40e6b1c216cf3a7ece93292
SUCCESS checkout https://github.com/couriere/uiextensions.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/couriere/uiextensions.git
https://github.com/couriere/uiextensions.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "UIExtensions",
"name" : "UIExtensions",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "UIExtensions",
"targets" : [
"UIExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "UIExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "UIExtensionsTests",
"path" : "UIExtensionsTests",
"sources" : [
"Array+Extensions-Tests.swift",
"ArrayBuilder-Tests.swift",
"Cells+Identifiers-Tests.swift",
"Color+Tests.swift",
"CoreGraphics+Extensions-Tests.swift",
"Data+Extensions-Tests.swift",
"Date+Extensions-Tests.swift",
"Dictionary+Extensions-Tests.swift",
"Numbers+Extensions-Tests.swift",
"PaddingContainer-Tests.swift",
"Sequences+Extensions-Tests.swift",
"String+Extensions-Tests.swift",
"UIColor+Tests.swift",
"UIView+Constraints-Tests.swift",
"UIView+Extensions-Tests.swift",
"UserDefaults+PropertyWrapper-Tests.swift"
],
"target_dependencies" : [
"UIExtensions"
],
"type" : "test"
},
{
"c99name" : "UIExtensions",
"module_type" : "SwiftTarget",
"name" : "UIExtensions",
"path" : "Sources",
"product_memberships" : [
"UIExtensions"
],
"sources" : [
"Classes/Deprecations.swift",
"Classes/RubberBandEffect.swift",
"Classes/Singleton.swift",
"Classes/TypeAliases.swift",
"Classes/UnsafeSendable.swift",
"Foundation/Array+Extensions.swift",
"Foundation/Array+ResultBuilder.swift",
"Foundation/Async+Extensions.swift",
"Foundation/Collections+Extensions.swift",
"Foundation/CoreGraphics+Extensions.swift",
"Foundation/Data+Extensions.swift",
"Foundation/Date+Extensions.swift",
"Foundation/Decoder+Extensions.swift",
"Foundation/Dictionary+Extensions.swift",
"Foundation/GCD+Extensions.swift",
"Foundation/NSAttributedString+Extensions.swift",
"Foundation/Numbers+Extensions.swift",
"Foundation/Optional+Extensions.swift",
"Foundation/Protocol+Extensions.swift",
"Foundation/Result+Extensions.swift",
"Foundation/Sequences+Extensions.swift",
"Foundation/String+Extensions.swift",
"Foundation/Then.swift",
"Foundation/Timer+Blocks.swift",
"Foundation/URL+Extensions.swift",
"Foundation/UUID+Extensions.swift",
"Foundation/UserDefaults+PropertyWrapper.swift",
"SwiftUI/Button+Extensions.swift",
"SwiftUI/Color+Extension.swift",
"SwiftUI/CustomIntensityVisualEffectView.swift",
"SwiftUI/EdgeInsets+Extensions.swift",
"SwiftUI/FullScreenPopupView.swift",
"SwiftUI/Loader/Loader+Helpers.swift",
"SwiftUI/Loader/Loader+Inits.swift",
"SwiftUI/Loader/Loader+Placeholder.swift",
"SwiftUI/Loader/Loader+RefreshableLoaderModifier.swift",
"SwiftUI/Loader/Loader.swift",
"SwiftUI/Loader/LoaderDeprecations.swift",
"SwiftUI/OnFirstAppear.swift",
"SwiftUI/TransparentBackground.swift",
"SwiftUI/View+Extensions.swift",
"SwiftUI/View+Measurements.swift",
"SwiftUI/View+OnChangeAsync.swift",
"UI/ContainerView.swift",
"UI/CustomIntensityVisualEffectUIView.swift",
"UI/NSLayoutConstraint+Extensions.swift",
"UI/PaddingContainer.swift",
"UI/SeparatorView.swift",
"UI/UIAlertController+Blocks.swift",
"UI/UIApplication+Extensions.swift",
"UI/UICollectionReusableView+Register.swift",
"UI/UICollectionView+Extensions.swift",
"UI/UIColor+Inits.swift",
"UI/UIControl+Extensions.swift",
"UI/UIDevice+Extensions.swift",
"UI/UIImage+Extensions.swift",
"UI/UILabel+Extensions.swift",
"UI/UILayoutGuide+Constraints.swift",
"UI/UINavigationController+Blocks.swift",
"UI/UIScrollView+Extensions.swift",
"UI/UIStackView+Extensions.swift",
"UI/UIStackView+ResultBuilder.swift",
"UI/UIStoryboard+Extensions.swift",
"UI/UITableViewCell+Register.swift",
"UI/UITextField+Extensions.swift",
"UI/UIView+Builder.swift",
"UI/UIView+Constraints.swift",
"UI/UIView+Extensions.swift",
"UI/UIViewController+Extensions.swift",
"UI/iOS/UIBarButtonItem+Extensions.swift",
"UI/iOS/UIButton+Extensions.swift",
"UI/iOS/UIGestureRecognizer+Extensions.swift",
"UI/iOS/UIImageView+Extensions.swift",
"UI/iOS/UITabBarController+Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/68] Emitting module UIExtensions
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[4/77] Compiling UIExtensions OnFirstAppear.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[5/77] Compiling UIExtensions TransparentBackground.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[6/77] Compiling UIExtensions View+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[7/77] Compiling UIExtensions View+Measurements.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[8/77] Compiling UIExtensions View+OnChangeAsync.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[9/77] Compiling UIExtensions ContainerView.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[10/77] Compiling UIExtensions CustomIntensityVisualEffectUIView.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[11/77] Compiling UIExtensions NSLayoutConstraint+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[12/77] Compiling UIExtensions PaddingContainer.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[13/77] Compiling UIExtensions UIView+Builder.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[14/77] Compiling UIExtensions UIView+Constraints.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[15/77] Compiling UIExtensions UIView+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[16/77] Compiling UIExtensions UIViewController+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[17/77] Compiling UIExtensions UIBarButtonItem+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[18/77] Compiling UIExtensions UIButton+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[19/77] Compiling UIExtensions UIGestureRecognizer+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[20/77] Compiling UIExtensions UIImageView+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[21/77] Compiling UIExtensions UITabBarController+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[22/77] Compiling UIExtensions UILabel+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[23/77] Compiling UIExtensions UILayoutGuide+Constraints.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[24/77] Compiling UIExtensions UINavigationController+Blocks.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[25/77] Compiling UIExtensions UIScrollView+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[26/77] Compiling UIExtensions UIStackView+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[27/77] Compiling UIExtensions UIStackView+ResultBuilder.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[28/77] Compiling UIExtensions UIStoryboard+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[29/77] Compiling UIExtensions UITableViewCell+Register.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[30/77] Compiling UIExtensions UITextField+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[31/77] Compiling UIExtensions Sequences+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[32/77] Compiling UIExtensions String+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[33/77] Compiling UIExtensions Then.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[34/77] Compiling UIExtensions Timer+Blocks.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[35/77] Compiling UIExtensions URL+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[36/77] Compiling UIExtensions UUID+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[37/77] Compiling UIExtensions UserDefaults+PropertyWrapper.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[38/77] Compiling UIExtensions Button+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[39/77] Compiling UIExtensions Color+Extension.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[40/77] Compiling UIExtensions CustomIntensityVisualEffectView.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[41/77] Compiling UIExtensions EdgeInsets+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[42/77] Compiling UIExtensions FullScreenPopupView.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[43/77] Compiling UIExtensions Loader+Helpers.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[44/77] Compiling UIExtensions Loader+Inits.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[45/77] Compiling UIExtensions Loader+Placeholder.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[46/77] Compiling UIExtensions Loader+RefreshableLoaderModifier.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[47/77] Compiling UIExtensions Loader.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[48/77] Compiling UIExtensions LoaderDeprecations.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[49/77] Compiling UIExtensions Data+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[50/77] Compiling UIExtensions Date+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[51/77] Compiling UIExtensions Decoder+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[52/77] Compiling UIExtensions Dictionary+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[53/77] Compiling UIExtensions GCD+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[54/77] Compiling UIExtensions NSAttributedString+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[55/77] Compiling UIExtensions Numbers+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[56/77] Compiling UIExtensions Optional+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[57/77] Compiling UIExtensions Protocol+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[58/77] Compiling UIExtensions Result+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[59/77] Compiling UIExtensions SeparatorView.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[60/77] Compiling UIExtensions UIAlertController+Blocks.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[61/77] Compiling UIExtensions UIApplication+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[62/77] Compiling UIExtensions UICollectionReusableView+Register.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[63/77] Compiling UIExtensions UICollectionView+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[64/77] Compiling UIExtensions UIColor+Inits.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[65/77] Compiling UIExtensions UIControl+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[66/77] Compiling UIExtensions UIDevice+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[67/77] Compiling UIExtensions UIImage+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[68/77] Compiling UIExtensions Deprecations.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[69/77] Compiling UIExtensions RubberBandEffect.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[70/77] Compiling UIExtensions Singleton.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[71/77] Compiling UIExtensions TypeAliases.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[72/77] Compiling UIExtensions UnsafeSendable.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[73/77] Compiling UIExtensions Array+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[74/77] Compiling UIExtensions Array+ResultBuilder.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[75/77] Compiling UIExtensions Async+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[76/77] Compiling UIExtensions Collections+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[77/77] Compiling UIExtensions CoreGraphics+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/UIExtensionsTests/Info.plist
/host/spi-builder-workspace/UIExtensionsTests/InfoMacOS.plist
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/67] Compiling UIExtensions UILabel+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[3/67] Compiling UIExtensions UILayoutGuide+Constraints.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[4/67] Compiling UIExtensions UINavigationController+Blocks.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[5/67] Compiling UIExtensions UIScrollView+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[6/67] Compiling UIExtensions UIStackView+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[7/67] Compiling UIExtensions UIStackView+ResultBuilder.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[8/67] Compiling UIExtensions UIStoryboard+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[9/67] Compiling UIExtensions UITableViewCell+Register.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[10/67] Compiling UIExtensions UITextField+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[11/67] Compiling UIExtensions OnFirstAppear.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[12/67] Compiling UIExtensions TransparentBackground.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[13/67] Compiling UIExtensions View+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[14/67] Compiling UIExtensions View+Measurements.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[15/67] Compiling UIExtensions View+OnChangeAsync.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[16/67] Compiling UIExtensions ContainerView.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[17/67] Compiling UIExtensions CustomIntensityVisualEffectUIView.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[18/67] Compiling UIExtensions NSLayoutConstraint+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[19/67] Compiling UIExtensions PaddingContainer.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[20/76] Compiling UIExtensions SeparatorView.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[21/76] Compiling UIExtensions UIAlertController+Blocks.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[22/76] Compiling UIExtensions UIApplication+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[23/76] Compiling UIExtensions UICollectionReusableView+Register.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[24/76] Compiling UIExtensions UICollectionView+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[25/76] Compiling UIExtensions UIColor+Inits.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[26/76] Compiling UIExtensions UIControl+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[27/76] Compiling UIExtensions UIDevice+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[28/76] Compiling UIExtensions UIImage+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/76] Emitting module UIExtensions
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[30/76] Compiling UIExtensions CustomIntensityVisualEffectView.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[31/76] Compiling UIExtensions EdgeInsets+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[32/76] Compiling UIExtensions FullScreenPopupView.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[33/76] Compiling UIExtensions Loader+Helpers.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[34/76] Compiling UIExtensions Loader+Inits.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[35/76] Compiling UIExtensions Loader+Placeholder.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[36/76] Compiling UIExtensions Loader+RefreshableLoaderModifier.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[37/76] Compiling UIExtensions Loader.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[38/76] Compiling UIExtensions LoaderDeprecations.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[39/76] Compiling UIExtensions Sequences+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[40/76] Compiling UIExtensions String+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[41/76] Compiling UIExtensions Then.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[42/76] Compiling UIExtensions Timer+Blocks.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[43/76] Compiling UIExtensions URL+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[44/76] Compiling UIExtensions UUID+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[45/76] Compiling UIExtensions UserDefaults+PropertyWrapper.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[46/76] Compiling UIExtensions Button+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[47/76] Compiling UIExtensions Color+Extension.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[48/76] Compiling UIExtensions UIView+Builder.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[49/76] Compiling UIExtensions UIView+Constraints.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[50/76] Compiling UIExtensions UIView+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[51/76] Compiling UIExtensions UIViewController+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[52/76] Compiling UIExtensions UIBarButtonItem+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[53/76] Compiling UIExtensions UIButton+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[54/76] Compiling UIExtensions UIGestureRecognizer+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[55/76] Compiling UIExtensions UIImageView+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[56/76] Compiling UIExtensions UITabBarController+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[57/76] Compiling UIExtensions Deprecations.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[58/76] Compiling UIExtensions RubberBandEffect.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[59/76] Compiling UIExtensions Singleton.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[60/76] Compiling UIExtensions TypeAliases.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[61/76] Compiling UIExtensions UnsafeSendable.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[62/76] Compiling UIExtensions Array+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[63/76] Compiling UIExtensions Array+ResultBuilder.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[64/76] Compiling UIExtensions Async+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[65/76] Compiling UIExtensions Collections+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[66/76] Compiling UIExtensions CoreGraphics+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[67/76] Compiling UIExtensions Data+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[68/76] Compiling UIExtensions Date+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[69/76] Compiling UIExtensions Decoder+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[70/76] Compiling UIExtensions Dictionary+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[71/76] Compiling UIExtensions GCD+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[72/76] Compiling UIExtensions NSAttributedString+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[73/76] Compiling UIExtensions Numbers+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[74/76] Compiling UIExtensions Optional+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[75/76] Compiling UIExtensions Protocol+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
[76/76] Compiling UIExtensions Result+Extensions.swift
/host/spi-builder-workspace/Sources/Foundation/CoreGraphics+Extensions.swift:23:8: error: no such module 'CoreGraphics'
21 | // SOFTWARE.
22 |
23 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
24 |
25 | #if canImport(AppKit)
BUILD FAILURE 6.1 android