The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CoreUI, reference 1.1.1 (fce17d), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 09:57:09 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Swift-CoreUI/CoreUI.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Swift-CoreUI/CoreUI
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at fce17d7 UIControl extension to bind events to blocks (iOS 14+)
Cloned https://github.com/Swift-CoreUI/CoreUI.git
Revision (git rev-parse @):
fce17d7a0006f87345aba0ce36c7d3f0690e4933
SUCCESS checkout https://github.com/Swift-CoreUI/CoreUI.git at 1.1.1
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "coreui",
      "name": "CoreUI",
      "url": "https://github.com/Swift-CoreUI/CoreUI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoreUI",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Swift-CoreUI/CoreUI.git
[1/69] Fetching coreui
Fetched https://github.com/Swift-CoreUI/CoreUI.git from cache (0.66s)
Creating working copy for https://github.com/Swift-CoreUI/CoreUI.git
Working copy of https://github.com/Swift-CoreUI/CoreUI.git resolved at 1.1.1 (fce17d7)
warning: '.resolve-product-dependencies': dependency 'coreui' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Swift-CoreUI/CoreUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/24] Emitting module CoreUI
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[4/26] Compiling CoreUI UIView+keyboardAnimation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[5/26] Compiling CoreUI UIViewController+child.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[6/26] Compiling CoreUI UI+View.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[7/26] Compiling CoreUI UI+Wrap.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[8/26] Compiling CoreUI UI+Label.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[9/26] Compiling CoreUI UI+ScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[10/26] Compiling CoreUI UIEdgeInsets+builders.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[11/26] Compiling CoreUI UITableView+cell.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[12/26] Compiling CoreUI UI.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[13/26] Compiling CoreUI UIView+accessibility.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[14/26] Compiling CoreUI UIView+wrap.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[15/26] Compiling CoreUI UIControl+onEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[16/26] Compiling CoreUI UI+Stack.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[17/26] Compiling CoreUI UI+TextView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[18/26] Compiling CoreUI LayoutAnchor.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[19/26] Compiling CoreUI UIStackView+add.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[20/26] Compiling CoreUI UIView+add.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[21/26] Compiling CoreUI UI+Accessibility.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[22/26] Compiling CoreUI UI+Button.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[23/26] Compiling CoreUI UI+ImageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[24/26] Compiling CoreUI ApplyProtocol+Optional.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[25/26] Compiling CoreUI ApplyProtocol+UIKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[26/26] Compiling CoreUI ApplyProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
BUILD FAILURE 6.3 macosSpm