Build Information
Failed to build napkin, reference 0.0.9 (b706be
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 02:46:11 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/WikipediaBrown/napkin.git
Reference: 0.0.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/WikipediaBrown/napkin
* tag 0.0.9 -> FETCH_HEAD
HEAD is now at b706be7 added defaults
Cloned https://github.com/WikipediaBrown/napkin.git
Revision (git rev-parse @):
b706be776d921ac5c675d52db9b50c8399301a29
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/WikipediaBrown/napkin.git at 0.0.9
========================================
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": "napkin",
"name": "napkin",
"url": "https://github.com/WikipediaBrown/napkin.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/napkin",
"dependencies": [
]
}
]
}
Fetching https://github.com/WikipediaBrown/napkin.git
[1/662] Fetching napkin
Fetched https://github.com/WikipediaBrown/napkin.git from cache (0.93s)
Creating working copy for https://github.com/WikipediaBrown/napkin.git
Working copy of https://github.com/WikipediaBrown/napkin.git resolved at 0.0.9 (b706be7)
warning: '.resolve-product-dependencies': dependency 'napkin' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/WikipediaBrown/napkin.git
https://github.com/WikipediaBrown/napkin.git
{
"dependencies" : [
],
"manifest_display_name" : "napkin",
"name" : "napkin",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "napkin",
"targets" : [
"napkin"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "napkinTests",
"module_type" : "SwiftTarget",
"name" : "napkinTests",
"path" : "Tests/napkinTests",
"sources" : [
"XCTestManifests.swift",
"napkinTests.swift"
],
"target_dependencies" : [
"napkin"
],
"type" : "test"
},
{
"c99name" : "napkin",
"module_type" : "SwiftTarget",
"name" : "napkin",
"path" : "Sources/napkin",
"product_memberships" : [
"napkin"
],
"sources" : [
"Builder.swift",
"ComponentizedBuilder.swift",
"DI/Component.swift",
"DI/Dependency.swift",
"Interactor.swift",
"LaunchRouter.swift",
"LeakDetection/Executor.swift",
"LeakDetection/LeakDetector.swift",
"MultiStageComponentizedBuilder.swift",
"PresentableInteractor.swift",
"Presenter.swift",
"Router.swift",
"ViewControllable.swift",
"ViewableRouter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/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.
[4/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.
[5/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.
[6/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.
[7/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.
[8/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.
[9/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.
[10/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/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.
[12/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.
[13/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.
[14/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.
[15/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.
[16/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.
[17/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.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/15] 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.
[3/16] 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.
[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/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/16] 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.
[7/16] 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/16] 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/16] 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.
[10/16] 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.
[11/16] 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.
[12/16] 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.
[13/16] 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.
[14/16] 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.
[15/16] 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.
[16/16] 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.1 macosSpm