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.0 for macOS (SPM) on 29 Nov 2024 16:21:53 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
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/8261] Fetching fscalendar
Fetched https://github.com/WenchaoD/FSCalendar.git from cache (1.31s)
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.0
Building package at path:  $PWD
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.1.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/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>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[0/15] Compiling FSCalendar FSCalendarHeaderView.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>
      |         ^~~~~~~~~~~~~~~
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
[0/15] Compiling FSCalendar FSCalendarCalculator.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 FSCalendarDelegationProxy.m
[0/15] Compiling FSCalendar FSCalendarSeparatorDecorationView.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/FSCalendarCollectionView.m:11:
/Users/admin/builder/spi-builder-workspace/FSCalendar/FSCalendarCollectionView.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/15] Compiling FSCalendar FSCalendarCollectionView.m
[0/15] Compiling FSCalendar FSCalendarDelegationFactory.m
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>
      |         ^~~~~~~~~~~~~~~
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
[0/15] Compiling FSCalendar FSCalendarCell.m
BUILD FAILURE 6.0 macosSpm