Build Information
Failed to build AppleDarthVader, reference main (6c864f), with Swift 6.2 for macOS (SPM) on 10 Jan 2026 17:42:08 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Swift-Package/AppleDarthVader.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Swift-Package/AppleDarthVader
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6c864f7 更新一些扩展
Cloned https://github.com/Swift-Package/AppleDarthVader.git
Revision (git rev-parse @):
6c864f7da6fd2dfcc6e3245c82657ccd06ee2dd7
SUCCESS checkout https://github.com/Swift-Package/AppleDarthVader.git at main
Fetching https://github.com/devxoul/Then
[1/815] Fetching then
Fetched https://github.com/devxoul/Then from cache (0.85s)
Fetching https://github.com/ReactiveX/RxSwift
[1/52940] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift from cache (4.46s)
Fetching https://github.com/nicklockwood/SwiftFormat
[1/53563] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (17.50s)
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at main (7570d44)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at main (77e9fee)
Creating working copy for https://github.com/devxoul/Then
Working copy of https://github.com/devxoul/Then resolved at master (d41ef52)
========================================
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",
"dependencies": [
{
"identity": "appledarthvader",
"name": "AppleDarthVader",
"url": "https://github.com/Swift-Package/AppleDarthVader.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AppleDarthVader",
"dependencies": [
{
"identity": "then",
"name": "Then",
"url": "https://github.com/devxoul/Then",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Then",
"dependencies": [
]
},
{
"identity": "rxswift",
"name": "RxSwift",
"url": "https://github.com/ReactiveX/RxSwift",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxSwift",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Swift-Package/AppleDarthVader.git
[1/1504] Fetching appledarthvader
Fetched https://github.com/Swift-Package/AppleDarthVader.git from cache (1.41s)
Fetching https://github.com/devxoul/Then from cache
Fetched https://github.com/devxoul/Then from cache (0.46s)
Fetching https://github.com/ReactiveX/RxSwift from cache
Fetched https://github.com/ReactiveX/RxSwift from cache (0.72s)
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at main (5004a18)
Creating working copy for https://github.com/Swift-Package/AppleDarthVader.git
Working copy of https://github.com/Swift-Package/AppleDarthVader.git resolved at main (6c864f7)
Creating working copy for https://github.com/devxoul/Then
Working copy of https://github.com/devxoul/Then resolved at master (d41ef52)
warning: '.resolve-product-dependencies': dependency 'appledarthvader' is not used by any target
Found 2 product dependencies
- Then
- RxSwift
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Swift-Package/AppleDarthVader.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/38] Write sources
[3/38] Copying PrivacyInfo.xcprivacy
[7/38] Write sources
[11/38] Copying Projects.json
[12/38] Copying Info.plist
[13/38] Write swift-version-49B95AFC49DCD68C.txt
In file included from /Users/admin/builder/spi-builder-workspace/Sources/AppleDarthVaderOC/UIKitDevelop/UIColor/UIColor+HexColor.m:8:
/Users/admin/builder/spi-builder-workspace/Sources/AppleDarthVaderOC/UIKitDevelop/UIColor/UIColor+HexColor.h:8:9: fatal error: 'UIKit/UIKit.h' file not found
8 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[14/38] Compiling UIColor+HexColor.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/AppleDarthVaderOC/UIKitDevelop/UIImage/UIImage+OrientationFix.m:8:
/Users/admin/builder/spi-builder-workspace/Sources/AppleDarthVaderOC/UIKitDevelop/UIImage/UIImage+OrientationFix.h:8:9: fatal error: 'UIKit/UIKit.h' file not found
8 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[14/38] Compiling UIImage+OrientationFix.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/AppleDarthVaderOC/UIKitDevelop/UIDevice/UIDevice+Language.m:8:
/Users/admin/builder/spi-builder-workspace/Sources/AppleDarthVaderOC/UIKitDevelop/UIDevice/UIDevice+Language.h:8:9: fatal error: 'UIKit/UIKit.h' file not found
8 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[14/38] Compiling UIDevice+Language.m
[14/38] Compiling UITextField+Action.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/AppleDarthVaderOC/UIKitDevelop/UIViewController/UIViewController+NavigationExtension.m:8:
/Users/admin/builder/spi-builder-workspace/Sources/AppleDarthVaderOC/UIKitDevelop/UIViewController/UIViewController+NavigationExtension.h:8:9: fatal error: 'UIKit/UIKit.h' file not found
8 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[14/38] Compiling UIViewController+NavigationExtension.m
[14/38] Compiling NSString+QRCode.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/AppleDarthVaderOC/UIKitDevelop/UIImage/UIImage+Color.m:8:
/Users/admin/builder/spi-builder-workspace/Sources/AppleDarthVaderOC/UIKitDevelop/UIImage/UIImage+Color.h:8:9: fatal error: 'UIKit/UIKit.h' file not found
8 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[14/38] Compiling UIImage+Color.m
[14/38] Compiling PureCLibrary PureC.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/AppleDarthVaderOC/UIKitDevelop/UIButton/UIButton+Delay.m:8:
/Users/admin/builder/spi-builder-workspace/Sources/AppleDarthVaderOC/UIKitDevelop/UIButton/UIButton+Delay.h:8:9: fatal error: 'UIKit/UIKit.h' file not found
8 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
[14/38] Compiling UIButton+Delay.m
[14/38] Compiling NSString+Verification.m
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/AppleDarthVader/README.md
/Users/admin/builder/spi-builder-workspace/Sources/AppleDarthVader/Localizable.xcstrings
/Users/admin/builder/spi-builder-workspace/Sources/AppleDarthVader/Media.xcassets
/Users/admin/builder/spi-builder-workspace/Sources/AppleDarthVader/SwiftChartsDevelop/README.md
warning: 'spi-builder-workspace': found 10 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/WWDCEsoterica/WWDC26/README.md
/Users/admin/builder/spi-builder-workspace/Sources/WWDCEsoterica/WWDC25/README.md
/Users/admin/builder/spi-builder-workspace/Sources/WWDCEsoterica/WWDC24/README.md
/Users/admin/builder/spi-builder-workspace/Sources/WWDCEsoterica/WWDC21/README.md
/Users/admin/builder/spi-builder-workspace/Sources/WWDCEsoterica/WWDC23/README.md
/Users/admin/builder/spi-builder-workspace/Sources/WWDCEsoterica/SwiftLanguageEvolution/README.md
/Users/admin/builder/spi-builder-workspace/Sources/WWDCEsoterica/WWDC25/采用 Swift 并发.md
/Users/admin/builder/spi-builder-workspace/Sources/WWDCEsoterica/WWDC20/README.md
/Users/admin/builder/spi-builder-workspace/Sources/WWDCEsoterica/WWDC22/README.md
/Users/admin/builder/spi-builder-workspace/Sources/WWDCEsoterica/README.md
warning: 'spi-builder-workspace': found 14 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/ContinuousEvolution/UIKitEvolution/README.md
/Users/admin/builder/spi-builder-workspace/Sources/ContinuousEvolution/SwiftCharts/README.md
/Users/admin/builder/spi-builder-workspace/Sources/ContinuousEvolution/SwiftUIEvolution/Animations/README.md
/Users/admin/builder/spi-builder-workspace/Sources/ContinuousEvolution/SwiftUIConcept/README.md
/Users/admin/builder/spi-builder-workspace/Sources/ContinuousEvolution/SwiftUIEvolution/DrawingAndGraphics/README.md
/Users/admin/builder/spi-builder-workspace/Sources/ContinuousEvolution/ObjCio/ThinkingInSwiftUI/README.md
/Users/admin/builder/spi-builder-workspace/Sources/ContinuousEvolution/SwiftEvolution/README.md
/Users/admin/builder/spi-builder-workspace/Sources/ContinuousEvolution/SwiftUIEvolution/CustomLayut/README.md
/Users/admin/builder/spi-builder-workspace/Sources/ContinuousEvolution/CombineEvolution/README.md
/Users/admin/builder/spi-builder-workspace/Sources/ContinuousEvolution/SwiftUIEvolution/Navigation/README.md
/Users/admin/builder/spi-builder-workspace/Sources/ContinuousEvolution/README.md
/Users/admin/builder/spi-builder-workspace/Sources/ContinuousEvolution/SwiftUIBridgeUIKit/README.md
/Users/admin/builder/spi-builder-workspace/Sources/ContinuousEvolution/ConcurrencyEvolution/README.md
/Users/admin/builder/spi-builder-workspace/Sources/ContinuousEvolution/SwiftUIEvolution/LayoutModifiers/README.md
BUILD FAILURE 6.2 macosSpm