Build Information
Failed to build CalendarView, reference 2.2.0 (903e60), with Swift 6.2 for macOS (SPM) on 28 Sep 2025 23:18:25 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AllanJuenemann/CalendarView.git
Reference: 2.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AllanJuenemann/CalendarView
* tag 2.2.0 -> FETCH_HEAD
HEAD is now at 903e606 add support for disabling decorations
Cloned https://github.com/AllanJuenemann/CalendarView.git
Revision (git rev-parse @):
903e6061d2230c698373feb2816133fb33eb505f
SUCCESS checkout https://github.com/AllanJuenemann/CalendarView.git at 2.2.0
========================================
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": "calendarview",
"name": "CalendarView",
"url": "https://github.com/AllanJuenemann/CalendarView.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CalendarView",
"dependencies": [
]
}
]
}
Fetching https://github.com/AllanJuenemann/CalendarView.git
[1/110] Fetching calendarview
Fetched https://github.com/AllanJuenemann/CalendarView.git from cache (0.79s)
Creating working copy for https://github.com/AllanJuenemann/CalendarView.git
Working copy of https://github.com/AllanJuenemann/CalendarView.git resolved at 2.2.0 (903e606)
warning: '.resolve-product-dependencies': dependency 'calendarview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/AllanJuenemann/CalendarView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/7] Compiling CalendarView UICalendarView+Helper.swift
/Users/admin/builder/spi-builder-workspace/Sources/CalendarView/UICalendarView+Helper.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | extension UICalendarView {
[5/7] Compiling CalendarView resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/CalendarView/UICalendarView+Helper.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | extension UICalendarView {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/7] Emitting module CalendarView
/Users/admin/builder/spi-builder-workspace/Sources/CalendarView/UICalendarView+Helper.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | extension UICalendarView {
[7/7] Compiling CalendarView CalendarView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CalendarView/UICalendarView+Helper.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | extension UICalendarView {
BUILD FAILURE 6.2 macosSpm