Build Information
Failed to build HorizonCalendar, reference v2.0.0 (a360d7
), with Swift 6.2 (beta) for Linux on 20 Jun 2025 20:23:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/airbnb/HorizonCalendar.git
Reference: v2.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/airbnb/HorizonCalendar
* tag v2.0.0 -> FETCH_HEAD
HEAD is now at a360d71 Bump version to 2.0.0 (#288)
Cloned https://github.com/airbnb/HorizonCalendar.git
Revision (git rev-parse @):
a360d71a1255f0b24e378f2ee31a7a7d674a49b6
SUCCESS checkout https://github.com/airbnb/HorizonCalendar.git at v2.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/airbnb/HorizonCalendar.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/airbnb/swift
[1/4228] Fetching swift
Fetched https://github.com/airbnb/swift from cache (3.17s)
Computing version for https://github.com/airbnb/swift
Computed https://github.com/airbnb/swift at 1.0.8 (7.38s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.39s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (2.09s)
Creating working copy for https://github.com/airbnb/swift
Working copy of https://github.com/airbnb/swift resolved at 1.0.8
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Downloading binary artifact https://github.com/calda/SwiftFormat/releases/download/0.56-beta-4/SwiftFormat.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
[1397/11034045] Downloading https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
[16357/56322403] Downloading https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip, https://github.com/calda/SwiftFormat/releases/download/0.56-beta-4/SwiftFormat.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip (2.25s)
Downloaded https://github.com/calda/SwiftFormat/releases/download/0.56-beta-4/SwiftFormat.artifactbundle.zip (5.76s)
/host/spi-builder-workspace/.build/checkouts/swift/Plugins/FormatSwift/Plugin.swift:53:13: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
51 |
52 | let process = Process()
53 | process.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
54 | process.arguments = arguments
55 | try process.run()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1/1] Compiling plugin FormatSwift
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/46] Compiling HorizonCalendar CGFloat+MaxLayoutValue.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[6/46] Compiling HorizonCalendar Calendar+Helpers.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[7/46] Compiling HorizonCalendar CalendarScrollView.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[8/46] Compiling HorizonCalendar ColorViewRepresentable.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[9/46] Compiling HorizonCalendar Dictionary+MutatingValueForKey.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[10/46] Compiling HorizonCalendar DoubleLayoutPassHelpers.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[11/51] Compiling HorizonCalendar VisibleItem.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[12/51] Compiling HorizonCalendar VisibleItemsProvider.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[13/51] Compiling HorizonCalendar AnyCalendarItemModel.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[14/51] Compiling HorizonCalendar CalendarItemModel.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[15/51] Compiling HorizonCalendar CalendarItemViewRepresentable.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[16/51] Compiling HorizonCalendar CalendarView.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[17/51] Compiling HorizonCalendar CalendarViewContent.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[18/51] Compiling HorizonCalendar CalendarViewProxy.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[19/51] Compiling HorizonCalendar CalendarViewRepresentable.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[20/51] Compiling HorizonCalendar CalendarViewScrollPosition.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[21/51] Compiling HorizonCalendar Day.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[22/51] Compiling HorizonCalendar DayOfWeekPosition.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[23/51] Compiling HorizonCalendar PaginationHelpers.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[24/51] Compiling HorizonCalendar ScreenPixelAlignment.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[25/51] Compiling HorizonCalendar ScrollMetricsMutator.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[26/51] Compiling HorizonCalendar ScrollToItemContext.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[27/51] Compiling HorizonCalendar SubviewInsertionIndexTracker.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[28/51] Compiling HorizonCalendar UIView+NoAnimation.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[29/51] Compiling HorizonCalendar MonthGridBackgroundView.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[30/51] Compiling HorizonCalendar MonthHeaderView.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[31/51] Compiling HorizonCalendar Shape.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[32/51] Compiling HorizonCalendar SwiftUIWrapperView.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[33/51] Compiling HorizonCalendar Month.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[34/51] Compiling HorizonCalendar DayRange.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[35/51] Compiling HorizonCalendar DayRangeLayoutContext.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[36/51] Compiling HorizonCalendar DaysOfTheWeekRowSeparatorOptions.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[37/51] Compiling HorizonCalendar DayOfWeekView.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[38/51] Compiling HorizonCalendar DayView.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[39/51] Compiling HorizonCalendar DrawingConfig.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[40/51] Compiling HorizonCalendar MonthLayoutContext.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[41/51] Compiling HorizonCalendar MonthRange.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[42/51] Compiling HorizonCalendar MonthsLayout.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[43/51] Compiling HorizonCalendar OverlaidItemLocation.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[44/51] Compiling HorizonCalendar OverlayLayoutContext.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/51] Emitting module HorizonCalendar
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[46/51] Compiling HorizonCalendar FrameProvider.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[47/51] Compiling HorizonCalendar Hasher+CGRect.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[48/51] Compiling HorizonCalendar ItemView.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[49/51] Compiling HorizonCalendar ItemViewReuseManager.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[50/51] Compiling HorizonCalendar LayoutItem.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
[51/51] Compiling HorizonCalendar LayoutItemTypeEnumerator.swift
/host/spi-builder-workspace/Sources/Internal/CGFloat+MaxLayoutValue.swift:16:8: error: no such module 'CoreGraphics'
14 | // limitations under the License.
15 |
16 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
17 |
18 | extension CGFloat {
BUILD FAILURE 6.2 linux