Build Information
Failed to build ModernRIBs, reference 1.0.2 (888451
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 08:29:54 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/DevYeom/ModernRIBs.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DevYeom/ModernRIBs
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at 8884514 Update version
Cloned https://github.com/DevYeom/ModernRIBs.git
Revision (git rev-parse @):
8884514a2b98e98dd381f941054a5cbb275eaaf2
SUCCESS checkout https://github.com/DevYeom/ModernRIBs.git at 1.0.2
========================================
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": "modernribs",
"name": "ModernRIBs",
"url": "https://github.com/DevYeom/ModernRIBs.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ModernRIBs",
"dependencies": [
]
}
]
}
Fetching https://github.com/DevYeom/ModernRIBs.git
[4/373] Fetching modernribs
Fetched https://github.com/DevYeom/ModernRIBs.git from cache (0.71s)
Creating working copy for https://github.com/DevYeom/ModernRIBs.git
Working copy of https://github.com/DevYeom/ModernRIBs.git resolved at 1.0.2 (8884514)
warning: '.resolve-product-dependencies': dependency 'modernribs' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/DevYeom/ModernRIBs.git
https://github.com/DevYeom/ModernRIBs.git
{
"dependencies" : [
],
"manifest_display_name" : "ModernRIBs",
"name" : "ModernRIBs",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ModernRIBs",
"targets" : [
"ModernRIBs"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ModernRIBsTests",
"module_type" : "SwiftTarget",
"name" : "ModernRIBsTests",
"path" : "ModernRIBsTests",
"sources" : [
"DI/ComponentTests.swift",
"Extensions/Foundation+ExtensionsTests.swift",
"LaunchRouterTests.swift",
"Mocks.swift",
"RouterTests.swift",
"Worker/WorkerTests.swift",
"Workflow/WorkflowTests.swift"
],
"target_dependencies" : [
"ModernRIBs"
],
"type" : "test"
},
{
"c99name" : "ModernRIBs",
"module_type" : "SwiftTarget",
"name" : "ModernRIBs",
"path" : "ModernRIBs",
"product_memberships" : [
"ModernRIBs"
],
"sources" : [
"Classes/Builder.swift",
"Classes/ComponentizedBuilder.swift",
"Classes/DI/Component.swift",
"Classes/DI/Dependency.swift",
"Classes/Extensions/Combine+Extensions.swift",
"Classes/Extensions/Foundation+Extensions.swift",
"Classes/Interactor.swift",
"Classes/LaunchRouter.swift",
"Classes/LeakDetector/Executor.swift",
"Classes/LeakDetector/LeakDetector.swift",
"Classes/MultiStageComponentizedBuilder.swift",
"Classes/PresentableInteractor.swift",
"Classes/Presenter.swift",
"Classes/Router.swift",
"Classes/ViewControllable.swift",
"Classes/ViewableRouter.swift",
"Classes/Worker/Worker.swift",
"Classes/Workflow/Workflow.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/20] Compiling ModernRIBs Presenter.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[4/20] Compiling ModernRIBs Router.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[5/20] Compiling ModernRIBs Worker.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[6/20] Compiling ModernRIBs ViewControllable.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[7/20] Compiling ModernRIBs ViewableRouter.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[8/21] Compiling ModernRIBs Executor.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[9/21] Compiling ModernRIBs LeakDetector.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[10/21] Compiling ModernRIBs Interactor.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[11/21] Compiling ModernRIBs LaunchRouter.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[12/21] Compiling ModernRIBs MultiStageComponentizedBuilder.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[13/21] Compiling ModernRIBs PresentableInteractor.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/21] Emitting module ModernRIBs
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[15/21] Compiling ModernRIBs Builder.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[16/21] Compiling ModernRIBs ComponentizedBuilder.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[17/21] Compiling ModernRIBs Combine+Extensions.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[18/21] Compiling ModernRIBs Foundation+Extensions.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[19/21] Compiling ModernRIBs Component.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[20/21] Compiling ModernRIBs Dependency.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[21/21] Compiling ModernRIBs Workflow.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
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
[2/19] Compiling ModernRIBs ViewControllable.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[3/19] Compiling ModernRIBs ViewableRouter.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[4/20] Compiling ModernRIBs Worker.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/20] Emitting module ModernRIBs
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[6/20] Compiling ModernRIBs Presenter.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[7/20] Compiling ModernRIBs Router.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[8/20] Compiling ModernRIBs Component.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[9/20] Compiling ModernRIBs Dependency.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[10/20] Compiling ModernRIBs Executor.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[11/20] Compiling ModernRIBs LeakDetector.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[12/20] Compiling ModernRIBs MultiStageComponentizedBuilder.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[13/20] Compiling ModernRIBs PresentableInteractor.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[14/20] Compiling ModernRIBs Builder.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[15/20] Compiling ModernRIBs ComponentizedBuilder.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[16/20] Compiling ModernRIBs Interactor.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[17/20] Compiling ModernRIBs LaunchRouter.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[18/20] Compiling ModernRIBs Combine+Extensions.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[19/20] Compiling ModernRIBs Foundation+Extensions.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
[20/20] Compiling ModernRIBs Workflow.swift
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import Combine
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 | /// Protocol defining the activeness of an interactor's scope.
BUILD FAILURE 6.1 macosSpm