The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build FSCalendar, reference 2.8.4 (0fbdec), with Swift 6.1 for Android on 28 May 2025 17:18:42 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         android
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
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/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/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[0/15] Compiling FSCalendar FSCalendarCollectionViewLayout.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/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.
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.
[0/15] Compiling FSCalendar FSCalendarWeekdayView.m
[0/15] Compiling FSCalendar FSCalendarCalculator.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/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>
      |         ^~~~~~~~~~~~~~~
[0/15] Compiling FSCalendar FSCalendarAppearance.m
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
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.
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
[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.
[0/15] Compiling FSCalendar FSCalendarWeekdayView.m
[0/15] Compiling FSCalendar FSCalendarHeaderView.m
[0/15] Compiling FSCalendar FSCalendarExtensions.m
[0/15] Compiling FSCalendar FSCalendarSeparatorDecorationView.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[0/15] Compiling FSCalendar FSCalendarTransitionCoordinator.m
BUILD FAILURE 6.1 android