The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ViewController, reference develop (526dbb), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 00:38:56 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ZeeZide/ViewController.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ZeeZide/ViewController
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 526dbb0 Add support for VC specific loglevel
Cloned https://github.com/ZeeZide/ViewController.git
Revision (git rev-parse @):
526dbb0a929fc73518b87a4e3d354dac8d074044
SUCCESS checkout https://github.com/ZeeZide/ViewController.git at develop
========================================
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.77s)
Creating working copy for https://github.com/ZeeZide/ViewController.git
Working copy of https://github.com/ZeeZide/ViewController.git resolved at develop (526dbb0)
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 ContentView.swift
[7/31] Compiling ViewController DefaultDescription.swift
[8/31] Compiling ViewController RepresentedObject.swift
[9/31] Compiling ViewController DebugOverlay.swift
[10/31] Compiling ViewController HierarchyView.swift
[11/31] Compiling ViewController TypeMismatchInfoView.swift
[12/31] Compiling ViewController PresentationMode.swift
[13/31] Compiling ViewController ViewControllerPresentation.swift
[14/31] Compiling ViewController ReExports.swift
[15/31] Compiling ViewController Subscriptions.swift
[16/31] Compiling ViewController Title.swift
[17/31] Compiling ViewController TypeErasure.swift
[18/31] Compiling ViewController ViewControllerStorage.swift
[19/31] Compiling ViewController _ViewController.swift
[20/31] Compiling ViewController RenderContentView.swift
[21/31] Compiling ViewController ViewController.swift
[22/31] Compiling ViewController Containment.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.52s)
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.