The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ModernRIBs, reference 1.0.2 (888451), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 11:45:18 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/DevYeom/ModernRIBs.git
[1/373] Fetching modernribs
Fetched https://github.com/DevYeom/ModernRIBs.git from cache (0.76s)
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.3
Building package at path:  $PWD
https://github.com/DevYeom/ModernRIBs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.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/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.
[5/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.
[6/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.
[7/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.
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 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.
[10/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.
[11/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.
[12/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.
[13/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.
[14/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.
[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 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.
[18/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.
[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.3 macosSpm