Build Information
Successful build of ViewController, reference 0.3.1 (3699ad), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 00:39:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ZeeZide/ViewController.git
Reference: 0.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ZeeZide/ViewController
* tag 0.3.1 -> FETCH_HEAD
HEAD is now at 3699adc Merge branch 'develop'
Cloned https://github.com/ZeeZide/ViewController.git
Revision (git rev-parse @):
3699adc0af6be289a78e56546d1dd41c2194275b
SUCCESS checkout https://github.com/ZeeZide/ViewController.git at 0.3.1
========================================
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": "viewcontroller",
"name": "ViewController",
"url": "https://github.com/ZeeZide/ViewController.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ViewController",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ZeeZide/ViewController.git
[1/270] Fetching viewcontroller
Fetched https://github.com/ZeeZide/ViewController.git from cache (0.72s)
Creating working copy for https://github.com/ZeeZide/ViewController.git
Working copy of https://github.com/ZeeZide/ViewController.git resolved at 0.3.1 (3699adc)
warning: '.resolve-product-dependencies': dependency 'viewcontroller' 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/ZeeZide/ViewController.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/29] Emitting module ViewController
[4/31] Compiling ViewController ViewControllerEnvironment.swift
[5/31] Compiling ViewController ViewControllerView.swift
[6/31] Compiling ViewController PresentationMode.swift
[7/31] Compiling ViewController ViewControllerPresentation.swift
[8/31] Compiling ViewController ReExports.swift
[9/31] Compiling ViewController Subscriptions.swift
[10/31] Compiling ViewController Title.swift
[11/31] Compiling ViewController TypeErasure.swift
[12/31] Compiling ViewController ViewControllerStorage.swift
[13/31] Compiling ViewController _ViewController.swift
[14/31] Compiling ViewController RenderContentView.swift
[15/31] Compiling ViewController ViewController.swift
[16/31] Compiling ViewController Containment.swift
[17/31] Compiling ViewController ContentView.swift
[18/31] Compiling ViewController DefaultDescription.swift
[19/31] Compiling ViewController RepresentedObject.swift
[20/31] Compiling ViewController DebugOverlay.swift
[21/31] Compiling ViewController HierarchyView.swift
[22/31] Compiling ViewController TypeMismatchInfoView.swift
[23/31] Compiling ViewController PushLink.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewController/NavigationLink/PushLink.swift:344:10: warning: function call causes an infinite recursion
342 | assert(VC.ContentView.self != DefaultViewControllerView.self,
343 | "Attempt to use ContentView based Push w/ VC w/o ContentView")
344 | self.init(title, to: viewController())
| `- warning: function call causes an infinite recursion
345 | }
346 |
[24/31] Compiling ViewController AutoPresentation.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewController/NavigationLink/PushLink.swift:344:10: warning: function call causes an infinite recursion
342 | assert(VC.ContentView.self != DefaultViewControllerView.self,
343 | "Attempt to use ContentView based Push w/ VC w/o ContentView")
344 | self.init(title, to: viewController())
| `- warning: function call causes an infinite recursion
345 | }
346 |
[25/31] Compiling ViewController Presentation.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewController/NavigationLink/PushLink.swift:344:10: warning: function call causes an infinite recursion
342 | assert(VC.ContentView.self != DefaultViewControllerView.self,
343 | "Attempt to use ContentView based Push w/ VC w/o ContentView")
344 | self.init(title, to: viewController())
| `- warning: function call causes an infinite recursion
345 | }
346 |
[26/31] Compiling ViewController ViewControllerInfo.swift
[27/31] Compiling ViewController Logger.swift
[28/31] Compiling ViewController MainViewController.swift
[29/31] Compiling ViewController AnyViewController.swift
[30/31] Compiling ViewController NavigationController.swift
[31/31] Compiling ViewController DebugMode.swift
Build complete! (9.24s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ViewController",
"name" : "ViewController",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "ViewController",
"targets" : [
"ViewController"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ViewController",
"module_type" : "SwiftTarget",
"name" : "ViewController",
"path" : "Sources/ViewController",
"product_memberships" : [
"ViewController"
],
"sources" : [
"AnyViewController.swift",
"ContainerViewControllers/NavigationController.swift",
"Debugging/DebugMode.swift",
"Debugging/DebugOverlay.swift",
"Debugging/HierarchyView.swift",
"Debugging/TypeMismatchInfoView.swift",
"Debugging/ViewControllerInfo.swift",
"Logger.swift",
"MainViewController.swift",
"NavigationLink/PushLink.swift",
"Presentations/AutoPresentation.swift",
"Presentations/Presentation.swift",
"Presentations/PresentationMode.swift",
"Presentations/ViewControllerPresentation.swift",
"ReExports.swift",
"RenderContentView.swift",
"ViewController.swift",
"ViewController/Containment.swift",
"ViewController/ContentView.swift",
"ViewController/DefaultDescription.swift",
"ViewController/RepresentedObject.swift",
"ViewController/Subscriptions.swift",
"ViewController/Title.swift",
"ViewController/TypeErasure.swift",
"ViewController/ViewControllerStorage.swift",
"ViewController/_ViewController.swift",
"ViewControllerEnvironment.swift",
"ViewControllerView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.