Build Information
Failed to build ElegantCalendar, reference 4.3.2 (d44623
), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 06:03:37 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ThasianX/ElegantCalendar.git
Reference: 4.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ThasianX/ElegantCalendar
* tag 4.3.2 -> FETCH_HEAD
HEAD is now at d446234 Add possibility to configure title, text, and today text colors
Cloned https://github.com/ThasianX/ElegantCalendar.git
Revision (git rev-parse @):
d446234f27e60f5bef15f91c35d384f388ff2c7d
SUCCESS checkout https://github.com/ThasianX/ElegantCalendar.git at 4.3.2
Fetching https://github.com/ThasianX/ElegantPages
[5/479] Fetching elegantpages
Fetched https://github.com/ThasianX/ElegantPages from cache (1.81s)
Computing version for https://github.com/ThasianX/ElegantPages
Computed https://github.com/ThasianX/ElegantPages at 1.4.1 (0.52s)
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 (18.01s)
Fetching https://github.com/ThasianX/ElegantPages from cache
Fetched https://github.com/ThasianX/ElegantPages from cache (0.50s)
Computing version for https://github.com/ThasianX/ElegantPages
Computed https://github.com/ThasianX/ElegantPages at 1.4.2 (0.52s)
Creating working copy for https://github.com/ThasianX/ElegantCalendar.git
Working copy of https://github.com/ThasianX/ElegantCalendar.git resolved at 4.3.2 (d446234)
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.0
Building package at path: $PWD
https://github.com/ThasianX/ElegantCalendar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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--7754E27361AE5C74.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'
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
[6/19] 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/19] 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
[8/19] 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
[9/19] 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
[10/19] 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
[11/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
[12/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
[13/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
[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'
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 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
[16/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
[17/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
[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'
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 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
[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
BUILD FAILURE 6.0 macosSpm