This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ModernRIBs with Swift 6.0 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/DevYeom/ModernRIBs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a 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-6F35C1178C84523A.txt
[3/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.
[4/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.
[5/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.
[6/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.
[7/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.
[8/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/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.
[10/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.
[11/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.
[12/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.
[13/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.
[14/21] 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.
[15/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.
[16/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.
[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 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.
[20/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.
[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.0 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.