The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BorderedTextField, reference master (b9ce19), with Swift 6.0 for macOS (SPM) on 10 Jul 2025 08:45:25 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KrishnaRLolage/BorderedTextField.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KrishnaRLolage/BorderedTextField
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b9ce196 refactoring
Cloned https://github.com/KrishnaRLolage/BorderedTextField.git
Revision (git rev-parse @):
b9ce196060115bbd526b3adc5a093e7e16d2e9ba
SUCCESS checkout https://github.com/KrishnaRLolage/BorderedTextField.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/KrishnaRLolage/BorderedTextField.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 BorderedTextField Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/BorderedTextField/CustomTextField.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A custom UITextField that provides enhanced styling with bordered placeholders and secure text entry support.
[4/6] Compiling BorderedTextField CustomTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/BorderedTextField/CustomTextField.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A custom UITextField that provides enhanced styling with bordered placeholders and secure text entry support.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/6] Emitting module BorderedTextField
/Users/admin/builder/spi-builder-workspace/Sources/BorderedTextField/CustomTextField.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A custom UITextField that provides enhanced styling with bordered placeholders and secure text entry support.
[6/6] Compiling BorderedTextField BorderedTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/BorderedTextField/CustomTextField.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A custom UITextField that provides enhanced styling with bordered placeholders and secure text entry support.
BUILD FAILURE 6.0 macosSpm