Build Information
Failed to build LeakedViewControllerDetector, reference main (1742cf), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 17:42:28 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Janneman84/LeakedViewControllerDetector.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Janneman84/LeakedViewControllerDetector
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1742cf4 Update README.md
Cloned https://github.com/Janneman84/LeakedViewControllerDetector.git
Revision (git rev-parse @):
1742cf43071e2f15c8fa13f9b6ea554a3b583977
SUCCESS checkout https://github.com/Janneman84/LeakedViewControllerDetector.git at main
========================================
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