The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build WSTagsField, reference master (9fca33), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 02:21:13 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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.2
Building package at path:  $PWD
https://github.com/whitesmith/WSTagsField.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/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 {
[5/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 {
[6/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 {
[7/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 {
[8/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 {
BUILD FAILURE 6.2 macosSpm