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 ContainerController, reference master (f044ce), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 07:15:36 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/mrustaa/ContainerController.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mrustaa/ContainerController
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f044cef Update README.md
Cloned https://github.com/mrustaa/ContainerController.git
Revision (git rev-parse @):
f044cef62c3972108bcfa9fac2d3eedf461a70e0
SUCCESS checkout https://github.com/mrustaa/ContainerController.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": "containercontroller",
      "name": "ContainerController",
      "url": "https://github.com/mrustaa/ContainerController.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ContainerController",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mrustaa/ContainerController.git
[1/2436] Fetching containercontroller
Fetched https://github.com/mrustaa/ContainerController.git from cache (52.11s)
Creating working copy for https://github.com/mrustaa/ContainerController.git
Working copy of https://github.com/mrustaa/ContainerController.git resolved at master (f044cef)
warning: '.resolve-product-dependencies': dependency 'containercontroller' 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/mrustaa/ContainerController.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ContainerController",
  "name" : "ContainerController",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ContainerController",
      "targets" : [
        "ContainerController"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ContainerControllerTests",
      "module_type" : "SwiftTarget",
      "name" : "ContainerControllerTests",
      "path" : "Tests/ContainerControllerTests",
      "sources" : [
        "ContainerControllerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ContainerController"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ContainerController",
      "module_type" : "SwiftTarget",
      "name" : "ContainerController",
      "path" : "Sources/ContainerController",
      "product_memberships" : [
        "ContainerController"
      ],
      "sources" : [
        "ContainerCollection/CollectionAdapterCell.swift",
        "ContainerCollection/CollectionAdapterCellData.swift",
        "ContainerCollection/CollectionAdapterItem.swift",
        "ContainerCollection/CollectionAdapterTypes.swift",
        "ContainerCollection/CollectionAdapterView.swift",
        "ContainerController.swift",
        "ContainerControllerDelegate.swift",
        "ContainerDevice.swift",
        "ContainerLayout.swift",
        "ContainerTable/TableAdapterCell.swift",
        "ContainerTable/TableAdapterCellData.swift",
        "ContainerTable/TableAdapterItem.swift",
        "ContainerTable/TableAdapterTypes.swift",
        "ContainerTable/TableAdapterView.swift",
        "ContainerTypes.swift",
        "ContainerView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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/18] Emitting module ContainerController
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | open class CollectionAdapterCell: UICollectionViewCell {
[4/18] Compiling ContainerController TableAdapterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | open class CollectionAdapterCell: UICollectionViewCell {
[5/18] Compiling ContainerController TableAdapterTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | open class CollectionAdapterCell: UICollectionViewCell {
[6/18] Compiling ContainerController TableAdapterCellData.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | open class CollectionAdapterCell: UICollectionViewCell {
[7/18] Compiling ContainerController TableAdapterItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | open class CollectionAdapterCell: UICollectionViewCell {
[8/18] Compiling ContainerController ContainerControllerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | open class CollectionAdapterCell: UICollectionViewCell {
[9/18] Compiling ContainerController ContainerDevice.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | open class CollectionAdapterCell: UICollectionViewCell {
[10/18] Compiling ContainerController CollectionAdapterCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | open class CollectionAdapterCell: UICollectionViewCell {
[11/18] Compiling ContainerController CollectionAdapterCellData.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | open class CollectionAdapterCell: UICollectionViewCell {
[12/19] Compiling ContainerController CollectionAdapterItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | open class CollectionAdapterCell: UICollectionViewCell {
[13/19] Compiling ContainerController CollectionAdapterTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | open class CollectionAdapterCell: UICollectionViewCell {
[14/19] Compiling ContainerController ContainerLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | open class CollectionAdapterCell: UICollectionViewCell {
[15/19] Compiling ContainerController TableAdapterCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | open class CollectionAdapterCell: UICollectionViewCell {
[16/19] Compiling ContainerController ContainerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | open class CollectionAdapterCell: UICollectionViewCell {
[17/19] Compiling ContainerController ContainerTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | open class CollectionAdapterCell: UICollectionViewCell {
[18/19] Compiling ContainerController CollectionAdapterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | open class CollectionAdapterCell: UICollectionViewCell {
[19/19] Compiling ContainerController ContainerController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | open class CollectionAdapterCell: UICollectionViewCell {
BUILD FAILURE 6.0 macosSpm