Build Information
Failed to build ChangelogKit, reference main (54e19f
), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 05:43:11 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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 (0.96s)
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.0
Building package at path: $PWD
https://github.com/andrealufino/ChangelogKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/6] Write sources
[1/6] Copying Localizable.strings
[2/6] Copying Info.plist
[4/6] Copying Localizable.strings
[5/6] Write swift-version--7754E27361AE5C74.txt
[7/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 |
[8/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 |
[9/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 |
[10/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 |
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 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 |
[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 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 |
BUILD FAILURE 6.0 macosSpm