The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RealFlags, reference 2.0.1 (caceaf), with Swift 6.1 for Wasm on 28 May 2025 20:21:04 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/immobiliare/RealFlags.git
Reference: 2.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/immobiliare/RealFlags
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at caceaf9 Merge pull request #28 from ipodishima/fix/tintColor
Cloned https://github.com/immobiliare/RealFlags.git
Revision (git rev-parse @):
caceaf92d6fe2d0ff1af12a38dae6b3fd707d7e8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/immobiliare/RealFlags.git at 2.0.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/immobiliare/RealFlags.git
https://github.com/immobiliare/RealFlags.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RealFlags",
  "name" : "RealFlags",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "RealFlags",
      "targets" : [
        "RealFlags"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RealFlagsTests",
      "module_type" : "SwiftTarget",
      "name" : "RealFlagsTests",
      "path" : "Tests/RealFlagsTests",
      "sources" : [
        "FlagKeyPathEncodingTests.swift",
        "FlagProviderTests.swift",
        "FlagTests.swift",
        "FlagValueEncodedTests.swift",
        "LocalProviderTests.swift",
        "XCTTest+Helper.swift"
      ],
      "target_dependencies" : [
        "RealFlags"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RealFlags",
      "module_type" : "SwiftTarget",
      "name" : "RealFlags",
      "path" : "RealFlags/Sources/RealFlags/Classes",
      "product_memberships" : [
        "RealFlags"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagsBrowserDefaultCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagsBrowserToggleCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/FlagsBrowserController.storyboard",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Browser/Cells/FlagBrowserDataCell.swift",
        "Browser/Cells/FlagsBrowserDefaultCell.swift",
        "Browser/Cells/FlagsBrowserToggleCell.swift",
        "Browser/FlagBrowserItem.swift",
        "Browser/FlagsBrowserController+SetValue.swift",
        "Browser/FlagsBrowserController.swift",
        "Browser/Helpers/UIKit+Extension.swift",
        "Flag/Flag.swift",
        "Flag/FlagKeyPath.swift",
        "Flag/FlagMetadata.swift",
        "Flag/FlagProtocol/EncodedFlagValue.swift",
        "Flag/FlagProtocol/FlagProtocol.swift",
        "Flag/FlagProtocol/Supported Encoded Types/FlagProtocol+Foundation.swift",
        "Flag/FlagProtocol/Supported Encoded Types/FlagProtocol+JSONData.swift",
        "Flag/FlagProtocol/Supported Encoded Types/FlagProtocol+Numeric.swift",
        "Flag/FlagProtocol/Supported Encoded Types/FlagProtocol+Primitive.swift",
        "FlagCollection/FlagCollection.swift",
        "FlagCollection/FlagCollectionProtocol.swift",
        "FlagsLoader/FlagsLoader+Protocols.swift",
        "FlagsLoader/FlagsLoader.swift",
        "FlagsManager/FlagsManager.swift",
        "Helpers/BentoDict+KeyPath.swift",
        "Helpers/Bundle+Extension.swift",
        "Helpers/Mirror+Sequence.swift",
        "Helpers/OptionalWrapper.swift",
        "Helpers/String+PathTransform.swift",
        "Providers/FlagsProvider.swift",
        "Providers/Providers/DelegateProvider.swift",
        "Providers/Providers/LocalProvider.swift",
        "Providers/Providers/UserDefaultsProvider.swift",
        "Type-Erased/AnyFlag.swift",
        "Type-Erased/AnyFlagCollection.swift",
        "Type-Erased/AnyFlagOrCollection.swift",
        "Type-Erased/AnyFlagsLoader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/6] Copying FlagsBrowserController.storyboard
[0/6] Write sources
[0/6] Copying FlagsBrowserDefaultCell.xib
[0/6] Copying FlagBrowserDataCell.xib
[1/6] Copying FlagsBrowserToggleCell.xib
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/38] Emitting module RealFlags
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[8/42] Compiling RealFlags FlagBrowserDataCell.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[9/42] Compiling RealFlags FlagsBrowserDefaultCell.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[10/42] Compiling RealFlags FlagsBrowserToggleCell.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[11/42] Compiling RealFlags FlagBrowserItem.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[12/42] Compiling RealFlags FlagsBrowserController+SetValue.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[13/42] Compiling RealFlags AnyFlagCollection.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[14/42] Compiling RealFlags AnyFlagOrCollection.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[15/42] Compiling RealFlags AnyFlagsLoader.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[16/42] Compiling RealFlags resource_bundle_accessor.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[17/42] Compiling RealFlags Mirror+Sequence.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[18/42] Compiling RealFlags OptionalWrapper.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[19/42] Compiling RealFlags String+PathTransform.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[20/42] Compiling RealFlags FlagsProvider.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[21/42] Compiling RealFlags FlagsBrowserController.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[22/42] Compiling RealFlags UIKit+Extension.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[23/42] Compiling RealFlags Flag.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[24/42] Compiling RealFlags FlagKeyPath.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[25/42] Compiling RealFlags FlagMetadata.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[26/42] Compiling RealFlags EncodedFlagValue.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[27/42] Compiling RealFlags FlagProtocol.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[28/42] Compiling RealFlags FlagProtocol+Foundation.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[29/42] Compiling RealFlags FlagProtocol+JSONData.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[30/42] Compiling RealFlags FlagProtocol+Numeric.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[31/42] Compiling RealFlags FlagProtocol+Primitive.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[32/42] Compiling RealFlags FlagCollection.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[33/42] Compiling RealFlags FlagCollectionProtocol.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[34/42] Compiling RealFlags FlagsLoader+Protocols.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[35/42] Compiling RealFlags DelegateProvider.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[36/42] Compiling RealFlags LocalProvider.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[37/42] Compiling RealFlags UserDefaultsProvider.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[38/42] Compiling RealFlags AnyFlag.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[39/42] Compiling RealFlags FlagsLoader.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[40/42] Compiling RealFlags FlagsManager.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[41/42] Compiling RealFlags BentoDict+KeyPath.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[42/42] Compiling RealFlags Bundle+Extension.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/33] Emitting module RealFlags
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[3/37] Compiling RealFlags FlagsLoader.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[4/37] Compiling RealFlags FlagsManager.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[5/37] Compiling RealFlags BentoDict+KeyPath.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[6/37] Compiling RealFlags Bundle+Extension.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[7/37] Compiling RealFlags FlagProtocol+Primitive.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[8/37] Compiling RealFlags FlagCollection.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[9/37] Compiling RealFlags FlagCollectionProtocol.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[10/37] Compiling RealFlags FlagsLoader+Protocols.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[11/37] Compiling RealFlags FlagBrowserDataCell.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[12/37] Compiling RealFlags FlagsBrowserDefaultCell.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[13/37] Compiling RealFlags FlagsBrowserToggleCell.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[14/37] Compiling RealFlags FlagBrowserItem.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[15/37] Compiling RealFlags FlagsBrowserController+SetValue.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[16/37] Compiling RealFlags Mirror+Sequence.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[17/37] Compiling RealFlags OptionalWrapper.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[18/37] Compiling RealFlags String+PathTransform.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[19/37] Compiling RealFlags FlagsProvider.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[20/37] Compiling RealFlags DelegateProvider.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[21/37] Compiling RealFlags LocalProvider.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[22/37] Compiling RealFlags UserDefaultsProvider.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[23/37] Compiling RealFlags AnyFlag.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[24/37] Compiling RealFlags AnyFlagCollection.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[25/37] Compiling RealFlags AnyFlagOrCollection.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[26/37] Compiling RealFlags AnyFlagsLoader.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[27/37] Compiling RealFlags resource_bundle_accessor.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[28/37] Compiling RealFlags EncodedFlagValue.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[29/37] Compiling RealFlags FlagProtocol.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[30/37] Compiling RealFlags FlagProtocol+Foundation.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[31/37] Compiling RealFlags FlagProtocol+JSONData.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[32/37] Compiling RealFlags FlagProtocol+Numeric.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[33/37] Compiling RealFlags FlagsBrowserController.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[34/37] Compiling RealFlags UIKit+Extension.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[35/37] Compiling RealFlags Flag.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[36/37] Compiling RealFlags FlagKeyPath.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
[37/37] Compiling RealFlags FlagMetadata.swift
/host/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | public class FlagBrowserDataCell: UITableViewCell, Reusable, NibType, UITextViewDelegate {
BUILD FAILURE 6.1 wasm