Build Information
Failed to build FSCalendar, reference master (df53e7
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 16:01:42 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: 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/8270] Fetching fscalendar
Fetched https://github.com/WenchaoD/FSCalendar.git from cache (1.26s)
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.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/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
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>
| ^~~~~~~~~~~~~~~
[0/15] Compiling FSCalendar FSCalendar.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
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>
| ^~~~~~~~~~~~~~~
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 FSCalendarAppearance.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
[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>
| ^~~~~~~~~~~~~~~
[0/15] Compiling FSCalendar FSCalendarCell.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/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>
| ^~~~~~~~~~~~~~~
1 error generated.
[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
[0/15] Compiling FSCalendar FSCalendarDelegationProxy.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/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
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
[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>
| ^~~~~~~~~~~~~~~
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
[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
BUILD FAILURE 6.1 macosSpm