Build Information
Failed to build FDTextFieldTableViewCell, reference master (97590a
), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 19:45:35 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/fulldecent/FDTextFieldTableViewCell.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fulldecent/FDTextFieldTableViewCell
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 97590ac Merge pull request #7 from yaroslav-zhurakovskiy/swift-5-layout
Cloned https://github.com/fulldecent/FDTextFieldTableViewCell.git
Revision (git rev-parse @):
97590acb0bd76c69aa48e44bab27c198cd6c4086
SUCCESS checkout https://github.com/fulldecent/FDTextFieldTableViewCell.git at master
========================================
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": "fdtextfieldtableviewcell",
"name": "FDTextFieldTableViewCell",
"url": "https://github.com/fulldecent/FDTextFieldTableViewCell.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FDTextFieldTableViewCell",
"dependencies": [
]
}
]
}
Fetching https://github.com/fulldecent/FDTextFieldTableViewCell.git
[3/259] Fetching fdtextfieldtableviewcell
Fetched https://github.com/fulldecent/FDTextFieldTableViewCell.git from cache (0.68s)
Creating working copy for https://github.com/fulldecent/FDTextFieldTableViewCell.git
Working copy of https://github.com/fulldecent/FDTextFieldTableViewCell.git resolved at master (97590ac)
warning: '.resolve-product-dependencies': dependency 'fdtextfieldtableviewcell' 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/fulldecent/FDTextFieldTableViewCell.git
https://github.com/fulldecent/FDTextFieldTableViewCell.git
{
"dependencies" : [
],
"manifest_display_name" : "FDTextFieldTableViewCell",
"name" : "FDTextFieldTableViewCell",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "8.0"
}
],
"products" : [
{
"name" : "FDTextFieldTableViewCell",
"targets" : [
"FDTextFieldTableViewCell"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FDTextFieldTableViewCellTests",
"module_type" : "SwiftTarget",
"name" : "FDTextFieldTableViewCellTests",
"path" : "Tests/FDTextFieldTableViewCellTests",
"sources" : [
"FDTextFieldTableViewCellTests.swift",
"UITextFieldSpy.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"FDTextFieldTableViewCell"
],
"type" : "test"
},
{
"c99name" : "FDTextFieldTableViewCell",
"module_type" : "SwiftTarget",
"name" : "FDTextFieldTableViewCell",
"path" : "Sources/FDTextFieldTableViewCell",
"product_memberships" : [
"FDTextFieldTableViewCell"
],
"sources" : [
"FDTextFieldTableViewCell.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
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/4] Compiling FDTextFieldTableViewCell FDTextFieldTableViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/FDTextFieldTableViewCell/FDTextFieldTableViewCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | //@IBDesignable
[4/4] Emitting module FDTextFieldTableViewCell
/Users/admin/builder/spi-builder-workspace/Sources/FDTextFieldTableViewCell/FDTextFieldTableViewCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | //@IBDesignable
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/3] Emitting module FDTextFieldTableViewCell
/Users/admin/builder/spi-builder-workspace/Sources/FDTextFieldTableViewCell/FDTextFieldTableViewCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | //@IBDesignable
[3/3] Compiling FDTextFieldTableViewCell FDTextFieldTableViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/FDTextFieldTableViewCell/FDTextFieldTableViewCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | //@IBDesignable
BUILD FAILURE 6.1 macosSpm