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 EmptyPage, reference 4.1.0 (ea2f48), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 02:33:21 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/linhay/EmptyPage.git
Reference: 4.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/linhay/EmptyPage
 * tag               4.1.0      -> FETCH_HEAD
HEAD is now at ea2f48d 4.1.0: 背景视图支持点击事件穿透
Cloned https://github.com/linhay/EmptyPage.git
Revision (git rev-parse @):
ea2f48d4a16abcad79feab08d77e7e6f4a5d598d
SUCCESS checkout https://github.com/linhay/EmptyPage.git at 4.1.0
========================================
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": "emptypage",
      "name": "EmptyPage",
      "url": "https://github.com/linhay/EmptyPage.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EmptyPage",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/linhay/EmptyPage.git
[1/4237] Fetching emptypage
Fetched https://github.com/linhay/EmptyPage.git from cache (1.74s)
Creating working copy for https://github.com/linhay/EmptyPage.git
Working copy of https://github.com/linhay/EmptyPage.git resolved at 4.1.0 (ea2f48d)
warning: '.resolve-product-dependencies': dependency 'emptypage' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/linhay/EmptyPage.git
https://github.com/linhay/EmptyPage.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EmptyPage",
  "name" : "EmptyPage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "EmptyPage",
      "targets" : [
        "EmptyPage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EmptyPage",
      "module_type" : "SwiftTarget",
      "name" : "EmptyPage",
      "path" : "Sources",
      "product_memberships" : [
        "EmptyPage"
      ],
      "sources" : [
        "Core/EmptyPage.swift",
        "Core/configs/EmptyPageConfiguration.swift",
        "Core/extensions/EmptyPage+UICollectionView.swift",
        "Core/extensions/EmptyPage+UIScrollView.swift",
        "Core/extensions/EmptyPage+UITableView.swift",
        "Core/extensions/EmptyPage+UIView.swift",
        "Core/extensions/EmptyPageDelegate.swift",
        "Core/managers/EmptyPageManager+UICollectionView.swift",
        "Core/managers/EmptyPageManager+UIScrollView.swift",
        "Core/managers/EmptyPageManager+UITableView.swift",
        "Core/managers/EmptyPageManager+UIView.swift",
        "Core/managers/EmptyPageViewManagerProtocol.swift",
        "Core/managers/EmptyPageWeakBox.swift",
        "Core/swizzings/Empty+Runtime.swift",
        "Core/swizzings/Empty+UICollectionView.swift",
        "Core/swizzings/Empty+UITableView.swift",
        "Core/swizzings/Empty+UIView.swift",
        "Standard/EmptyPageForButton.swift",
        "Standard/EmptyPageForImage.swift",
        "Standard/EmptyPageForStandard.swift",
        "Standard/EmptyPageForText.swift",
        "Standard/EmptyPageView.swift",
        "Standard/EmptyView+UIScrollView.swift",
        "managers/StateManager/EmptyPageCollectionStateManager.swift",
        "managers/StateManager/EmptyPageScrollViewStateManager.swift",
        "managers/StateManager/EmptyPageStateProtocol.swift",
        "managers/StateManager/EmptyPageStateScorllableProtocol.swift",
        "managers/StateManager/EmptyPageTableStateManager.swift",
        "managers/StateManager/EmptyPageViewStateManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/30] Emitting module EmptyPage
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[4/32] Compiling EmptyPage EmptyPage.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[5/32] Compiling EmptyPage EmptyPageConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[6/32] Compiling EmptyPage EmptyPage+UICollectionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[7/32] Compiling EmptyPage EmptyPage+UIScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[8/32] Compiling EmptyPage EmptyPage+UITableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[9/32] Compiling EmptyPage EmptyPage+UIView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[10/32] Compiling EmptyPage EmptyPageForImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[11/32] Compiling EmptyPage EmptyPageForStandard.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[12/32] Compiling EmptyPage EmptyPageForText.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[13/32] Compiling EmptyPage EmptyPageScrollViewStateManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[14/32] Compiling EmptyPage EmptyPageStateProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[15/32] Compiling EmptyPage EmptyPageStateScorllableProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[16/32] Compiling EmptyPage EmptyPageTableStateManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[17/32] Compiling EmptyPage EmptyPageViewStateManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[18/32] Compiling EmptyPage EmptyPageWeakBox.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[19/32] Compiling EmptyPage Empty+Runtime.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[20/32] Compiling EmptyPage Empty+UICollectionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[21/32] Compiling EmptyPage Empty+UITableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[22/32] Compiling EmptyPage Empty+UIView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[23/32] Compiling EmptyPage EmptyPageForButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[24/32] Compiling EmptyPage EmptyPageManager+UITableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[25/32] Compiling EmptyPage EmptyPageManager+UIView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[26/32] Compiling EmptyPage EmptyPageViewManagerProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[27/32] Compiling EmptyPage EmptyPageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[28/32] Compiling EmptyPage EmptyView+UIScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[29/32] Compiling EmptyPage EmptyPageCollectionStateManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[30/32] Compiling EmptyPage EmptyPageDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[31/32] Compiling EmptyPage EmptyPageManager+UICollectionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[32/32] Compiling EmptyPage EmptyPageManager+UIScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/29] Emitting module EmptyPage
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[3/31] Compiling EmptyPage EmptyPage.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[4/31] Compiling EmptyPage EmptyPageConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[5/31] Compiling EmptyPage EmptyPage+UICollectionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[6/31] Compiling EmptyPage EmptyPage+UIScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[7/31] Compiling EmptyPage EmptyPage+UITableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[8/31] Compiling EmptyPage EmptyPage+UIView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[9/31] Compiling EmptyPage EmptyPageManager+UITableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[10/31] Compiling EmptyPage EmptyPageManager+UIView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[11/31] Compiling EmptyPage EmptyPageViewManagerProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[12/31] Compiling EmptyPage EmptyPageScrollViewStateManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[13/31] Compiling EmptyPage EmptyPageStateProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[14/31] Compiling EmptyPage EmptyPageStateScorllableProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[15/31] Compiling EmptyPage EmptyPageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[16/31] Compiling EmptyPage EmptyView+UIScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[17/31] Compiling EmptyPage EmptyPageCollectionStateManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[18/31] Compiling EmptyPage EmptyPageTableStateManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[19/31] Compiling EmptyPage EmptyPageViewStateManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[20/31] Compiling EmptyPage Empty+UITableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[21/31] Compiling EmptyPage Empty+UIView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[22/31] Compiling EmptyPage EmptyPageForButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[23/31] Compiling EmptyPage EmptyPageDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[24/31] Compiling EmptyPage EmptyPageManager+UICollectionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[25/31] Compiling EmptyPage EmptyPageManager+UIScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[26/31] Compiling EmptyPage EmptyPageWeakBox.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[27/31] Compiling EmptyPage Empty+Runtime.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[28/31] Compiling EmptyPage Empty+UICollectionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[29/31] Compiling EmptyPage EmptyPageForImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[30/31] Compiling EmptyPage EmptyPageForStandard.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[31/31] Compiling EmptyPage EmptyPageForText.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | //  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
BUILD FAILURE 6.1 macosSpm