Build Information
Failed to build WSTagsField with Swift 6.0 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/whitesmith/WSTagsField.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a 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-6F35C1178C84523A.txt
[3/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 {
[4/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 {
[5/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/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 {
[7/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 {
[8/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 {
BUILD FAILURE 6.0 macosSpm