The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ModernRIBs, reference 1.0.2 (888451), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 22:50:55 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/DevYeom/ModernRIBs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.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 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.
[5/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.
[6/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.
[7/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/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.
[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.
[11/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.
[12/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.
[13/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.
[14/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.
[15/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.
[16/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.
[17/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.
[18/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.
[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.
BUILD FAILURE 6.2 macosSpm