The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ActiveLabel, reference 1.1.5 (36949c), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 09:58:07 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

Build Log

========================================
RunAll
========================================
Builder version: 4.56.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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/optonaut/ActiveLabel.swift.git
[1/2216] Fetching activelabel.swift
Fetched https://github.com/optonaut/ActiveLabel.swift.git from cache (1.25s)
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.0
Building package at path:  $PWD
https://github.com/optonaut/ActiveLabel.swift.git
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.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 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 {
[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 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 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 {
BUILD FAILURE 6.0 macosSpm