The Swift Package Index logo.Swift Package Index

Build Information

Failed to build iOSDropDown, reference 0.4.0 (945c4f), with Swift 6.2 for macOS (SPM) on 18 Apr 2026 19:40:57 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jriosdev/iOSDropDown.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jriosdev/iOSDropDown
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 945c4f1 Merge remote-tracking branch 'refs/remotes/origin/master'
Cloned https://github.com/jriosdev/iOSDropDown.git
Revision (git rev-parse @):
945c4f1945ed37a31055e812a5ee11a3d06e88ab
SUCCESS checkout https://github.com/jriosdev/iOSDropDown.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jriosdev/iOSDropDown.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module iOSDropDown
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:9:8: error: no such module 'UIKit'
  7 | //  Copyright © 2018 JRiOSdev. All rights reserved.
  8 | //
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | @objc(JRDropDown)
 11 | open class DropDown: UITextField {
[4/4] Compiling iOSDropDown iOSDropDown.swift
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:9:8: error: no such module 'UIKit'
  7 | //  Copyright © 2018 JRiOSdev. All rights reserved.
  8 | //
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | @objc(JRDropDown)
 11 | open class DropDown: UITextField {
BUILD FAILURE 6.2 macosSpm