The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DragoTextField, reference main (0bca6c), with Swift 6.0 for macOS (SPM) on 1 Apr 2026 00:26:20 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ThrottleCode/DragoTextField.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ThrottleCode/DragoTextField
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0bca6c1 Added CocoaPods installation guide
Cloned https://github.com/ThrottleCode/DragoTextField.git
Revision (git rev-parse @):
0bca6c1b8cb3ad15d66c9e7cfafa6566a9a2739c
SUCCESS checkout https://github.com/ThrottleCode/DragoTextField.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ThrottleCode/DragoTextField.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/6] Compiling DragoTextField TextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/DragoTextField/DragoTextField.swift:11:8: error: no such module 'UIKit'
  9 | //
 10 |
 11 | import UIKit
    |        `- error: no such module 'UIKit'
 12 |
 13 | // MARK: - DragoTextField
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Emitting module DragoTextField
/Users/admin/builder/spi-builder-workspace/Sources/DragoTextField/DragoTextField.swift:11:8: error: no such module 'UIKit'
  9 | //
 10 |
 11 | import UIKit
    |        `- error: no such module 'UIKit'
 12 |
 13 | // MARK: - DragoTextField
[5/6] Compiling DragoTextField String.swift
/Users/admin/builder/spi-builder-workspace/Sources/DragoTextField/DragoTextField.swift:11:8: error: no such module 'UIKit'
  9 | //
 10 |
 11 | import UIKit
    |        `- error: no such module 'UIKit'
 12 |
 13 | // MARK: - DragoTextField
[6/6] Compiling DragoTextField DragoTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/DragoTextField/DragoTextField.swift:11:8: error: no such module 'UIKit'
  9 | //
 10 |
 11 | import UIKit
    |        `- error: no such module 'UIKit'
 12 |
 13 | // MARK: - DragoTextField
BUILD FAILURE 6.0 macosSpm