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 ALCoordinator, reference 1.0.0 (6a3d87), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 21:33:11 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/felilo/ALCoordinator.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/felilo/ALCoordinator
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 6a3d87f V1
Cloned https://github.com/felilo/ALCoordinator.git
Revision (git rev-parse @):
6a3d87fee2d47042d0a76575fa4e2e817e5027dd
SUCCESS checkout https://github.com/felilo/ALCoordinator.git at 1.0.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": "alcoordinator",
      "name": "ALCoordinator",
      "url": "https://github.com/felilo/ALCoordinator.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ALCoordinator",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/felilo/ALCoordinator.git
[1/786] Fetching alcoordinator
Fetched https://github.com/felilo/ALCoordinator.git from cache (0.87s)
Creating working copy for https://github.com/felilo/ALCoordinator.git
Working copy of https://github.com/felilo/ALCoordinator.git resolved at 1.0.0 (6a3d87f)
warning: '.resolve-product-dependencies': dependency 'alcoordinator' 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/felilo/ALCoordinator.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/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/22] Compiling UIKCoordinator Router.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
[5/22] Compiling UIKCoordinator RouterManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
[6/24] Compiling UIKCoordinator TabbarPage.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
[7/24] Compiling UIKCoordinator Bridge.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
[8/24] Compiling UIKCoordinator TabbarCoordinatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
[9/24] Compiling UIKCoordinator TabbarNavigationRouter.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
[10/24] Compiling UIKCoordinator NavigationAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
[11/24] Compiling UIKCoordinator RouterAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/24] Emitting module UIKCoordinator
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
[13/24] Compiling UIKCoordinator Coordinator.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
[14/24] Compiling UIKCoordinator TabbarPageDataSource+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
[15/24] Compiling UIKCoordinator BaseCoordinator.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
[16/24] Compiling UIKCoordinator NavigationCoordinator.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
[17/24] Compiling UIKCoordinator Coordinator+Navigation+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
[18/24] Compiling UIKCoordinator Coordinator+PublicHelpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
[19/24] Compiling UIKCoordinator TabbarCoordinator.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
[20/24] Compiling UIKCoordinator Coordinator+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
[21/24] Compiling UIKCoordinator View+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
[22/24] Compiling UIKCoordinator BaseRoute.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
[23/24] Compiling UIKCoordinator UIView+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
[24/24] Compiling UIKCoordinator UIViewController+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKCoordinator/Base/BaseCoordinator.swift:26:8: error: no such module 'UIKit'
24 |
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | open class BaseCoordinator: NSObject, Coordinator  {
BUILD FAILURE 6.0 macosSpm