Build Information
Failed to build UIPilot, reference 2.0.2 (33b812
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 19:58:31 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/canopas/UIPilot.git
Reference: 2.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/canopas/UIPilot
* tag 2.0.2 -> FETCH_HEAD
HEAD is now at 33b8123 Merge pull request #36 from canopas/fix-multiple-pop-issue
Cloned https://github.com/canopas/UIPilot.git
Revision (git rev-parse @):
33b8123dd1e68d861d0cfce27879d5ff1755fd21
SUCCESS checkout https://github.com/canopas/UIPilot.git at 2.0.2
========================================
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": "uipilot",
"name": "UIPilot",
"url": "https://github.com/canopas/UIPilot.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UIPilot",
"dependencies": [
]
}
]
}
Fetching https://github.com/canopas/UIPilot.git
[1/590] Fetching uipilot
Fetched https://github.com/canopas/UIPilot.git from cache (1.17s)
Creating working copy for https://github.com/canopas/UIPilot.git
Working copy of https://github.com/canopas/UIPilot.git resolved at 2.0.2 (33b8123)
warning: '.resolve-product-dependencies': dependency 'uipilot' 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/canopas/UIPilot.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Emitting module UIPilot
/Users/admin/builder/spi-builder-workspace/Sources/UIPilot/UIPilot.swift:3:8: error: no such module 'UIKit'
1 | import SwiftUI
2 | import Combine
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | public class UIPilot<T: Equatable>: ObservableObject {
[4/6] Compiling UIPilot DebugLog.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIPilot/UIPilot.swift:3:8: error: no such module 'UIKit'
1 | import SwiftUI
2 | import Combine
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | public class UIPilot<T: Equatable>: ObservableObject {
[5/6] Compiling UIPilot UIPilot.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIPilot/UIPilot.swift:3:8: error: no such module 'UIKit'
1 | import SwiftUI
2 | import Combine
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | public class UIPilot<T: Equatable>: ObservableObject {
[6/6] Compiling UIPilot EmptyLog.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIPilot/UIPilot.swift:3:8: error: no such module 'UIKit'
1 | import SwiftUI
2 | import Combine
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | public class UIPilot<T: Equatable>: ObservableObject {
BUILD FAILURE 6.0 macosSpm