The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LeakedViewControllerDetector, reference 1.3.0 (4fb9fa), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 17:42:17 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Janneman84/LeakedViewControllerDetector.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Janneman84/LeakedViewControllerDetector
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 4fb9fab Update README.md
Cloned https://github.com/Janneman84/LeakedViewControllerDetector.git
Revision (git rev-parse @):
4fb9faba1488839b14bb238ed819fc3202c83e9c
SUCCESS checkout https://github.com/Janneman84/LeakedViewControllerDetector.git at 1.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Janneman84/LeakedViewControllerDetector.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module LeakedViewControllerDetector
/Users/admin/builder/spi-builder-workspace/Sources/LeakedViewControllerDetector/LeakedViewControllerDetector.swift:7:8: error: no such module 'UIKit'
  5 | //
  6 |
  7 | import UIKit
    |        `- error: no such module 'UIKit'
  8 |
  9 | /**
[4/4] Compiling LeakedViewControllerDetector LeakedViewControllerDetector.swift
/Users/admin/builder/spi-builder-workspace/Sources/LeakedViewControllerDetector/LeakedViewControllerDetector.swift:7:8: error: no such module 'UIKit'
  5 | //
  6 |
  7 | import UIKit
    |        `- error: no such module 'UIKit'
  8 |
  9 | /**
BUILD FAILURE 6.2 macosSpm