The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ActiveLabel, reference master (36949c), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 18:59:18 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/optonaut/ActiveLabel.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/optonaut/ActiveLabel.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/optonaut/ActiveLabel.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/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 {
[4/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)
[5/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 {
[6/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 {
[7/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 {
[8/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 {
BUILD FAILURE 6.2 macosSpm