The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WWLog, reference main (8275b4), with Swift 6.0 for macOS (SPM) on 20 Mar 2026 11:00:41 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/William-Weng/WWLog.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/William-Weng/WWLog
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8275b43 - update ReadMe
Cloned https://github.com/William-Weng/WWLog.git
Revision (git rev-parse @):
8275b43581f16b122e1e6b6d5892e69cfefda457
SUCCESS checkout https://github.com/William-Weng/WWLog.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/William-Weng/WWLog.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Copying zoom.png
[0/7] Write sources
[1/7] Copying copy.png
[3/7] Copying clearn.png
[3/7] Copying Main.storyboard
[5/7] Copying Privacy
[6/7] Write swift-version-5BDAB9E9C0126B9D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/13] Emitting module WWLog
/Users/admin/builder/spi-builder-workspace/Sources/WWLog/Utility/Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - UIStoryboard (static function)
[9/13] Compiling WWLog WWLog.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWLog/Utility/Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - UIStoryboard (static function)
[10/13] Compiling WWLog Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWLog/Utility/Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - UIStoryboard (static function)
[11/13] Compiling WWLog LogWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWLog/Utility/Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - UIStoryboard (static function)
[12/13] Compiling WWLog resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWLog/Utility/Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - UIStoryboard (static function)
[13/13] Compiling WWLog LogViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWLog/Utility/Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - UIStoryboard (static function)
BUILD FAILURE 6.0 macosSpm