Build Information
Failed to build ElegantCalendar, reference master (3d1e83
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 05:35:16 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ThasianX/ElegantCalendar.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ThasianX/ElegantCalendar
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3d1e836 Fix issue https://github.com/ThasianX/ElegantCalendar/issues/43
Cloned https://github.com/ThasianX/ElegantCalendar.git
Revision (git rev-parse @):
3d1e8369ffb233e392ee36ad6ff0fd38ad4846b2
SUCCESS checkout https://github.com/ThasianX/ElegantCalendar.git at master
Fetching https://github.com/ThasianX/ElegantPages
[1/479] Fetching elegantpages
Fetched https://github.com/ThasianX/ElegantPages from cache (1.77s)
Computing version for https://github.com/ThasianX/ElegantPages
Computed https://github.com/ThasianX/ElegantPages at 1.4.1 (2.38s)
Creating working copy for https://github.com/ThasianX/ElegantPages
Working copy of https://github.com/ThasianX/ElegantPages resolved at 1.4.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "elegantcalendar",
"name": "ElegantCalendar",
"url": "https://github.com/ThasianX/ElegantCalendar.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ElegantCalendar",
"dependencies": [
{
"identity": "elegantpages",
"name": "ElegantPages",
"url": "https://github.com/ThasianX/ElegantPages",
"version": "1.4.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ElegantPages",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/ThasianX/ElegantCalendar.git
[1/2225] Fetching elegantcalendar
Fetched https://github.com/ThasianX/ElegantCalendar.git from cache (5.09s)
Fetching https://github.com/ThasianX/ElegantPages from cache
Fetched https://github.com/ThasianX/ElegantPages from cache (0.44s)
Computing version for https://github.com/ThasianX/ElegantPages
Computed https://github.com/ThasianX/ElegantPages at 1.4.2 (0.99s)
Creating working copy for https://github.com/ThasianX/ElegantCalendar.git
Working copy of https://github.com/ThasianX/ElegantCalendar.git resolved at master (3d1e836)
Creating working copy for https://github.com/ThasianX/ElegantPages
Working copy of https://github.com/ThasianX/ElegantPages resolved at 1.4.2
warning: '.resolve-product-dependencies': dependency 'elegantcalendar' is not used by any target
Found 1 product dependencies
- ElegantPages
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ThasianX/ElegantCalendar.git
https://github.com/ThasianX/ElegantCalendar.git
{
"dependencies" : [
{
"identity" : "elegantpages",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ThasianX/ElegantPages"
}
],
"manifest_display_name" : "ElegantCalendar",
"name" : "ElegantCalendar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ElegantCalendar",
"targets" : [
"ElegantCalendar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ElegantCalendar",
"module_type" : "SwiftTarget",
"name" : "ElegantCalendar",
"path" : "Sources/ElegantCalendar",
"product_dependencies" : [
"ElegantPages"
],
"product_memberships" : [
"ElegantCalendar"
],
"sources" : [
"Helpers/Extensions/Axis+Invert.swift",
"Helpers/Extensions/Calender+Dates.swift",
"Helpers/Extensions/Color+CustomColors.swift",
"Helpers/Extensions/Date+DaysFromToday.swift",
"Helpers/Extensions/Date+toString.swift",
"Helpers/Extensions/Enumeration+Matching.swift",
"Helpers/Extensions/EnvironmentKey+CalendarTheme.swift",
"Helpers/Extensions/Image+Custom.swift",
"Helpers/Extensions/UIImage+BundleInit.swift",
"Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift",
"Helpers/Models/CalendarConfiguration.swift",
"Helpers/Models/CalenderConstants.swift",
"Helpers/Models/ObservableObjects/ElegantCalendarManager.swift",
"Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift",
"Helpers/Models/ObservableObjects/PagerState.swift",
"Helpers/Models/ObservableObjects/YearlyCalendarManager.swift",
"Helpers/Models/Protocols/Calendar+Axis.swift",
"Helpers/Models/Protocols/Calendar+Buildable.swift",
"Helpers/Models/Protocols/ElegantCalendarCommunicator.swift",
"Helpers/Models/Protocols/ElegantCalendarDataSource.swift",
"Helpers/Models/Protocols/ElegantCalendarDelegate.swift",
"Helpers/Previews/LightDarkThemePreview.swift",
"Views/ElegantCalendarView.swift",
"Views/Monthly/DayView.swift",
"Views/Monthly/MonthView.swift",
"Views/Monthly/MonthlyCalendarView.swift",
"Views/Monthly/WeekView.swift",
"Views/Shared/ScrollBackToTodayButton.swift",
"Views/Yearly/SmallDayView.swift",
"Views/Yearly/SmallMonthView.swift",
"Views/Yearly/SmallWeekView.swift",
"Views/Yearly/YearView.swift",
"Views/Yearly/YearlyCalendarView.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/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/19] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[5/19] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/20] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[8/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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[9/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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[10/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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[11/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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[12/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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[13/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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[14/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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[15/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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[16/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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[17/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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[18/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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[19/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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
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
[2/17] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[3/17] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/18] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[5/18] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[6/18] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[7/18] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[8/18] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[9/18] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[10/18] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[11/18] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[12/18] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[13/18] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[14/18] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[15/18] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[16/18] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[17/18] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
[18/18] 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'
1 | // Kevin Li - 11:29 PM - 7/16/20
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | let screen = UIScreen.main.bounds
BUILD FAILURE 6.1 macosSpm