Build Information
Failed to build iOSDropDown, reference master (01b96f), with Swift 6.1 for macOS (SPM) on 18 Apr 2026 19:07:56 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jriosdev/iOSDropDown.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jriosdev/iOSDropDown
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 01b96f2 Merge pull request #122 from Roy0Anonymous/master
Cloned https://github.com/jriosdev/iOSDropDown.git
Revision (git rev-parse @):
01b96f2bc70c1243f69d9466538c291b6134db3a
SUCCESS checkout https://github.com/jriosdev/iOSDropDown.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/jriosdev/iOSDropDown.git
https://github.com/jriosdev/iOSDropDown.git
{
"dependencies" : [
],
"manifest_display_name" : "iOSDropDown",
"name" : "iOSDropDown",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "iOSDropDown",
"targets" : [
"iOSDropDown"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "iOSDropDown",
"module_type" : "SwiftTarget",
"name" : "iOSDropDown",
"path" : "iOSDropDown/Classes",
"product_memberships" : [
"iOSDropDown"
],
"sources" : [
"iOSDropDown.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.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 {
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/3] 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 {
[3/3] 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.1 macosSpm