The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ElegantCalendar, reference 1.0.0 (1299ff), with Swift 5.10 for macOS (SPM) on 16 Sep 2025 18:45:11 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ziminny/ElegantCalendar.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ziminny/ElegantCalendar
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 1299ffa initial commit
Cloned https://github.com/ziminny/ElegantCalendar.git
Revision (git rev-parse @):
1299ffae473645fbe098b911ae930748e37f63e1
SUCCESS checkout https://github.com/ziminny/ElegantCalendar.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/ziminny/ElegantCalendar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/19] Compiling ElegantPages ElegantHPages.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[5/19] Compiling ElegantPages PageViewBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[6/19] Compiling ElegantPages ElegantPagesView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[7/20] Compiling ElegantPages ElegantPagesManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[8/20] Compiling ElegantPages PageTurnType.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/20] Emitting module ElegantPages
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[10/20] Compiling ElegantPages Constants.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[11/20] Compiling ElegantPages PageState.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[12/20] Compiling ElegantPages ElegantHList.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[13/20] Compiling ElegantPages ElegantVList.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[14/20] Compiling ElegantPages ElegantListController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[15/20] Compiling ElegantPages ElegantListView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[16/20] Compiling ElegantPages ScrollDirection.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[17/20] Compiling ElegantPages ElegantListManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[18/20] Compiling ElegantPages Comparable+Clamped.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[19/20] Compiling ElegantPages View+Erased.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[20/20] Compiling ElegantPages ElegantVPages.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.10 macosSpm