Build Information
Failed to build WSTagsField, reference master (9fca33
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 14:45:41 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/whitesmith/WSTagsField.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/whitesmith/WSTagsField
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 9fca333 Merge pull request #158 from jannemecek/feature/text-field-delegate
Cloned https://github.com/whitesmith/WSTagsField.git
Revision (git rev-parse @):
9fca3336daf4e956dfa1856ef3c297b292bc8f3a
SUCCESS checkout https://github.com/whitesmith/WSTagsField.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": "wstagsfield",
"name": "WSTagsField",
"url": "https://github.com/whitesmith/WSTagsField.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WSTagsField",
"dependencies": [
]
}
]
}
Fetching https://github.com/whitesmith/WSTagsField.git
[1/1447] Fetching wstagsfield
Fetched https://github.com/whitesmith/WSTagsField.git from cache (0.82s)
Creating working copy for https://github.com/whitesmith/WSTagsField.git
Working copy of https://github.com/whitesmith/WSTagsField.git resolved at master (9fca333)
warning: '.resolve-product-dependencies': dependency 'wstagsfield' 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/whitesmith/WSTagsField.git
https://github.com/whitesmith/WSTagsField.git
{
"dependencies" : [
],
"manifest_display_name" : "WSTagsField",
"name" : "WSTagsField",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
}
],
"products" : [
{
"name" : "WSTagsField",
"targets" : [
"WSTagsField"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WSTagsField",
"module_type" : "SwiftTarget",
"name" : "WSTagsField",
"path" : ".",
"product_memberships" : [
"WSTagsField"
],
"sources" : [
"Source/BackspaceDetectingTextField.swift",
"Source/Constants.swift",
"Source/WSTag.swift",
"Source/WSTagView.swift",
"Source/WSTagsField.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
[3/8] Compiling WSTagsField WSTagView.swift
/Users/admin/builder/spi-builder-workspace/Source/BackspaceDetectingTextField.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | protocol BackspaceDetectingTextFieldDelegate: UITextFieldDelegate {
[4/8] Compiling WSTagsField WSTagsField.swift
/Users/admin/builder/spi-builder-workspace/Source/BackspaceDetectingTextField.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | protocol BackspaceDetectingTextFieldDelegate: UITextFieldDelegate {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/8] Emitting module WSTagsField
/Users/admin/builder/spi-builder-workspace/Source/BackspaceDetectingTextField.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | protocol BackspaceDetectingTextFieldDelegate: UITextFieldDelegate {
[6/8] Compiling WSTagsField Constants.swift
/Users/admin/builder/spi-builder-workspace/Source/BackspaceDetectingTextField.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | protocol BackspaceDetectingTextFieldDelegate: UITextFieldDelegate {
[7/8] Compiling WSTagsField WSTag.swift
/Users/admin/builder/spi-builder-workspace/Source/BackspaceDetectingTextField.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | protocol BackspaceDetectingTextFieldDelegate: UITextFieldDelegate {
[8/8] Compiling WSTagsField BackspaceDetectingTextField.swift
/Users/admin/builder/spi-builder-workspace/Source/BackspaceDetectingTextField.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | protocol BackspaceDetectingTextFieldDelegate: UITextFieldDelegate {
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
[2/7] Compiling WSTagsField WSTagView.swift
/Users/admin/builder/spi-builder-workspace/Source/BackspaceDetectingTextField.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | protocol BackspaceDetectingTextFieldDelegate: UITextFieldDelegate {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/7] Emitting module WSTagsField
/Users/admin/builder/spi-builder-workspace/Source/BackspaceDetectingTextField.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | protocol BackspaceDetectingTextFieldDelegate: UITextFieldDelegate {
[4/7] Compiling WSTagsField WSTag.swift
/Users/admin/builder/spi-builder-workspace/Source/BackspaceDetectingTextField.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | protocol BackspaceDetectingTextFieldDelegate: UITextFieldDelegate {
[5/7] Compiling WSTagsField WSTagsField.swift
/Users/admin/builder/spi-builder-workspace/Source/BackspaceDetectingTextField.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | protocol BackspaceDetectingTextFieldDelegate: UITextFieldDelegate {
[6/7] Compiling WSTagsField BackspaceDetectingTextField.swift
/Users/admin/builder/spi-builder-workspace/Source/BackspaceDetectingTextField.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | protocol BackspaceDetectingTextFieldDelegate: UITextFieldDelegate {
[7/7] Compiling WSTagsField Constants.swift
/Users/admin/builder/spi-builder-workspace/Source/BackspaceDetectingTextField.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | protocol BackspaceDetectingTextFieldDelegate: UITextFieldDelegate {
BUILD FAILURE 6.1 macosSpm