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 UILabel+Copyable, reference 2.0.1 (a1ac4d), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 03:11:39 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexandreos/UILabel-Copyable.git
Reference: 2.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexandreos/UILabel-Copyable
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at a1ac4d7 Add Swift Package Manager to the README file
Cloned https://github.com/alexandreos/UILabel-Copyable.git
Revision (git rev-parse @):
a1ac4d7d1118fde314796f449e803e610d7b801c
SUCCESS checkout https://github.com/alexandreos/UILabel-Copyable.git at 2.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alexandreos/UILabel-Copyable.git
https://github.com/alexandreos/UILabel-Copyable.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UILabel+Copyable",
  "name" : "UILabel+Copyable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "UILabel+Copyable",
      "targets" : [
        "UILabel+Copyable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UILabel_CopyableTests",
      "module_type" : "SwiftTarget",
      "name" : "UILabel+CopyableTests",
      "path" : "UILabel+CopyableTests",
      "sources" : [
        "UILabel_CopyableTests.swift"
      ],
      "target_dependencies" : [
        "UILabel+Copyable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UILabel_Copyable",
      "module_type" : "SwiftTarget",
      "name" : "UILabel+Copyable",
      "path" : "UILabel+Copyable",
      "product_memberships" : [
        "UILabel+Copyable"
      ],
      "sources" : [
        "UILabel+Copyable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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/4] Emitting module UILabel_Copyable
/Users/admin/builder/spi-builder-workspace/UILabel+Copyable/UILabel+Copyable.swift:26:8: error: no such module 'UIKit'
 24 | // THE SOFTWARE.
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | public extension UILabel {
[4/4] Compiling UILabel_Copyable UILabel+Copyable.swift
/Users/admin/builder/spi-builder-workspace/UILabel+Copyable/UILabel+Copyable.swift:26:8: error: no such module 'UIKit'
 24 | // THE SOFTWARE.
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | public extension UILabel {
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/3] Emitting module UILabel_Copyable
/Users/admin/builder/spi-builder-workspace/UILabel+Copyable/UILabel+Copyable.swift:26:8: error: no such module 'UIKit'
 24 | // THE SOFTWARE.
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | public extension UILabel {
[3/3] Compiling UILabel_Copyable UILabel+Copyable.swift
/Users/admin/builder/spi-builder-workspace/UILabel+Copyable/UILabel+Copyable.swift:26:8: error: no such module 'UIKit'
 24 | // THE SOFTWARE.
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | public extension UILabel {
BUILD FAILURE 6.1 macosSpm