The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BoostedLifecycleMethods, reference 1.0.1 (19aea6), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 04:31:46 UTC.

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/Janneman84/BoostedLifecycleMethods.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Janneman84/BoostedLifecycleMethods
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 19aea63 Merge branch 'main' of https://github.com/Janneman84/BoostedLifecycleMethods
Cloned https://github.com/Janneman84/BoostedLifecycleMethods.git
Revision (git rev-parse @):
19aea634859f2ffd34fbe3b9e6ce9d91a4590f3d
SUCCESS checkout https://github.com/Janneman84/BoostedLifecycleMethods.git at 1.0.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": "boostedlifecyclemethods",
      "name": "BoostedLifecycleMethods",
      "url": "https://github.com/Janneman84/BoostedLifecycleMethods.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BoostedLifecycleMethods",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Janneman84/BoostedLifecycleMethods.git
[1/36] Fetching boostedlifecyclemethods
Fetched https://github.com/Janneman84/BoostedLifecycleMethods.git from cache (0.63s)
Creating working copy for https://github.com/Janneman84/BoostedLifecycleMethods.git
Working copy of https://github.com/Janneman84/BoostedLifecycleMethods.git resolved at 1.0.1 (19aea63)
warning: '.resolve-product-dependencies': dependency 'boostedlifecyclemethods' 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/Janneman84/BoostedLifecycleMethods.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Emitting module BoostedLifecycleMethods
/Users/admin/builder/spi-builder-workspace/Sources/BoostedLifecycleMethods/BoostedLifecycleMethods.swift:7:8: error: no such module 'UIKit'
  5 | //
  6 |
  7 | import UIKit
    |        `- error: no such module 'UIKit'
  8 |
  9 | public extension UIViewController {
[4/5] Compiling BoostedLifecycleMethods BoostedLifecycleMethods.swift
/Users/admin/builder/spi-builder-workspace/Sources/BoostedLifecycleMethods/BoostedLifecycleMethods.swift:7:8: error: no such module 'UIKit'
  5 | //
  6 |
  7 | import UIKit
    |        `- error: no such module 'UIKit'
  8 |
  9 | public extension UIViewController {
BUILD FAILURE 6.3 macosSpm