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 LabelKit, reference master (51cb5c), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 22:27:06 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/edudnyk/LabelKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edudnyk/LabelKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 51cb5c6 Podspec version 2.1.0.
Cloned https://github.com/edudnyk/LabelKit.git
Revision (git rev-parse @):
51cb5c686a4d139a91442ab9f8e9401430b2f417
SUCCESS checkout https://github.com/edudnyk/LabelKit.git at master
========================================
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": "labelkit",
      "name": "LabelKit",
      "url": "https://github.com/edudnyk/LabelKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LabelKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/edudnyk/LabelKit.git
[1/211] Fetching labelkit
Fetched https://github.com/edudnyk/LabelKit.git from cache (0.76s)
Creating working copy for https://github.com/edudnyk/LabelKit.git
Working copy of https://github.com/edudnyk/LabelKit.git resolved at master (51cb5c6)
warning: '.resolve-product-dependencies': dependency 'labelkit' 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/edudnyk/LabelKit.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/10] Compiling LabelKit Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/LabelKit/LKBoundsDidChangeAction.swift:35:8: error: no such module 'UIKit'
33 |
34 | import QuartzCore
35 | import UIKit
   |        `- error: no such module 'UIKit'
36 |
37 | class LKBoundsDidChangeAnimation: CABasicAnimation {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/10] Emitting module LabelKit
/Users/admin/builder/spi-builder-workspace/Sources/LabelKit/LKBoundsDidChangeAction.swift:35:8: error: no such module 'UIKit'
33 |
34 | import QuartzCore
35 | import UIKit
   |        `- error: no such module 'UIKit'
36 |
37 | class LKBoundsDidChangeAnimation: CABasicAnimation {
[5/10] Compiling LabelKit LKBoundsDidChangeAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/LabelKit/LKBoundsDidChangeAction.swift:35:8: error: no such module 'UIKit'
33 |
34 | import QuartzCore
35 | import UIKit
   |        `- error: no such module 'UIKit'
36 |
37 | class LKBoundsDidChangeAnimation: CABasicAnimation {
[6/10] Compiling LabelKit LKLabel.swift
/Users/admin/builder/spi-builder-workspace/Sources/LabelKit/LKBoundsDidChangeAction.swift:35:8: error: no such module 'UIKit'
33 |
34 | import QuartzCore
35 | import UIKit
   |        `- error: no such module 'UIKit'
36 |
37 | class LKBoundsDidChangeAnimation: CABasicAnimation {
[7/10] Compiling LabelKit LKLabelLayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/LabelKit/LKBoundsDidChangeAction.swift:35:8: error: no such module 'UIKit'
33 |
34 | import QuartzCore
35 | import UIKit
   |        `- error: no such module 'UIKit'
36 |
37 | class LKBoundsDidChangeAnimation: CABasicAnimation {
[8/10] Compiling LabelKit LKTextDidChangeAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/LabelKit/LKBoundsDidChangeAction.swift:35:8: error: no such module 'UIKit'
33 |
34 | import QuartzCore
35 | import UIKit
   |        `- error: no such module 'UIKit'
36 |
37 | class LKBoundsDidChangeAnimation: CABasicAnimation {
[9/10] Compiling LabelKit LKExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/LabelKit/LKBoundsDidChangeAction.swift:35:8: error: no such module 'UIKit'
33 |
34 | import QuartzCore
35 | import UIKit
   |        `- error: no such module 'UIKit'
36 |
37 | class LKBoundsDidChangeAnimation: CABasicAnimation {
[10/10] Compiling LabelKit LabelView.swift
/Users/admin/builder/spi-builder-workspace/Sources/LabelKit/LKBoundsDidChangeAction.swift:35:8: error: no such module 'UIKit'
33 |
34 | import QuartzCore
35 | import UIKit
   |        `- error: no such module 'UIKit'
36 |
37 | class LKBoundsDidChangeAnimation: CABasicAnimation {
BUILD FAILURE 6.0 macosSpm