The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build FSCalendar, reference 2.8.4 (0fbdec), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 16:00:33 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
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": "fscalendar",
      "name": "FSCalendar",
      "url": "https://github.com/WenchaoD/FSCalendar.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FSCalendar",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/WenchaoD/FSCalendar.git
[1/8270] Fetching fscalendar
Fetched https://github.com/WenchaoD/FSCalendar.git from cache (1.20s)
Creating working copy for https://github.com/WenchaoD/FSCalendar.git
Working copy of https://github.com/WenchaoD/FSCalendar.git resolved at 2.8.4 (0fbdec5)
warning: '.resolve-product-dependencies': dependency 'fscalendar' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/WenchaoD/FSCalendar.git
https://github.com/WenchaoD/FSCalendar.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FSCalendar",
  "name" : "FSCalendar",
  "path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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...
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarDelegationProxy.m:9:
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarDelegationProxy.h:15:
/Users/admin/builder/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 FSCalendarDelegationProxy.m
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendar.m:9:
/Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendar.h:18:9: fatal error: 'UIKit/UIKit.h' file not found
   18 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarCell.m:9:
/Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarCell.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/15] Compiling FSCalendar FSCalendarCell.m
[0/15] Compiling FSCalendar FSCalendar.m
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarConstants.m:11:
/Users/admin/builder/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 FSCalendarConstants.m
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarCollectionViewLayout.m:9:
/Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarCollectionViewLayout.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/15] Compiling FSCalendar FSCalendarCollectionViewLayout.m
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarAppearance.m:11:
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarAppearance.h:11:
/Users/admin/builder/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
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarWeekdayView.m:9:
/Users/admin/builder/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
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarStickyHeader.m:9:
/Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarStickyHeader.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarTransitionCoordinator.m:9:
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarTransitionCoordinator.h:9:
/Users/admin/builder/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 FSCalendarTransitionCoordinator.m
[0/15] Compiling FSCalendar FSCalendarStickyHeader.m
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarCalculator.m:9:
/Users/admin/builder/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 FSCalendarCalculator.m
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarTransitionCoordinator.m:9:
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarTransitionCoordinator.h:9:
/Users/admin/builder/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
[0/15] Compiling FSCalendar FSCalendarDelegationProxy.m
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarWeekdayView.m:9:
/Users/admin/builder/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
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarConstants.m:11:
/Users/admin/builder/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 FSCalendarConstants.m
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarHeaderView.m:9:
/Users/admin/builder/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 FSCalendarHeaderView.m
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarStickyHeader.m:9:
/Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarStickyHeader.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/15] Compiling FSCalendar FSCalendarStickyHeader.m
[0/15] Compiling FSCalendar FSCalendarDelegationFactory.m
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarSeparatorDecorationView.m:9:
/Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarSeparatorDecorationView.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/15] Compiling FSCalendar FSCalendarSeparatorDecorationView.m
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarCollectionViewLayout.m:9:
/Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarCollectionViewLayout.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/15] Compiling FSCalendar FSCalendarCollectionViewLayout.m
In file included from /Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarExtensions.m:9:
/Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarExtensions.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/15] Compiling FSCalendar FSCalendarExtensions.m
BUILD FAILURE 6.1 macosSpm