Build Information
Failed to build UIImageViewAlignedSwift, reference 0.8.3 (c51914
), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 18:42:34 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sochalewski/UIImageViewAlignedSwift.git
Reference: 0.8.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sochalewski/UIImageViewAlignedSwift
* tag 0.8.3 -> FETCH_HEAD
HEAD is now at c51914c Update Package.swift and README.md
Cloned https://github.com/sochalewski/UIImageViewAlignedSwift.git
Revision (git rev-parse @):
c51914ca25aa3721da1812fa0d4d69064e778391
SUCCESS checkout https://github.com/sochalewski/UIImageViewAlignedSwift.git at 0.8.3
========================================
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": "uiimageviewalignedswift",
"name": "UIImageViewAlignedSwift",
"url": "https://github.com/sochalewski/UIImageViewAlignedSwift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UIImageViewAlignedSwift",
"dependencies": [
]
}
]
}
Fetching https://github.com/sochalewski/UIImageViewAlignedSwift.git
[1/372] Fetching uiimageviewalignedswift
Fetched https://github.com/sochalewski/UIImageViewAlignedSwift.git from cache (0.74s)
Creating working copy for https://github.com/sochalewski/UIImageViewAlignedSwift.git
Working copy of https://github.com/sochalewski/UIImageViewAlignedSwift.git resolved at 0.8.3 (c51914c)
warning: '.resolve-product-dependencies': dependency 'uiimageviewalignedswift' 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/sochalewski/UIImageViewAlignedSwift.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 -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/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/4] Emitting module UIImageViewAlignedSwift
/Users/admin/builder/spi-builder-workspace/UIImageViewAligned.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct UIImageViewAlignmentMask: OptionSet {
[4/4] Compiling UIImageViewAlignedSwift UIImageViewAligned.swift
/Users/admin/builder/spi-builder-workspace/UIImageViewAligned.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct UIImageViewAlignmentMask: OptionSet {
BUILD FAILURE 6.0 macosSpm