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.1 for macOS (SPM) on 27 Apr 2025 10:17:15 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
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/52683] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.19s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.2.0 (4.80s)
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.9.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxSwift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/QuickBirdEng/XCoordinator.git
[1/8717] Fetching xcoordinator
Fetched https://github.com/QuickBirdEng/XCoordinator.git from cache (2.37s)
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.63s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (1.14s)
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)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
warning: '.resolve-product-dependencies': dependency 'xcoordinator' is not used by any target
Found 1 product dependencies
  - RxSwift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/QuickBirdEng/XCoordinator.git
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.3.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-2F0A5646E1D333AE.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 Do.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 ElementAt.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 Empty.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 Enumerated.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 Error.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 ImmediateSchedulerType.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 Infallible+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 | ///
[14/194] Compiling RxSwift Never.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 NopDisposable.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 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 | ///
[17/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 | ///
[18/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 | ///
[19/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 | ///
[20/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 | ///
[21/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 | ///
[22/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 | ///
[23/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 | ///
[24/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 | ///
[25/194] Compiling RxSwift Errors.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 Event.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 Filter.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 First.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 OperationQueueScheduler.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 Optional.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 Platform.Darwin.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 Platform.Linux.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 PrimitiveSequence+Zip+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 | ///
[34/194] Compiling RxSwift Observable.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 ObservableConvertibleType+Infallible.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 ObservableConvertibleType.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 ObservableType+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 | ///
[38/194] Compiling RxSwift ObservableType+PrimitiveSequence.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 RxSwift ObservableType.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 RxSwift ObserveOn.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 RxSwift ObserverBase.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 ObserverType.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] Emitting module RxSwift
[44/209] 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 | ///
[45/209] 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 | ///
[46/209] 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 | ///
[47/209] 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 | ///
[48/209] Compiling RxSwift Skip.swift
[49/209] Compiling RxSwift SkipUntil.swift
[50/209] Compiling RxSwift SkipWhile.swift
[51/209] Compiling RxSwift StartWith.swift
[52/209] Compiling RxSwift SubjectType.swift
[53/209] Compiling RxSwift SubscribeOn.swift
[54/209] Compiling RxSwift SubscriptionDisposable.swift
[55/209] Compiling RxSwift SwiftSupport.swift
[56/209] Compiling RxSwift Switch.swift
[57/209] Compiling RxSwift SwitchIfEmpty.swift
[58/209] Compiling RxSwift SynchronizedDisposeType.swift
[59/209] Compiling RxSwift SynchronizedOnType.swift
[60/209] Compiling RxSwift SynchronizedUnsubscribeType.swift
[61/209] Compiling RxSwift TailRecursiveSink.swift
[62/209] Compiling RxSwift Take.swift
[63/209] Compiling RxSwift Generate.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 | ///
[64/209] Compiling RxSwift GroupBy.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 | ///
[65/209] Compiling RxSwift GroupedObservable.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 | ///
[66/209] Compiling RxSwift HistoricalScheduler.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 | ///
[67/209] Compiling RxSwift HistoricalSchedulerTimeConverter.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 | ///
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/186] 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 | ///
[3/190] 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 | ///
[4/190] 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 | ///
[5/190] 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 | ///
[6/190] 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 | ///
[7/190] 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 | ///
[8/190] 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 | ///
[9/190] 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 | ///
[10/190] Compiling RxSwift CompositeDisposable.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/190] Compiling RxSwift Concat.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/190] Compiling RxSwift ConcurrentDispatchQueueScheduler.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/190] 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 | ///
[14/190] 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 | ///
[15/190] 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 | ///
[16/190] 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 | ///
[17/190] 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 | ///
[18/190] 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 | ///
[19/190] 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 | ///
[20/190] 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 | ///
[21/190] Compiling RxSwift ConcurrentMainScheduler.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/190] Compiling RxSwift ConnectableObservableType.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/190] Compiling RxSwift Create.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/190] Compiling RxSwift CurrentThreadScheduler.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/190] 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 | ///
[26/190] 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 | ///
[27/190] 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 | ///
[28/190] 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 | ///
[29/190] 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 | ///
[30/190] 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 | ///
[31/190] 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 | ///
[32/190] 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 | ///
[33/190] 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 | ///
[34/190] 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 | ///
[35/190] 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 | ///
[36/190] 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 | ///
[37/190] 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 | ///
[38/190] 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 | ///
[39/190] 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 | ///
[40/190] 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 | ///
[41/190] 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 | ///
[42/190] 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 | ///
[43/190] 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 | ///
[44/190] 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 | ///
[45/190] 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 | ///
[46/190] 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 | ///
[47/190] 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 | ///
BUILD FAILURE 6.1 macosSpm