Build Information
Failed to build SwipyCell, reference 4.1.0 (a63835
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 04:17:11 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/moritzsternemann/SwipyCell.git
Reference: 4.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/moritzsternemann/SwipyCell
* tag 4.1.0 -> FETCH_HEAD
HEAD is now at a63835e Migrate to Swift Package (#25)
Cloned https://github.com/moritzsternemann/SwipyCell.git
Revision (git rev-parse @):
a63835ea7d507ca0f0564cd2530e60e89bc775ae
SUCCESS checkout https://github.com/moritzsternemann/SwipyCell.git at 4.1.0
========================================
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": "swipycell",
"name": "SwipyCell",
"url": "https://github.com/moritzsternemann/SwipyCell.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwipyCell",
"dependencies": [
]
}
]
}
Fetching https://github.com/moritzsternemann/SwipyCell.git
[1/622] Fetching swipycell
Fetched https://github.com/moritzsternemann/SwipyCell.git from cache (1.00s)
Creating working copy for https://github.com/moritzsternemann/SwipyCell.git
Working copy of https://github.com/moritzsternemann/SwipyCell.git resolved at 4.1.0 (a63835e)
warning: '.resolve-product-dependencies': dependency 'swipycell' 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/moritzsternemann/SwipyCell.git
https://github.com/moritzsternemann/SwipyCell.git
{
"dependencies" : [
],
"manifest_display_name" : "SwipyCell",
"name" : "SwipyCell",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "SwipyCell",
"targets" : [
"SwipyCell"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwipyCell",
"module_type" : "SwiftTarget",
"name" : "SwipyCell",
"path" : "Sources/SwipyCell",
"product_memberships" : [
"SwipyCell"
],
"sources" : [
"SwipyCell.swift",
"SwipyCellTypes.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Emitting module SwipyCell
/Users/admin/builder/spi-builder-workspace/Sources/SwipyCell/SwipyCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | fileprivate struct SwipyCellConstants {
[4/5] Compiling SwipyCell SwipyCellTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwipyCell/SwipyCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | fileprivate struct SwipyCellConstants {
[5/5] Compiling SwipyCell SwipyCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwipyCell/SwipyCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | fileprivate struct SwipyCellConstants {
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/4] Emitting module SwipyCell
/Users/admin/builder/spi-builder-workspace/Sources/SwipyCell/SwipyCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | fileprivate struct SwipyCellConstants {
[3/4] Compiling SwipyCell SwipyCellTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwipyCell/SwipyCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | fileprivate struct SwipyCellConstants {
[4/4] Compiling SwipyCell SwipyCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwipyCell/SwipyCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | fileprivate struct SwipyCellConstants {
BUILD FAILURE 6.1 macosSpm