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 main (3aa07a), with Swift 5.10 for macOS (SPM) on 16 Sep 2025 18:42:57 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ziminny/ElegantCalendar
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3aa07a6 resolve url path
Cloned https://github.com/ziminny/ElegantCalendar.git
Revision (git rev-parse @):
3aa07a6079ab01941c0e0d76675a390b620cd2b1
SUCCESS checkout https://github.com/ziminny/ElegantCalendar.git at main
========================================
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/19] Emitting module ElegantPages
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[5/20] Compiling ElegantPages ElegantHPages.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[6/20] Compiling ElegantPages PageViewBuilder.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[7/20] Compiling ElegantPages ElegantPagesView.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[8/20] Compiling ElegantPages ElegantPagesManager.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[9/20] Compiling ElegantPages PageTurnType.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[10/20] Compiling ElegantPages ScrollDirection.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[11/20] Compiling ElegantPages ElegantListManager.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[12/20] Compiling ElegantPages Constants.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[13/20] Compiling ElegantPages PageState.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ElegantPages/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/.build/checkouts/ElegantPages/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/.build/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[16/20] Compiling ElegantPages ElegantHList.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
[17/20] Compiling ElegantPages ElegantVList.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ElegantPages/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/.build/checkouts/ElegantPages/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/.build/checkouts/ElegantPages/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/.build/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/Constants.swift:3:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
Fetching https://github.com/ziminny/ElegantPages.git
[1/83] Fetching elegantpages
Fetched https://github.com/ziminny/ElegantPages.git from cache (1.04s)
Computing version for https://github.com/ziminny/ElegantPages.git
Computed https://github.com/ziminny/ElegantPages.git at 1.0.0 (0.46s)
Creating working copy for https://github.com/ziminny/ElegantPages.git
Working copy of https://github.com/ziminny/ElegantPages.git resolved at 1.0.0
BUILD FAILURE 5.10 macosSpm