The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build napkin, reference develop (5c307e), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 19:03:10 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/WikipediaBrown/napkin.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/WikipediaBrown/napkin
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 5c307e6 Main (#62)
Cloned https://github.com/WikipediaBrown/napkin.git
Revision (git rev-parse @):
5c307e625e6cc4a9d5ca0baa20032454f10699c4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/WikipediaBrown/napkin.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/WikipediaBrown/napkin.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/16] Compiling napkin Router.swift
/Users/admin/builder/spi-builder-workspace/Sources/napkin/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/16] Compiling napkin ViewControllable.swift
/Users/admin/builder/spi-builder-workspace/Sources/napkin/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/17] Compiling napkin PresentableInteractor.swift
/Users/admin/builder/spi-builder-workspace/Sources/napkin/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/17] Compiling napkin MultiStageComponentizedBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/napkin/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/17] Compiling napkin Interactor.swift
/Users/admin/builder/spi-builder-workspace/Sources/napkin/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/17] Compiling napkin LaunchRouter.swift
/Users/admin/builder/spi-builder-workspace/Sources/napkin/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/17] Compiling napkin Presenter.swift
/Users/admin/builder/spi-builder-workspace/Sources/napkin/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)
[10/17] Emitting module napkin
/Users/admin/builder/spi-builder-workspace/Sources/napkin/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/17] Compiling napkin Executor.swift
/Users/admin/builder/spi-builder-workspace/Sources/napkin/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/17] Compiling napkin LeakDetector.swift
/Users/admin/builder/spi-builder-workspace/Sources/napkin/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/17] Compiling napkin Component.swift
/Users/admin/builder/spi-builder-workspace/Sources/napkin/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/17] Compiling napkin Dependency.swift
/Users/admin/builder/spi-builder-workspace/Sources/napkin/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/17] Compiling napkin Builder.swift
/Users/admin/builder/spi-builder-workspace/Sources/napkin/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/17] Compiling napkin ComponentizedBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/napkin/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/17] Compiling napkin ViewableRouter.swift
/Users/admin/builder/spi-builder-workspace/Sources/napkin/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