The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build WSTagsField, reference master (9fca33), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 20:58:20 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.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 (1.00s)
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.0
Building package at path:  $PWD
https://github.com/whitesmith/WSTagsField.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun 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--7754E27361AE5C74.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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[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] 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 {
[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.0 macosSpm