The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LabelKit, reference master (51cb5c), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 12:14:08 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/edudnyk/LabelKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edudnyk/LabelKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 51cb5c6 Podspec version 2.1.0.
Cloned https://github.com/edudnyk/LabelKit.git
Revision (git rev-parse @):
51cb5c686a4d139a91442ab9f8e9401430b2f417
SUCCESS checkout https://github.com/edudnyk/LabelKit.git at master
========================================
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": "labelkit",
      "name": "LabelKit",
      "url": "https://github.com/edudnyk/LabelKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LabelKit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/edudnyk/LabelKit.git
[1/211] Fetching labelkit
Fetched https://github.com/edudnyk/LabelKit.git from cache (0.69s)
Creating working copy for https://github.com/edudnyk/LabelKit.git
Working copy of https://github.com/edudnyk/LabelKit.git resolved at master (51cb5c6)
warning: '.resolve-product-dependencies': dependency 'labelkit' 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/edudnyk/LabelKit.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/10] Emitting module LabelKit
/Users/admin/builder/spi-builder-workspace/Sources/LabelKit/LKBoundsDidChangeAction.swift:35:8: error: no such module 'UIKit'
33 |
34 | import QuartzCore
35 | import UIKit
   |        `- error: no such module 'UIKit'
36 |
37 | class LKBoundsDidChangeAnimation: CABasicAnimation {
[4/10] Compiling LabelKit LKExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/LabelKit/LKBoundsDidChangeAction.swift:35:8: error: no such module 'UIKit'
33 |
34 | import QuartzCore
35 | import UIKit
   |        `- error: no such module 'UIKit'
36 |
37 | class LKBoundsDidChangeAnimation: CABasicAnimation {
[5/10] Compiling LabelKit LKBoundsDidChangeAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/LabelKit/LKBoundsDidChangeAction.swift:35:8: error: no such module 'UIKit'
33 |
34 | import QuartzCore
35 | import UIKit
   |        `- error: no such module 'UIKit'
36 |
37 | class LKBoundsDidChangeAnimation: CABasicAnimation {
[6/10] Compiling LabelKit LKTextDidChangeAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/LabelKit/LKBoundsDidChangeAction.swift:35:8: error: no such module 'UIKit'
33 |
34 | import QuartzCore
35 | import UIKit
   |        `- error: no such module 'UIKit'
36 |
37 | class LKBoundsDidChangeAnimation: CABasicAnimation {
[7/10] Compiling LabelKit LKLabel.swift
/Users/admin/builder/spi-builder-workspace/Sources/LabelKit/LKBoundsDidChangeAction.swift:35:8: error: no such module 'UIKit'
33 |
34 | import QuartzCore
35 | import UIKit
   |        `- error: no such module 'UIKit'
36 |
37 | class LKBoundsDidChangeAnimation: CABasicAnimation {
[8/10] Compiling LabelKit Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/LabelKit/LKBoundsDidChangeAction.swift:35:8: error: no such module 'UIKit'
33 |
34 | import QuartzCore
35 | import UIKit
   |        `- error: no such module 'UIKit'
36 |
37 | class LKBoundsDidChangeAnimation: CABasicAnimation {
[9/10] Compiling LabelKit LKLabelLayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/LabelKit/LKBoundsDidChangeAction.swift:35:8: error: no such module 'UIKit'
33 |
34 | import QuartzCore
35 | import UIKit
   |        `- error: no such module 'UIKit'
36 |
37 | class LKBoundsDidChangeAnimation: CABasicAnimation {
[10/10] Compiling LabelKit LabelView.swift
/Users/admin/builder/spi-builder-workspace/Sources/LabelKit/LKBoundsDidChangeAction.swift:35:8: error: no such module 'UIKit'
33 |
34 | import QuartzCore
35 | import UIKit
   |        `- error: no such module 'UIKit'
36 |
37 | class LKBoundsDidChangeAnimation: CABasicAnimation {
BUILD FAILURE 6.3 macosSpm