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 DTCollectionViewManager, reference main (8ce9bb), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 05:09:57 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DenTelezhkin/DTCollectionViewManager.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DenTelezhkin/DTCollectionViewManager
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8ce9bbc Add link to blog post for 11.0 release.
Cloned https://github.com/DenTelezhkin/DTCollectionViewManager.git
Revision (git rev-parse @):
8ce9bbc26fc8a3a11e495a8debc2d98a1d682c00
SUCCESS checkout https://github.com/DenTelezhkin/DTCollectionViewManager.git at main
Fetching https://github.com/DenTelezhkin/DTModelStorage
[1/6418] Fetching dtmodelstorage
Fetched https://github.com/DenTelezhkin/DTModelStorage from cache (1.08s)
Computing version for https://github.com/DenTelezhkin/DTModelStorage
Computed https://github.com/DenTelezhkin/DTModelStorage at 11.0.2 (1.66s)
Creating working copy for https://github.com/DenTelezhkin/DTModelStorage
Working copy of https://github.com/DenTelezhkin/DTModelStorage resolved at 11.0.2
========================================
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": "dtcollectionviewmanager",
      "name": "DTCollectionViewManager",
      "url": "https://github.com/DenTelezhkin/DTCollectionViewManager.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DTCollectionViewManager",
      "dependencies": [
        {
          "identity": "dtmodelstorage",
          "name": "DTModelStorage",
          "url": "https://github.com/DenTelezhkin/DTModelStorage",
          "version": "11.0.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DTModelStorage",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/DenTelezhkin/DTCollectionViewManager.git
[1/5753] Fetching dtcollectionviewmanager
Fetched https://github.com/DenTelezhkin/DTCollectionViewManager.git from cache (1.09s)
Fetching https://github.com/DenTelezhkin/DTModelStorage from cache
Fetched https://github.com/DenTelezhkin/DTModelStorage from cache (0.46s)
Computing version for https://github.com/DenTelezhkin/DTModelStorage
Computed https://github.com/DenTelezhkin/DTModelStorage at 11.0.2 (0.52s)
Creating working copy for https://github.com/DenTelezhkin/DTModelStorage
Working copy of https://github.com/DenTelezhkin/DTModelStorage resolved at 11.0.2
Creating working copy for https://github.com/DenTelezhkin/DTCollectionViewManager.git
Working copy of https://github.com/DenTelezhkin/DTCollectionViewManager.git resolved at main (8ce9bbc)
warning: '.resolve-product-dependencies': dependency 'dtcollectionviewmanager' is not used by any target
Found 1 product dependencies
  - DTModelStorage
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/DenTelezhkin/DTCollectionViewManager.git
https://github.com/DenTelezhkin/DTCollectionViewManager.git
{
  "dependencies" : [
    {
      "identity" : "dtmodelstorage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "11.0.0",
            "upper_bound" : "12.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DenTelezhkin/DTModelStorage"
    }
  ],
  "manifest_display_name" : "DTCollectionViewManager",
  "name" : "DTCollectionViewManager",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "DTCollectionViewManager",
      "targets" : [
        "DTCollectionViewManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DTCollectionViewManager",
      "module_type" : "SwiftTarget",
      "name" : "DTCollectionViewManager",
      "path" : "Sources/DTCollectionViewManager",
      "product_dependencies" : [
        "DTModelStorage"
      ],
      "product_memberships" : [
        "DTCollectionViewManager"
      ],
      "sources" : [
        "CollectionSupplementaryViewModelMapping.swift",
        "CollectionViewCellModelMapping.swift",
        "CollectionViewFactory.swift",
        "CollectionViewUpdater.swift",
        "DTCollectionViewDataSource.swift",
        "DTCollectionViewDelegate.swift",
        "DTCollectionViewDelegateWrapper.swift",
        "DTCollectionViewDiffableDataSource.swift",
        "DTCollectionViewDragDelegate.swift",
        "DTCollectionViewDropDelegate.swift",
        "DTCollectionViewDropPlaceholderContext.swift",
        "DTCollectionViewManager+DataSource.swift",
        "DTCollectionViewManager+Delegate.swift",
        "DTCollectionViewManager+Deprecated.swift",
        "DTCollectionViewManager+Drag.swift",
        "DTCollectionViewManager+Drop.swift",
        "DTCollectionViewManager+Prefetch.swift",
        "DTCollectionViewManager+Registration.swift",
        "DTCollectionViewManager+SwiftUIRegistration.swift",
        "DTCollectionViewManager.swift",
        "DTCollectionViewManagerAnomalyHandler.swift",
        "DTCollectionViewPrefetchDataSource.swift",
        "Exports.swift",
        "HostingCollectionViewCell.swift",
        "HostingCollectionViewCellModelMapping.swift",
        "HostingConfigurationViewModelMapping.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/22] Compiling DTModelStorage ModelTransfer.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[5/22] Compiling DTModelStorage RuntimeHelper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[6/23] Compiling DTModelStorage Section.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[7/23] Compiling DTModelStorage SectionModel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[8/23] Compiling DTModelStorage StorageUpdate.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[9/23] Compiling DTModelStorage UINib+Existance.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[10/23] Compiling DTModelStorage BackwardsCompatibility.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[11/23] Compiling DTModelStorage BaseStorage.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[12/23] Compiling DTModelStorage MemoryStorage+UpdateWithoutAnimations.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[13/23] Compiling DTModelStorage MemoryStorage.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[14/23] Compiling DTModelStorage SectionProtocols.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[15/23] Compiling DTModelStorage SingleSectionDiffing.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[16/23] Compiling DTModelStorage SingleSectionStorage.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[17/23] Compiling DTModelStorage StorageProtocols.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[18/23] Compiling DTModelStorage ViewModelMapping.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/23] Emitting module DTModelStorage
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[20/23] Compiling DTModelStorage AccumulationStrategy.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[21/23] Compiling DTModelStorage AnomalyHandler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[22/23] Compiling DTModelStorage CoreDataStorage.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[23/23] Compiling DTModelStorage EventReactions.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/20] Compiling DTModelStorage SingleSectionStorage.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[3/20] Compiling DTModelStorage StorageProtocols.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[4/20] Compiling DTModelStorage SectionProtocols.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[5/20] Compiling DTModelStorage SingleSectionDiffing.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[6/20] Compiling DTModelStorage ModelTransfer.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[7/20] Compiling DTModelStorage RuntimeHelper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[8/20] Compiling DTModelStorage MemoryStorage+UpdateWithoutAnimations.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[9/20] Compiling DTModelStorage MemoryStorage.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[10/20] Compiling DTModelStorage StorageUpdate.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[11/20] Compiling DTModelStorage UINib+Existance.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[12/20] Compiling DTModelStorage Section.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[13/20] Compiling DTModelStorage SectionModel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[14/21] Compiling DTModelStorage ViewModelMapping.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/21] Emitting module DTModelStorage
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[16/21] Compiling DTModelStorage AccumulationStrategy.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[17/21] Compiling DTModelStorage AnomalyHandler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[18/21] Compiling DTModelStorage BackwardsCompatibility.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[19/21] Compiling DTModelStorage BaseStorage.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[20/21] Compiling DTModelStorage CoreDataStorage.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
[21/21] Compiling DTModelStorage EventReactions.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DTModelStorage/Sources/DTModelStorage/BaseStorage.swift:27:8: error: no such module 'UIKit'
 25 |
 26 | import Foundation
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /// Suggested supplementary kind for UITableView header
BUILD FAILURE 6.1 macosSpm