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 XCoordinator, reference 2.2.1 (00b066), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 07:47:49 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/QuickBirdEng/XCoordinator.git
Reference: 2.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/QuickBirdEng/XCoordinator
 * tag               2.2.1      -> FETCH_HEAD
HEAD is now at 00b0661 Set trigger async extensions to be run on MainActor and mark non-objc functions in extensions to be public instead of open because they could not be overriden anyways according to Xcode
Cloned https://github.com/QuickBirdEng/XCoordinator.git
Revision (git rev-parse @):
00b066139ed0bf2f68549a7d87434ed36dfa6dea
SUCCESS checkout https://github.com/QuickBirdEng/XCoordinator.git at 2.2.1
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52393] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.62s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.2.0 (0.62s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.2.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": "xcoordinator",
      "name": "XCoordinator",
      "url": "https://github.com/QuickBirdEng/XCoordinator.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCoordinator",
      "dependencies": [
        {
          "identity": "rxswift",
          "name": "RxSwift",
          "url": "https://github.com/ReactiveX/RxSwift.git",
          "version": "6.8.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxSwift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/QuickBirdEng/XCoordinator.git
[1/8682] Fetching xcoordinator
Fetched https://github.com/QuickBirdEng/XCoordinator.git from cache (2.82s)
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.69s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.8.0 (0.48s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.8.0
Creating working copy for https://github.com/QuickBirdEng/XCoordinator.git
Working copy of https://github.com/QuickBirdEng/XCoordinator.git resolved at 2.2.1 (00b0661)
warning: '.resolve-product-dependencies': dependency 'xcoordinator' is not used by any target
Found 1 product dependencies
  - RxSwift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/QuickBirdEng/XCoordinator.git
{
  "dependencies" : [
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    }
  ],
  "manifest_display_name" : "XCoordinator",
  "name" : "XCoordinator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "XCoordinator",
      "targets" : [
        "XCoordinator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCoordinatorRx",
      "targets" : [
        "XCoordinatorRx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCoordinatorCombine",
      "targets" : [
        "XCoordinatorCombine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCoordinatorTests",
      "module_type" : "SwiftTarget",
      "name" : "XCoordinatorTests",
      "path" : "Tests/XCoordinatorTests",
      "sources" : [
        "AnimationTests.swift",
        "TestAnimation.swift",
        "TestRoute.swift",
        "TransitionTests.swift",
        "XCTestManifests.swift",
        "XCText+Extras.swift"
      ],
      "target_dependencies" : [
        "XCoordinator",
        "XCoordinatorRx"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCoordinatorRx",
      "module_type" : "SwiftTarget",
      "name" : "XCoordinatorRx",
      "path" : "Sources/XCoordinatorRx",
      "product_dependencies" : [
        "RxSwift"
      ],
      "product_memberships" : [
        "XCoordinatorRx"
      ],
      "sources" : [
        "Router+Rx.swift"
      ],
      "target_dependencies" : [
        "XCoordinator"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCoordinatorCombine",
      "module_type" : "SwiftTarget",
      "name" : "XCoordinatorCombine",
      "path" : "Sources/XCoordinatorCombine",
      "product_memberships" : [
        "XCoordinatorCombine"
      ],
      "sources" : [
        "Router+Combine.swift"
      ],
      "target_dependencies" : [
        "XCoordinator"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCoordinator",
      "module_type" : "SwiftTarget",
      "name" : "XCoordinator",
      "path" : "Sources/XCoordinator",
      "product_memberships" : [
        "XCoordinator",
        "XCoordinatorRx",
        "XCoordinatorCombine"
      ],
      "sources" : [
        "Animation.swift",
        "AnyCoordinator.swift",
        "AnyTransitionPerformer.swift",
        "BaseCoordinator.swift",
        "BasicCoordinator.swift",
        "Container.swift",
        "Coordinator.swift",
        "CoordinatorPreviewingDelegateObject.swift",
        "DeepLinking.swift",
        "GestureRecognizerTarget.swift",
        "InteractiveTransitionAnimation.swift",
        "InterruptibleTransitionAnimation.swift",
        "NavigationAnimationDelegate.swift",
        "NavigationCoordinator.swift",
        "NavigationTransition.swift",
        "PageCoordinator.swift",
        "PageCoordinatorDataSource.swift",
        "PageTransition.swift",
        "Presentable.swift",
        "RedirectionRouter.swift",
        "Route.swift",
        "Router.swift",
        "SplitCoordinator.swift",
        "SplitTransition.swift",
        "StaticTransitionAnimation.swift",
        "StrongRouter.swift",
        "TabBarAnimationDelegate.swift",
        "TabBarCoordinator.swift",
        "TabBarTransition.swift",
        "Transition+Init.swift",
        "Transition.swift",
        "TransitionAnimation.swift",
        "TransitionOptions.swift",
        "TransitionPerformer.swift",
        "TransitionProtocol.swift",
        "UINavigationController+Transition.swift",
        "UIPageViewController+Transition.swift",
        "UITabBarController+Transition.swift",
        "UIView+Store.swift",
        "UIViewController+Transition.swift",
        "UnownedErased+Router.swift",
        "UnownedErased.swift",
        "ViewCoordinator.swift",
        "WeakErased+Router.swift",
        "WeakErased.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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/5] Write sources
[4/5] Write swift-version--7754E27361AE5C74.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/190] Emitting module XCoordinator
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[7/194] Compiling RxSwift BinaryDisposable.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[8/194] Compiling RxSwift Binder.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[9/194] Compiling RxSwift BooleanDisposable.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[10/194] Compiling RxSwift Date+Dispatch.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[11/194] Compiling RxSwift Debounce.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[12/194] Compiling RxSwift Debug.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[13/194] Compiling RxSwift Decode.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[14/194] Compiling RxSwift DefaultIfEmpty.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[15/194] Compiling RxSwift Deferred.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[16/194] Compiling RxSwift CombineLatest.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[17/194] Compiling RxSwift CompactMap.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[18/194] Compiling RxSwift Completable+AndThen.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[19/194] Compiling RxSwift Completable.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[20/194] Compiling RxSwift AtomicInt.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[21/194] Compiling RxSwift Bag+Rx.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[22/194] Compiling RxSwift Bag.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[23/194] Compiling RxSwift BehaviorSubject.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[24/194] Compiling RxSwift AsMaybe.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[25/194] Compiling RxSwift AsSingle.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[26/194] Compiling RxSwift AsyncLock.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[27/194] Compiling RxSwift AsyncSubject.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[28/194] Compiling RxSwift AddRef.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[29/194] Compiling RxSwift Amb.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[30/194] Compiling RxSwift AnonymousDisposable.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[31/194] Compiling RxSwift AnonymousObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[32/194] Compiling RxSwift AnyObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[33/194] Compiling RxSwift Delay.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[34/194] Compiling RxSwift DelaySubscription.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[35/194] Compiling RxSwift Dematerialize.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[36/194] Compiling RxSwift DispatchQueue+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[37/194] Compiling RxSwift DispatchQueueConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[38/194] Compiling XCoordinator UnownedErased.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[39/194] Compiling XCoordinator ViewCoordinator.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[40/194] Compiling XCoordinator WeakErased+Router.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[41/194] Compiling XCoordinator WeakErased.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[42/194] Compiling RxSwift Buffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[43/194] Compiling RxSwift Cancelable.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[44/194] Compiling RxSwift Catch.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[45/194] Compiling RxSwift CombineLatest+Collection.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[46/194] Compiling RxSwift CombineLatest+arity.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[47/194] Compiling RxSwift Disposable.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[48/194] Compiling RxSwift Disposables.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[49/194] Compiling RxSwift DisposeBag.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[50/194] Compiling RxSwift DisposeBase.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[51/194] Compiling RxSwift DistinctUntilChanged.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[52/194] Emitting module RxSwift
BUILD FAILURE 6.0 macosSpm