Build Information
Successful build of napkin, reference 0.0.30 (2f1ff9), with Swift 6.0 for macOS (SPM) on 19 Mar 2026 23:09:10 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/WikipediaBrown/napkin.git
Reference: 0.0.30
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/WikipediaBrown/napkin
* tag 0.0.30 -> FETCH_HEAD
HEAD is now at 2f1ff96 Add nonisolated override to router init in templates and example
Cloned https://github.com/WikipediaBrown/napkin.git
Revision (git rev-parse @):
2f1ff96f79999bc34b022ef752cddcf3927480f3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/WikipediaBrown/napkin.git at 0.0.30
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/WikipediaBrown/napkin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/14] Compiling napkin Component.swift
[4/14] Compiling napkin Dependency.swift
[5/14] Compiling napkin MultiStageComponentizedBuilder.swift
[6/15] Compiling napkin Presenter.swift
[7/15] Compiling napkin PresentableInteractor.swift
[8/15] Compiling napkin ViewableRouter.swift
[9/15] Compiling napkin Router.swift
[10/15] Compiling napkin ViewControllable.swift
[11/15] Compiling napkin Interactor.swift
[12/15] Compiling napkin Builder.swift
[13/15] Compiling napkin ComponentizedBuilder.swift
[14/15] Emitting module napkin
[15/15] Compiling napkin LaunchRouter.swift
Build complete! (7.55s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "napkin",
"name" : "napkin",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "napkin",
"targets" : [
"napkin"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "napkinTests",
"module_type" : "SwiftTarget",
"name" : "napkinTests",
"path" : "Tests/napkinTests",
"sources" : [
"BuilderTests.swift",
"ComponentTests.swift",
"ComponentizedBuilderTests.swift",
"InteractorTests.swift",
"LaunchRouterTests.swift",
"MultiStageComponentizedBuilderTests.swift",
"PresentableInteractorTests.swift",
"PresenterTests.swift",
"RouterTests.swift",
"ViewControllableTests.swift",
"ViewableRouterTests.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",
"MultiStageComponentizedBuilder.swift",
"PresentableInteractor.swift",
"Presenter.swift",
"Router.swift",
"ViewControllable.swift",
"ViewableRouter.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.