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 UIKitEssentials, reference 1.4.0 (9b8d00), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 06:58:32 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jrsaruo/UIKitEssentials.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jrsaruo/UIKitEssentials
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at 9b8d002 Merge pull request #36 from jrsaruo/release-1.4.0
Cloned https://github.com/jrsaruo/UIKitEssentials.git
Revision (git rev-parse @):
9b8d002a8f5affcb05f50a34d022a8e00bbbdbf4
SUCCESS checkout https://github.com/jrsaruo/UIKitEssentials.git at 1.4.0
========================================
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": "uikitessentials",
      "name": "UIKitEssentials",
      "url": "https://github.com/jrsaruo/UIKitEssentials.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UIKitEssentials",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jrsaruo/UIKitEssentials.git
[1/335] Fetching uikitessentials
Fetched https://github.com/jrsaruo/UIKitEssentials.git from cache (0.80s)
Creating working copy for https://github.com/jrsaruo/UIKitEssentials.git
Working copy of https://github.com/jrsaruo/UIKitEssentials.git resolved at 1.4.0 (9b8d002)
warning: '.resolve-product-dependencies': dependency 'uikitessentials' 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/jrsaruo/UIKitEssentials.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UIKitEssentials",
  "name" : "UIKitEssentials",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "UIKitEssentials",
      "targets" : [
        "UIKitEssentials"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UIKitEssentialsTests",
      "module_type" : "SwiftTarget",
      "name" : "UIKitEssentialsTests",
      "path" : "Tests/UIKitEssentialsTests",
      "sources" : [
        "NSCollectionLayoutSizeExtensionTests.swift",
        "RootViewControllerTests.swift",
        "UIEdgeInsetsExtensionTests.swift"
      ],
      "target_dependencies" : [
        "UIKitEssentials"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UIKitEssentials",
      "module_type" : "SwiftTarget",
      "name" : "UIKitEssentials",
      "path" : "Sources/UIKitEssentials",
      "product_memberships" : [
        "UIKitEssentials"
      ],
      "sources" : [
        "Extensions/NSCollectionLayoutSize+Extension.swift",
        "Extensions/Notification+Extension.swift",
        "Extensions/UICollectionView+Extension.swift",
        "Extensions/UIEdgeInsets+Extension.swift",
        "Extensions/UITableView+Extension.swift",
        "RootViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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
[3/9] Compiling UIKitEssentials UITableView+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | @available(iOS 13, tvOS 13, *)
[4/9] Compiling UIKitEssentials RootViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | @available(iOS 13, tvOS 13, *)
[5/9] Compiling UIKitEssentials UIEdgeInsets+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | @available(iOS 13, tvOS 13, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/9] Emitting module UIKitEssentials
/Users/admin/builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | @available(iOS 13, tvOS 13, *)
[7/9] Compiling UIKitEssentials Notification+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | @available(iOS 13, tvOS 13, *)
[8/9] Compiling UIKitEssentials NSCollectionLayoutSize+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | @available(iOS 13, tvOS 13, *)
[9/9] Compiling UIKitEssentials UICollectionView+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | @available(iOS 13, tvOS 13, *)
BUILD FAILURE 6.0 macosSpm