Build Information
Failed to build MVVMLightSwift, reference 1.0.9 (231ed4), with Swift 6.2 for macOS (SPM) on 6 Mar 2026 12:59:03 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/WebsoftProfession/MVVMLightSwift.git
Reference: 1.0.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/WebsoftProfession/MVVMLightSwift
* tag 1.0.9 -> FETCH_HEAD
HEAD is now at 231ed43 fixed swift 6.x compatibility issue
Cloned https://github.com/WebsoftProfession/MVVMLightSwift.git
Revision (git rev-parse @):
231ed43e9661860ef2a717dbe2734b073ef9f05a
SUCCESS checkout https://github.com/WebsoftProfession/MVVMLightSwift.git at 1.0.9
========================================
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": "mvvmlightswift",
"name": "MVVMLightSwift",
"url": "https://github.com/WebsoftProfession/MVVMLightSwift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MVVMLightSwift",
"dependencies": [
]
}
]
}
Fetching https://github.com/WebsoftProfession/MVVMLightSwift.git
[1/231] Fetching mvvmlightswift
Fetched https://github.com/WebsoftProfession/MVVMLightSwift.git from cache (0.80s)
Creating working copy for https://github.com/WebsoftProfession/MVVMLightSwift.git
Working copy of https://github.com/WebsoftProfession/MVVMLightSwift.git resolved at 1.0.9 (231ed43)
warning: '.resolve-product-dependencies': dependency 'mvvmlightswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/WebsoftProfession/MVVMLightSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/10] Compiling MVVMLightSwift ViewModelLocator.swift
/Users/admin/builder/spi-builder-workspace/Sources/MVVMLightSwift/BaseViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BaseViewController<T>: UIViewController, ViewModelLocatorUIKit {
[4/10] Compiling MVVMLightSwift ServiceLocator.swift
/Users/admin/builder/spi-builder-workspace/Sources/MVVMLightSwift/BaseViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BaseViewController<T>: UIViewController, ViewModelLocatorUIKit {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/10] Emitting module MVVMLightSwift
/Users/admin/builder/spi-builder-workspace/Sources/MVVMLightSwift/BaseViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BaseViewController<T>: UIViewController, ViewModelLocatorUIKit {
[6/10] Compiling MVVMLightSwift BaseVIew.swift
/Users/admin/builder/spi-builder-workspace/Sources/MVVMLightSwift/BaseViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BaseViewController<T>: UIViewController, ViewModelLocatorUIKit {
[7/10] Compiling MVVMLightSwift InstanceLocator.swift
/Users/admin/builder/spi-builder-workspace/Sources/MVVMLightSwift/BaseViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BaseViewController<T>: UIViewController, ViewModelLocatorUIKit {
[8/10] Compiling MVVMLightSwift BaseViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/MVVMLightSwift/BaseViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BaseViewController<T>: UIViewController, ViewModelLocatorUIKit {
[9/10] Compiling MVVMLightSwift BaseService.swift
/Users/admin/builder/spi-builder-workspace/Sources/MVVMLightSwift/BaseViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BaseViewController<T>: UIViewController, ViewModelLocatorUIKit {
[10/10] Compiling MVVMLightSwift BaseViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/MVVMLightSwift/BaseViewController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class BaseViewController<T>: UIViewController, ViewModelLocatorUIKit {
BUILD FAILURE 6.2 macosSpm