The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Flower, reference 1.0.0 (4c4399), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 22:17:29 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Swift-CoreUI/Flower.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Swift-CoreUI/Flower
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 4c43991 Flower 1.0.0
Cloned https://github.com/Swift-CoreUI/Flower.git
Revision (git rev-parse @):
4c43991f343bb984881d2e7190cb0395e7e2b20b
SUCCESS checkout https://github.com/Swift-CoreUI/Flower.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Swift-CoreUI/Flower.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling Flower RootControllable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flower/Launcher.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | open class Launcher: Launching {
[4/10] Compiling Flower Navigator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flower/Launcher.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | open class Launcher: Launching {
[5/10] Compiling Flower Presenting.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flower/Launcher.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | open class Launcher: Launching {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/10] Emitting module Flower
/Users/admin/builder/spi-builder-workspace/Sources/Flower/Launcher.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | open class Launcher: Launching {
[7/10] Compiling Flower Launching.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flower/Launcher.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | open class Launcher: Launching {
[8/10] Compiling Flower Launcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flower/Launcher.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | open class Launcher: Launching {
[9/10] Compiling Flower Coordinator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flower/Launcher.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | open class Launcher: Launching {
[10/10] Compiling Flower Navigating.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flower/Launcher.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | open class Launcher: Launching {
BUILD FAILURE 6.2 macosSpm