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 master (fc4fd2), with Swift 6.1 for Linux on 27 Apr 2025 10:11:31 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/QuickBirdEng/XCoordinator.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/QuickBirdEng/XCoordinator
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fc4fd2d Set podspec version to 2.2.1
Cloned https://github.com/QuickBirdEng/XCoordinator.git
Revision (git rev-parse @):
fc4fd2d4e5718ea7579bd9022d93af7edecd7b52
SUCCESS checkout https://github.com/QuickBirdEng/XCoordinator.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/QuickBirdEng/XCoordinator.git
https://github.com/QuickBirdEng/XCoordinator.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52683] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (5.35s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (7.33s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
Building for debugging...
[0/6] Write sources
[0/6] Copying PrivacyInfo.xcprivacy
[4/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/191] Compiling RxSwift First.swift
/host/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/191] Compiling RxSwift Generate.swift
/host/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/191] Compiling RxSwift GroupBy.swift
/host/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/191] Compiling RxSwift GroupedObservable.swift
/host/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/191] Compiling RxSwift HistoricalScheduler.swift
/host/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/196] Compiling RxSwift Catch.swift
/host/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/196] Compiling RxSwift CombineLatest+Collection.swift
/host/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/196] Compiling RxSwift CombineLatest+arity.swift
/host/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/196] Compiling RxSwift DispatchQueueConfiguration.swift
/host/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/196] Compiling RxSwift Disposable.swift
/host/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/196] Compiling RxSwift BehaviorSubject.swift
/host/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/196] Compiling RxSwift BinaryDisposable.swift
/host/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/196] Compiling RxSwift Binder.swift
/host/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/196] Compiling RxSwift BooleanDisposable.swift
/host/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/196] Compiling RxSwift Buffer.swift
/host/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/196] Compiling RxSwift Cancelable.swift
/host/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/196] Compiling RxSwift Disposables.swift
/host/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/196] Compiling RxSwift DisposeBag.swift
/host/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/196] Compiling RxSwift DisposeBase.swift
/host/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/196] Compiling RxSwift DistinctUntilChanged.swift
/host/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/196] Compiling RxSwift Do.swift
/host/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/196] Compiling RxSwift ElementAt.swift
/host/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 | ///
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/196] Emitting module XCoordinator
/host/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/196] Compiling RxSwift AsSingle.swift
/host/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/196] Compiling RxSwift AsyncLock.swift
/host/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/196] Compiling RxSwift AsyncSubject.swift
/host/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/196] Compiling RxSwift AtomicInt.swift
/host/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/196] Compiling RxSwift Bag+Rx.swift
/host/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/196] Compiling RxSwift Bag.swift
/host/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/196] Compiling RxSwift AddRef.swift
/host/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/196] Compiling RxSwift Amb.swift
/host/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/196] Compiling RxSwift AnonymousDisposable.swift
/host/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/196] Compiling RxSwift AnonymousObserver.swift
/host/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/196] Compiling RxSwift AnyObserver.swift
/host/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/196] Compiling RxSwift AsMaybe.swift
/host/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/196] Compiling XCoordinator UnownedErased+Router.swift
/host/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/196] Compiling XCoordinator UnownedErased.swift
/host/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/196] Compiling XCoordinator ViewCoordinator.swift
/host/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/196] Compiling XCoordinator WeakErased+Router.swift
/host/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/196] Compiling XCoordinator WeakErased.swift
/host/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/196] Emitting module RxSwift
[48/196] Compiling RxSwift Producer.swift
[49/196] Compiling RxSwift PublishSubject.swift
[50/196] Compiling RxSwift Queue.swift
[51/196] Compiling RxSwift Range.swift
[52/196] Compiling RxSwift Reactive.swift
[53/196] Compiling RxSwift RecursiveLock.swift
[54/196] Compiling RxSwift RecursiveScheduler.swift
[55/196] Compiling RxSwift Reduce.swift
[56/196] Compiling RxSwift RefCountDisposable.swift
[57/196] Compiling RxSwift Repeat.swift
[58/196] Compiling RxSwift ReplaySubject.swift
[59/196] Compiling RxSwift RetryWhen.swift
[60/196] Compiling RxSwift Rx.swift
[61/196] Compiling RxSwift RxMutableBox.swift
[62/196] Compiling RxSwift Sample.swift
[63/196] Compiling RxSwift Scan.swift
[64/196] Compiling RxSwift ScheduledDisposable.swift
[65/196] Compiling RxSwift ScheduledItem.swift
[66/196] Compiling RxSwift ScheduledItemType.swift
[67/196] Compiling RxSwift SchedulerServices+Emulation.swift
[68/216] Compiling RxSwift Empty.swift
/host/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 | ///
[69/216] Compiling RxSwift Enumerated.swift
/host/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 | ///
[70/216] Compiling RxSwift Error.swift
/host/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 | ///
[71/216] Compiling RxSwift Errors.swift
/host/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 | ///
[72/216] Compiling RxSwift Event.swift
/host/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 | ///
[73/216] Compiling RxSwift Filter.swift
/host/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 | ///
[74/216] Compiling RxSwift SchedulerType.swift
[75/216] Compiling RxSwift Sequence.swift
[76/216] Compiling RxSwift SerialDispatchQueueScheduler.swift
[77/216] Compiling RxSwift SerialDisposable.swift
[78/216] Compiling RxSwift ShareReplayScope.swift
[79/216] Compiling RxSwift Single.swift
[80/216] Compiling RxSwift SingleAssignmentDisposable.swift
[81/216] Compiling RxSwift SingleAsync.swift
[82/216] Compiling RxSwift Sink.swift
[83/216] Compiling RxSwift Skip.swift
[84/216] Compiling RxSwift SkipUntil.swift
[85/216] Compiling RxSwift SkipWhile.swift
[86/216] Compiling RxSwift StartWith.swift
[87/216] Compiling RxSwift SubjectType.swift
[88/216] Compiling RxSwift SubscribeOn.swift
[89/216] Compiling RxSwift SubscriptionDisposable.swift
[90/216] Compiling RxSwift SwiftSupport.swift
[91/216] Compiling RxSwift Switch.swift
[92/216] Compiling RxSwift SwitchIfEmpty.swift
[93/216] Compiling RxSwift SynchronizedDisposeType.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/186] Emitting module XCoordinator
/host/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/186] Compiling RxSwift DelaySubscription.swift
/host/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/186] Compiling RxSwift Dematerialize.swift
/host/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/186] Compiling RxSwift DispatchQueue+Extensions.swift
/host/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/186] Compiling RxSwift AddRef.swift
/host/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/186] Compiling RxSwift Amb.swift
/host/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/191] Compiling RxSwift AsyncSubject.swift
/host/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/191] Compiling RxSwift AtomicInt.swift
/host/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/191] Compiling RxSwift Bag+Rx.swift
/host/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/191] Compiling RxSwift Bag.swift
/host/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/191] Compiling RxSwift BehaviorSubject.swift
/host/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/191] Compiling RxSwift BinaryDisposable.swift
/host/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/191] Compiling RxSwift Binder.swift
/host/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/191] Compiling RxSwift BooleanDisposable.swift
/host/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/191] Compiling RxSwift Buffer.swift
/host/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/191] Compiling RxSwift Cancelable.swift
/host/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/191] Compiling RxSwift Catch.swift
/host/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/191] Compiling RxSwift Debounce.swift
/host/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/191] Compiling RxSwift Debug.swift
/host/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/191] Compiling RxSwift Decode.swift
/host/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/191] Compiling RxSwift DefaultIfEmpty.swift
/host/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/191] Compiling RxSwift Deferred.swift
/host/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/191] Compiling RxSwift Delay.swift
/host/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/191] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/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/191] Compiling RxSwift ConcurrentMainScheduler.swift
/host/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/191] Compiling RxSwift ConnectableObservableType.swift
/host/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/191] Compiling RxSwift Create.swift
/host/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/191] Compiling RxSwift CurrentThreadScheduler.swift
/host/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/191] Compiling RxSwift Date+Dispatch.swift
/host/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/191] Compiling RxSwift AnonymousDisposable.swift
/host/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/191] Compiling RxSwift AnonymousObserver.swift
/host/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/191] Compiling RxSwift AnyObserver.swift
/host/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/191] Compiling RxSwift AsMaybe.swift
/host/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/191] Compiling RxSwift AsSingle.swift
/host/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/191] Compiling RxSwift AsyncLock.swift
/host/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/191] Compiling RxSwift CombineLatest.swift
/host/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/191] Compiling RxSwift CompactMap.swift
/host/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/191] Compiling RxSwift Completable+AndThen.swift
/host/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/191] Compiling RxSwift Completable.swift
/host/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/191] Compiling RxSwift CompositeDisposable.swift
/host/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/191] Compiling RxSwift Concat.swift
/host/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/191] Compiling XCoordinator UnownedErased+Router.swift
/host/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/191] Compiling XCoordinator UnownedErased.swift
/host/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/191] Compiling XCoordinator ViewCoordinator.swift
/host/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/191] Compiling XCoordinator WeakErased+Router.swift
/host/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/191] Compiling XCoordinator WeakErased.swift
/host/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 linux