Build Information
Failed to build ModernRIBs, reference main (888451
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 22:00:25 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
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DevYeom/ModernRIBs.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DevYeom/ModernRIBs
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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.74s)
Creating working copy for https://github.com/DevYeom/ModernRIBs.git
Working copy of https://github.com/DevYeom/ModernRIBs.git resolved at main (8884514)
warning: '.resolve-product-dependencies': dependency 'modernribs' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/DevYeom/ModernRIBs.git
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/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.
[4/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.
[5/21] 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.
[6/21] 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.
[7/21] 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.
[8/21] 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.
[9/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.
[10/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)
[11/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.
[12/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.
[13/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.
[14/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.
[15/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.
[16/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.
[17/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.
[18/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.
[19/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.
[20/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.
[21/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.
BUILD FAILURE 6.0 macosSpm