The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ActiveLabel, reference 1.1.5 (36949c), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 21:56:27 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/optonaut/ActiveLabel.swift.git
Reference: 1.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/optonaut/ActiveLabel.swift
 * tag               1.1.5      -> FETCH_HEAD
HEAD is now at 36949c1 Merge pull request #370 from optonaut/115-release-candidate
Cloned https://github.com/optonaut/ActiveLabel.swift.git
Revision (git rev-parse @):
36949c1a69ef8b40574da20c9e24b115f387b1cf
SUCCESS checkout https://github.com/optonaut/ActiveLabel.swift.git at 1.1.5
========================================
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": "activelabel.swift",
      "name": "ActiveLabel",
      "url": "https://github.com/optonaut/ActiveLabel.swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ActiveLabel.swift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/optonaut/ActiveLabel.swift.git
[1/2220] Fetching activelabel.swift
Fetched https://github.com/optonaut/ActiveLabel.swift.git from cache (1.04s)
Creating working copy for https://github.com/optonaut/ActiveLabel.swift.git
Working copy of https://github.com/optonaut/ActiveLabel.swift.git resolved at 1.1.5 (36949c1)
warning: '.resolve-product-dependencies': dependency 'activelabel.swift' 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/optonaut/ActiveLabel.swift.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
[3/8] Compiling ActiveLabel StringTrimExtension.swift
/Users/admin/builder/spi-builder-workspace/ActiveLabel/ActiveLabel.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | public protocol ActiveLabelDelegate: class {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/8] Emitting module ActiveLabel
/Users/admin/builder/spi-builder-workspace/ActiveLabel/ActiveLabel.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | public protocol ActiveLabelDelegate: class {
[5/8] Compiling ActiveLabel ActiveLabel.swift
/Users/admin/builder/spi-builder-workspace/ActiveLabel/ActiveLabel.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | public protocol ActiveLabelDelegate: class {
[6/8] Compiling ActiveLabel ActiveBuilder.swift
/Users/admin/builder/spi-builder-workspace/ActiveLabel/ActiveLabel.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | public protocol ActiveLabelDelegate: class {
[7/8] Compiling ActiveLabel ActiveType.swift
/Users/admin/builder/spi-builder-workspace/ActiveLabel/ActiveLabel.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | public protocol ActiveLabelDelegate: class {
[8/8] Compiling ActiveLabel RegexParser.swift
/Users/admin/builder/spi-builder-workspace/ActiveLabel/ActiveLabel.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | public protocol ActiveLabelDelegate: class {
BUILD FAILURE 6.3 macosSpm