Build Information
Failed to build FSCalendar, reference 2.8.4 (0fbdec
), with Swift 6.1 for Linux on 27 Apr 2025 15:56:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/WenchaoD/FSCalendar.git
Reference: 2.8.4
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/WenchaoD/FSCalendar
* tag 2.8.4 -> FETCH_HEAD
HEAD is now at 0fbdec5 version bump
Cloned https://github.com/WenchaoD/FSCalendar.git
Revision (git rev-parse @):
0fbdec5172fccb90f707472eeaea4ffe095278f6
SUCCESS checkout https://github.com/WenchaoD/FSCalendar.git at 2.8.4
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/WenchaoD/FSCalendar.git
https://github.com/WenchaoD/FSCalendar.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "FSCalendar",
"name" : "FSCalendar",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
}
],
"products" : [
{
"name" : "FSCalendar",
"targets" : [
"FSCalendar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FSCalendar",
"module_type" : "ClangTarget",
"name" : "FSCalendar",
"path" : "FSCalendar",
"product_memberships" : [
"FSCalendar"
],
"sources" : [
"FSCalendar.m",
"FSCalendarAppearance.m",
"FSCalendarCalculator.m",
"FSCalendarCell.m",
"FSCalendarCollectionView.m",
"FSCalendarCollectionViewLayout.m",
"FSCalendarConstants.m",
"FSCalendarDelegationFactory.m",
"FSCalendarDelegationProxy.m",
"FSCalendarExtensions.m",
"FSCalendarHeaderView.m",
"FSCalendarSeparatorDecorationView.m",
"FSCalendarStickyHeader.m",
"FSCalendarTransitionCoordinator.m",
"FSCalendarWeekdayView.m"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
In file included from /host/spi-builder-workspace/FSCalendar/FSCalendarCell.m:9:
/host/spi-builder-workspace/FSCalendar/FSCalendarCell.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[0/15] Compiling FSCalendar FSCalendarCell.m
In file included from /host/spi-builder-workspace/FSCalendar/FSCalendarAppearance.m:11:
In file included from /host/spi-builder-workspace/FSCalendar/FSCalendarAppearance.h:11:
/host/spi-builder-workspace/FSCalendar/FSCalendarConstants.h:11:9: fatal error: 'UIKit/UIKit.h' file not found
11 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[0/15] Compiling FSCalendar FSCalendarAppearance.m
In file included from /host/spi-builder-workspace/FSCalendar/FSCalendarCalculator.m:9:
/host/spi-builder-workspace/FSCalendar/FSCalendar.h:18:9: fatal error: 'UIKit/UIKit.h' file not found
18 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[0/15] Compiling FSCalendar FSCalendarCalculator.m
In file included from /host/spi-builder-workspace/FSCalendar/FSCalendarConstants.m:11:
/host/spi-builder-workspace/FSCalendar/FSCalendarConstants.h:11:9: fatal error: 'UIKit/UIKit.h' file not found
11 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[0/15] Compiling FSCalendar FSCalendarConstants.m
In file included from /host/spi-builder-workspace/FSCalendar/FSCalendarCollectionView.m:11:
/host/spi-builder-workspace/FSCalendar/FSCalendarCollectionView.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[0/15] Compiling FSCalendar FSCalendarCollectionView.m
In file included from /host/spi-builder-workspace/FSCalendar/FSCalendarCollectionViewLayout.m:9:
/host/spi-builder-workspace/FSCalendar/FSCalendarCollectionViewLayout.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error[0/15] Compiling FSCalendar FSCalendarCollectionViewLayout.m
In file included from /host/spi-builder-workspace/FSCalendar/FSCalendar.m:9:
/host/spi-builder-workspace/FSCalendar/FSCalendar.h:18:9: fatal error: 'UIKit/UIKit.h' file not found
18 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
[0/15] Compiling FSCalendar FSCalendar.m
In file included from /host/spi-builder-workspace/FSCalendar/FSCalendarWeekdayView.m:9:
/host/spi-builder-workspace/FSCalendar/FSCalendarWeekdayView.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
[0/15] Compiling FSCalendar FSCalendarWeekdayView.m
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/FSCalendar/FSCalendarSeparatorDecorationView.m:9:
/host/spi-builder-workspace/FSCalendar/FSCalendarSeparatorDecorationView.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[0/15] Compiling FSCalendar FSCalendarSeparatorDecorationView.m
In file included from /host/spi-builder-workspace/FSCalendar/FSCalendarExtensions.m:9:
/host/spi-builder-workspace/FSCalendar/FSCalendarExtensions.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[0/15] Compiling FSCalendar FSCalendarExtensions.m
In file included from /host/spi-builder-workspace/FSCalendar/FSCalendarStickyHeader.m:9:
/host/spi-builder-workspace/FSCalendar/FSCalendarStickyHeader.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[0/15] Compiling FSCalendar FSCalendarStickyHeader.m
In file included from /host/spi-builder-workspace/FSCalendar/FSCalendarTransitionCoordinator.m:9:
In file included from /host/spi-builder-workspace/FSCalendar/FSCalendarTransitionCoordinator.h:9:
/host/spi-builder-workspace/FSCalendar/FSCalendar.h:18:9: fatal error: 'UIKit/UIKit.h' file not found
18 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[0/15] Compiling FSCalendar FSCalendarTransitionCoordinator.m
In file included from /host/spi-builder-workspace/FSCalendar/FSCalendarDelegationProxy.m:9:
/host/spi-builder-workspace/FSCalendar/FSCalendarDelegationProxy.h:14:9: fatal error: 'Foundation/Foundation.h' file not found
14 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/15] Compiling FSCalendar FSCalendarDelegationProxy.m
In file included from /host/spi-builder-workspace/FSCalendar/FSCalendarDelegationFactory.m:9:
/host/spi-builder-workspace/FSCalendar/FSCalendarDelegationFactory.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/15] Compiling FSCalendar FSCalendarDelegationFactory.m
In file included from /host/spi-builder-workspace/FSCalendar/FSCalendarWeekdayView.m:9:
/host/spi-builder-workspace/FSCalendar/FSCalendarWeekdayView.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
In file included from /host/spi-builder-workspace/FSCalendar/FSCalendarHeaderView.m:9:
/host/spi-builder-workspace/FSCalendar/FSCalendar.h:18:9: fatal error: 'UIKit/UIKit.h' file not found
18 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[0/15] Compiling FSCalendar FSCalendarWeekdayView.m
[0/15] Compiling FSCalendar FSCalendarHeaderView.m
BUILD FAILURE 6.1 linux