Build Information
Failed to build ChangelogKit, reference main (4b3f5e), with Swift 6.2 for macOS (SPM) on 9 Apr 2026 22:31:22 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/andrealufino/ChangelogKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/andrealufino/ChangelogKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4b3f5ed Add VoiceOver accessibility support to ChangelogView
Cloned https://github.com/andrealufino/ChangelogKit.git
Revision (git rev-parse @):
4b3f5ed7886964b2872991e5844e7439b78e0d28
SUCCESS checkout https://github.com/andrealufino/ChangelogKit.git at main
========================================
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": "changelogkit",
"name": "ChangelogKit",
"url": "https://github.com/andrealufino/ChangelogKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ChangelogKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/andrealufino/ChangelogKit.git
[1/188] Fetching changelogkit
Fetched https://github.com/andrealufino/ChangelogKit.git from cache (0.90s)
Creating working copy for https://github.com/andrealufino/ChangelogKit.git
Working copy of https://github.com/andrealufino/ChangelogKit.git resolved at main (4b3f5ed)
warning: '.resolve-product-dependencies': dependency 'changelogkit' 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/andrealufino/ChangelogKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Copying Localizable.strings
[3/6] Copying Info.plist
[3/6] Copying Localizable.strings
[5/6] Write swift-version-49B95AFC49DCD68C.txt
[7/14] Compiling ChangelogKit UserDefaults+ChangelogKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
7 |
8 | import SwiftUI
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[8/14] Compiling ChangelogKit Bundle+ChangelogKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
7 |
8 | import SwiftUI
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[9/14] Compiling ChangelogKit ChangelogsCollectionProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
7 |
8 | import SwiftUI
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[10/14] Compiling ChangelogKit resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
7 |
8 | import SwiftUI
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[11/14] Compiling ChangelogKit View+ChangelogKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
7 |
8 | import SwiftUI
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/14] Emitting module ChangelogKit
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
7 |
8 | import SwiftUI
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[13/14] Compiling ChangelogKit ChangelogView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
7 |
8 | import SwiftUI
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[14/14] Compiling ChangelogKit Changelog.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
7 |
8 | import SwiftUI
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
BUILD FAILURE 6.2 macosSpm