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 master (df53e7), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 16:22:17 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/WenchaoD/FSCalendar
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at df53e79 Merge pull request #1422 from wlxo0401/master
Cloned https://github.com/WenchaoD/FSCalendar.git
Revision (git rev-parse @):
df53e79c324ea5f9e3dcb03b35b2b324de901205
SUCCESS checkout https://github.com/WenchaoD/FSCalendar.git at master
========================================
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.34s)
Creating working copy for https://github.com/WenchaoD/FSCalendar.git
Working copy of https://github.com/WenchaoD/FSCalendar.git resolved at master (df53e79)
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/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>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[0/15] Compiling FSCalendar FSCalendarExtensions.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
[0/15] Compiling FSCalendar FSCalendarDelegationFactory.m
[0/15] Compiling FSCalendar FSCalendarDelegationProxy.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
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/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
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
BUILD FAILURE 6.0 macosSpm