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.0 for macOS (SPM) on 11 Dec 2024 21:45:45 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.5
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
========================================
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",
  "dependencies": [
    {
      "identity": "uilabel-copyable",
      "name": "UILabel+Copyable",
      "url": "https://github.com/alexandreos/UILabel-Copyable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UILabel-Copyable",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alexandreos/UILabel-Copyable.git
[4/362] Fetching uilabel-copyable
Fetched https://github.com/alexandreos/UILabel-Copyable.git from cache (1.08s)
Creating working copy for https://github.com/alexandreos/UILabel-Copyable.git
Working copy of https://github.com/alexandreos/UILabel-Copyable.git resolved at 2.0.1 (a1ac4d7)
warning: '.resolve-product-dependencies': dependency 'uilabel-copyable' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
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.1.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--7754E27361AE5C74.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 {
BUILD FAILURE 6.0 macosSpm