The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AppKit, reference master (ce148d), with Swift 6.1 for Wasm on 27 May 2025 09:37:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ligr/appkit.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/ligr/appkit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ce148d3 fixes
Cloned https://github.com/ligr/appkit.git
Revision (git rev-parse @):
ce148d3e61de30dc10fa54f6e6eeeb95db926bb6
SUCCESS checkout https://github.com/ligr/appkit.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ligr/appkit.git
https://github.com/ligr/appkit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AppKit",
  "name" : "AppKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "AppKit",
      "targets" : [
        "AppKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Switch",
      "targets" : [
        "Switch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Switch",
      "module_type" : "SwiftTarget",
      "name" : "Switch",
      "path" : "Sources/Switch",
      "product_memberships" : [
        "Switch"
      ],
      "sources" : [
        "Switch.swift"
      ],
      "target_dependencies" : [
        "AppKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppKitTests",
      "module_type" : "SwiftTarget",
      "name" : "AppKitTests",
      "path" : "Tests/AppKitTests",
      "sources" : [
        "AppKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AppKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppKit",
      "module_type" : "SwiftTarget",
      "name" : "AppKit",
      "path" : "Sources/AppKit",
      "product_memberships" : [
        "AppKit",
        "Switch"
      ],
      "sources" : [
        "extensions/KeyedDecodingContainer+decode.swift",
        "extensions/NSMutableAttributedString+add.swift",
        "extensions/Sequence+uniq.swift",
        "extensions/String+Localized.swift",
        "extensions/String+Trim.swift",
        "extensions/String+util.swift",
        "extensions/UIButton+flipIcon.swift",
        "extensions/UICollectionReusableView+identifier.swift",
        "extensions/UICollectionView+cell.swift",
        "extensions/UIColor+RGB.swift",
        "extensions/UIImage+Color.swift",
        "extensions/UIImage+offset.swift",
        "extensions/UIImage+resize.swift",
        "extensions/UIKit+Localized.swift",
        "extensions/UILabel+lineHeight.swift",
        "extensions/UINavigationItem+title.swift",
        "extensions/UIStackView+add.swift",
        "extensions/UIStackView+remove.swift",
        "extensions/UITableView+cell.swift",
        "extensions/UITableViewCell+identifier.swift",
        "extensions/UITableViewHeaderFooterView+identifier.swift",
        "extensions/UIView+Corners.swift",
        "extensions/UIView+add.swift",
        "extensions/UIView+nib.swift",
        "extensions/UIView+remove.swift",
        "extensions/UIViewController+child.swift",
        "extensions/UIViewController+dismiss.swift",
        "extensions/UIViewController+present.swift",
        "extensions/UIViewController+titleImage.swift",
        "extensions/UIWindow+rootViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/31] Emitting module AppKit
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[5/34] Compiling AppKit UICollectionView+cell.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[6/34] Compiling AppKit UIColor+RGB.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[7/34] Compiling AppKit UIImage+Color.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[8/34] Compiling AppKit UIImage+offset.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[9/34] Compiling AppKit UIView+remove.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[10/34] Compiling AppKit UIViewController+child.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[11/34] Compiling AppKit UIViewController+dismiss.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[12/34] Compiling AppKit UIStackView+add.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[13/34] Compiling AppKit UIStackView+remove.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[14/34] Compiling AppKit UITableView+cell.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[15/34] Compiling AppKit UITableViewCell+identifier.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[16/34] Compiling AppKit UIViewController+present.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[17/34] Compiling AppKit UIViewController+titleImage.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[18/34] Compiling AppKit UIWindow+rootViewController.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[19/34] Compiling AppKit UITableViewHeaderFooterView+identifier.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[20/34] Compiling AppKit UIView+Corners.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[21/34] Compiling AppKit UIView+add.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[22/34] Compiling AppKit UIView+nib.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[23/34] Compiling AppKit KeyedDecodingContainer+decode.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[24/34] Compiling AppKit NSMutableAttributedString+add.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[25/34] Compiling AppKit Sequence+uniq.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[26/34] Compiling AppKit String+Localized.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[27/34] Compiling AppKit String+Trim.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[28/34] Compiling AppKit String+util.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[29/34] Compiling AppKit UIButton+flipIcon.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[30/34] Compiling AppKit UICollectionReusableView+identifier.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[31/34] Compiling AppKit UIImage+resize.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[32/34] Compiling AppKit UIKit+Localized.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[33/34] Compiling AppKit UILabel+lineHeight.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[34/34] Compiling AppKit UINavigationItem+title.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/29] Emitting module AppKit
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[3/32] Compiling AppKit UICollectionView+cell.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[4/32] Compiling AppKit UIColor+RGB.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[5/32] Compiling AppKit UIImage+Color.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[6/32] Compiling AppKit UIImage+offset.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[7/32] Compiling AppKit String+Trim.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[8/32] Compiling AppKit String+util.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[9/32] Compiling AppKit UIButton+flipIcon.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[10/32] Compiling AppKit UICollectionReusableView+identifier.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[11/32] Compiling AppKit UIView+remove.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[12/32] Compiling AppKit UIViewController+child.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[13/32] Compiling AppKit UIViewController+dismiss.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[14/32] Compiling AppKit UIImage+resize.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[15/32] Compiling AppKit UIKit+Localized.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[16/32] Compiling AppKit UILabel+lineHeight.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[17/32] Compiling AppKit UINavigationItem+title.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[18/32] Compiling AppKit UIStackView+add.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[19/32] Compiling AppKit UIStackView+remove.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[20/32] Compiling AppKit UITableView+cell.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[21/32] Compiling AppKit UITableViewCell+identifier.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[22/32] Compiling AppKit KeyedDecodingContainer+decode.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[23/32] Compiling AppKit NSMutableAttributedString+add.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[24/32] Compiling AppKit Sequence+uniq.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[25/32] Compiling AppKit String+Localized.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[26/32] Compiling AppKit UITableViewHeaderFooterView+identifier.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[27/32] Compiling AppKit UIView+Corners.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[28/32] Compiling AppKit UIView+add.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[29/32] Compiling AppKit UIView+nib.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[30/32] Compiling AppKit UIViewController+present.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[31/32] Compiling AppKit UIViewController+titleImage.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
[32/32] Compiling AppKit UIWindow+rootViewController.swift
/host/spi-builder-workspace/Sources/AppKit/extensions/UIButton+flipIcon.swift:5:8: error: no such module 'UIKit'
 3 | //
 4 |
 5 | import UIKit
   |        `- error: no such module 'UIKit'
 6 |
 7 | public extension UIButton {
BUILD FAILURE 6.1 wasm