Build Information
Failed to build XCoordinator, reference master (fc4fd2
), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 07:39:31 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52393] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.55s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.2.0 (0.59s)
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 (4.06s)
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.71s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.8.0 (0.44s)
Creating working copy for https://github.com/QuickBirdEng/XCoordinator.git
Working copy of https://github.com/QuickBirdEng/XCoordinator.git resolved at master (fc4fd2d)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.8.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.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/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 | ///
[8/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 | ///
[9/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 | ///
[10/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 | ///
[11/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 | ///
[12/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 | ///
[13/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 | ///
[14/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 | ///
[15/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 | ///
[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 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 | ///
[21/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 | ///
[22/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 | ///
[23/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 | ///
[24/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 | ///
[25/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 | ///
[26/194] 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 | ///
[27/194] 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 | ///
[28/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 | ///
[29/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 | ///
[30/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 | ///
[31/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 | ///
[32/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 | ///
[33/194] 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 | ///
[34/194] 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 | ///
[35/194] 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 | ///
[36/194] 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 | ///
[37/194] 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 | ///
[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 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 | ///
[43/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 | ///
[44/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 | ///
[45/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 | ///
[46/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 | ///
[47/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 | ///
[48/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 | ///
[49/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 | ///
[50/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 | ///
[51/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 | ///
BUILD FAILURE 6.0 macosSpm