Build Information
Failed to build ChangelogKit, reference main (54e19f
), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 07:14:48 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
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 54e19fd Merge branch 'release/1.3.3'
Cloned https://github.com/andrealufino/ChangelogKit.git
Revision (git rev-parse @):
54e19fd72ded00d8591d4f1d8dc9a495871fca5e
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/144] Fetching changelogkit
Fetched https://github.com/andrealufino/ChangelogKit.git from cache (4.42s)
Creating working copy for https://github.com/andrealufino/ChangelogKit.git
Working copy of https://github.com/andrealufino/ChangelogKit.git resolved at main (54e19fd)
warning: '.resolve-product-dependencies': dependency 'changelogkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/andrealufino/ChangelogKit.git
https://github.com/andrealufino/ChangelogKit.git
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "ChangelogKit",
"name" : "ChangelogKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "ChangelogKit",
"targets" : [
"ChangelogKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ChangelogKitTests",
"module_type" : "SwiftTarget",
"name" : "ChangelogKitTests",
"path" : "Tests/ChangelogKitTests",
"sources" : [
"ChangelogKitTests.swift"
],
"target_dependencies" : [
"ChangelogKit"
],
"type" : "test"
},
{
"c99name" : "ChangelogKit",
"module_type" : "SwiftTarget",
"name" : "ChangelogKit",
"path" : "Sources/ChangelogKit",
"product_memberships" : [
"ChangelogKit"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/Resources/Base.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "Base"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/Resources/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/Resources/it.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "it"
}
}
}
],
"sources" : [
"Changelog.swift",
"ChangelogView.swift",
"ChangelogsCollectionProvider.swift",
"Extensions/Bundle+ChangelogKit.swift",
"Extensions/UserDefaults+ChangelogKit.swift",
"Extensions/View+ChangelogKit.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/6] Write sources
[1/6] Copying Info.plist
[1/6] Copying Localizable.strings
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/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 |
[8/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 |
[9/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 |
[10/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)
[11/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 |
[12/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 |
[13/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 |
[14/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 |
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/9] 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 |
[3/9] 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 |
[4/9] 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 |
[5/9] 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 |
[6/9] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/9] 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 |
[8/9] 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 |
[9/9] 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 |
BUILD FAILURE 6.1 macosSpm