The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WWLog, reference 1.1.1 (6c4f8a), with Swift 6.0 for macOS (SPM) on 20 Mar 2026 11:03:35 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: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/William-Weng/WWLog
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at 6c4f8ae - Swift 5.7 / iOS 15 / 增加文字顏色的設定值 / 加上圓角 / 使用Task
Cloned https://github.com/William-Weng/WWLog.git
Revision (git rev-parse @):
6c4f8ae633ac20bcf14adf6d5cecfe742768fc28
SUCCESS checkout https://github.com/William-Weng/WWLog.git at 1.1.1
========================================
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] Write sources
[1/7] Copying clearn.png
[1/7] Copying zoom.png
[3/7] Copying copy.png
[4/7] Copying Main.storyboard
[5/7] Copying Privacy
[6/7] Write swift-version-5BDAB9E9C0126B9D.txt
[8/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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/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)
[10/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)
[11/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)
[12/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)
[13/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)
BUILD FAILURE 6.0 macosSpm