The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build RealFlags, reference main (611760), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 00:09:55 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/immobiliare/RealFlags.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/immobiliare/RealFlags
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 611760b Updated to Swift 5.9
Cloned https://github.com/immobiliare/RealFlags.git
Revision (git rev-parse @):
611760bea260595e2fd767a1d88626d1ce29f095
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/immobiliare/RealFlags.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "realflags",
      "name": "RealFlags",
      "url": "https://github.com/immobiliare/RealFlags.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RealFlags",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/immobiliare/RealFlags.git
[1/1638] Fetching realflags
Fetched https://github.com/immobiliare/RealFlags.git from cache (2.39s)
Creating working copy for https://github.com/immobiliare/RealFlags.git
Working copy of https://github.com/immobiliare/RealFlags.git resolved at main (611760b)
warning: '.resolve-product-dependencies': dependency 'realflags' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/immobiliare/RealFlags.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RealFlags",
  "name" : "RealFlags",
  "path" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagBrowserDataCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagsBrowserDefaultCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RealFlags/Sources/RealFlags/Classes/Browser/Cells/FlagsBrowserToggleCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/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.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/6] Write sources
[1/6] Copying FlagBrowserDataCell.xib
[2/6] Copying FlagsBrowserDefaultCell.xib
[2/6] Copying FlagsBrowserToggleCell.xib
[4/6] Copying FlagsBrowserController.storyboard
[5/6] Write swift-version--7754E27361AE5C74.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/39] Emitting module RealFlags
/Users/admin/builder/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 FlagsBrowserController+SetValue.swift
/Users/admin/builder/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 FlagsBrowserController.swift
/Users/admin/builder/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 UIKit+Extension.swift
/Users/admin/builder/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 Flag.swift
/Users/admin/builder/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 AnyFlagOrCollection.swift
/Users/admin/builder/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 AnyFlagsLoader.swift
/Users/admin/builder/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 resource_bundle_accessor.swift
/Users/admin/builder/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 FlagBrowserDataCell.swift
/Users/admin/builder/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 FlagsBrowserDefaultCell.swift
/Users/admin/builder/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 FlagsBrowserToggleCell.swift
/Users/admin/builder/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 FlagBrowserItem.swift
/Users/admin/builder/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 FlagKeyPath.swift
/Users/admin/builder/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 FlagMetadata.swift
/Users/admin/builder/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 EncodedFlagValue.swift
/Users/admin/builder/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 FlagProtocol.swift
/Users/admin/builder/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 FlagCollection.swift
/Users/admin/builder/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 FlagCollectionProtocol.swift
/Users/admin/builder/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 FlagsLoader+Protocols.swift
/Users/admin/builder/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 FlagsLoader.swift
/Users/admin/builder/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 FlagsManager.swift
/Users/admin/builder/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 BentoDict+KeyPath.swift
/Users/admin/builder/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 Bundle+Extension.swift
/Users/admin/builder/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 Mirror+Sequence.swift
/Users/admin/builder/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 OptionalWrapper.swift
/Users/admin/builder/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 String+PathTransform.swift
/Users/admin/builder/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 FlagProtocol+Foundation.swift
/Users/admin/builder/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 FlagProtocol+JSONData.swift
/Users/admin/builder/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 FlagProtocol+Numeric.swift
/Users/admin/builder/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 FlagProtocol+Primitive.swift
/Users/admin/builder/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 FlagsProvider.swift
/Users/admin/builder/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 DelegateProvider.swift
/Users/admin/builder/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 LocalProvider.swift
/Users/admin/builder/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 UserDefaultsProvider.swift
/Users/admin/builder/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 AnyFlag.swift
/Users/admin/builder/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 AnyFlagCollection.swift
/Users/admin/builder/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.0 macosSpm