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 1.1.6 (8bff1e), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 07:15:27 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: 1.1.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mrustaa/ContainerController
 * tag               1.1.6      -> FETCH_HEAD
HEAD is now at 8bff1e5 UI edits/corrections - for the new xcode version
Cloned https://github.com/mrustaa/ContainerController.git
Revision (git rev-parse @):
8bff1e5c245410308ab5955ef602c26fafb1e054
SUCCESS checkout https://github.com/mrustaa/ContainerController.git at 1.1.6
========================================
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 (69.24s)
Creating working copy for https://github.com/mrustaa/ContainerController.git
Working copy of https://github.com/mrustaa/ContainerController.git resolved at 1.1.6 (8bff1e5)
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
[3/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 {
[4/18] 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 {
[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/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/19] 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 {
[10/19] 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 {
[11/19] 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 {
[12/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 {
[13/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 {
[14/19] 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 {
[15/19] 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 {
[16/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 {
[17/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 {
[18/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 {
[19/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 {
BUILD FAILURE 6.0 macosSpm