Build Information
Failed to build JTAppleCalendar, reference master (6a19c8
), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 23:14:54 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/patchthecode/JTAppleCalendar.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/patchthecode/JTAppleCalendar
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6a19c89 Added missing file from readme link
Cloned https://github.com/patchthecode/JTAppleCalendar.git
Revision (git rev-parse @):
6a19c89f40b928c7bf7cf43a7df1fef739b8a0ab
SUCCESS checkout https://github.com/patchthecode/JTAppleCalendar.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": "jtapplecalendar",
"name": "JTAppleCalendar",
"url": "https://github.com/patchthecode/JTAppleCalendar.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JTAppleCalendar",
"dependencies": [
]
}
]
}
Fetching https://github.com/patchthecode/JTAppleCalendar.git
[1/7779] Fetching jtapplecalendar
Fetched https://github.com/patchthecode/JTAppleCalendar.git from cache (1.74s)
Creating working copy for https://github.com/patchthecode/JTAppleCalendar.git
Working copy of https://github.com/patchthecode/JTAppleCalendar.git resolved at master (6a19c89)
warning: '.resolve-product-dependencies': dependency 'jtapplecalendar' 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/patchthecode/JTAppleCalendar.git
{
"dependencies" : [
],
"manifest_display_name" : "JTAppleCalendar",
"name" : "JTAppleCalendar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "JTAppleCalendar",
"targets" : [
"JTAppleCalendar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JTAppleCalendarTests",
"module_type" : "SwiftTarget",
"name" : "JTAppleCalendarTests",
"path" : "Tests/JTAppleCalendarTests",
"sources" : [
"JTAppleCalendarTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"JTAppleCalendar"
],
"type" : "test"
},
{
"c99name" : "JTAppleCalendar",
"module_type" : "SwiftTarget",
"name" : "JTAppleCalendar",
"path" : "Sources/JTAppleCalendar",
"product_memberships" : [
"JTAppleCalendar"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CalendarEnums.swift",
"CalendarStructs.swift",
"GlobalFunctionsAndExtensions.swift",
"JTACCollectionMonthViewDelegates.swift",
"JTACCollectionYearViewDelegates.swift",
"JTACDayCell.swift",
"JTACInteractionMonthFunctions.swift",
"JTACInteractionYearFunctions.swift",
"JTACMonthActionFunctions.swift",
"JTACMonthCell.swift",
"JTACMonthDelegateProtocol.swift",
"JTACMonthLayout.swift",
"JTACMonthLayoutHorizontalCalendar.swift",
"JTACMonthLayoutProtocol.swift",
"JTACMonthLayoutVerticalCalendar.swift",
"JTACMonthQueryFunctions.swift",
"JTACMonthReusableView.swift",
"JTACMonthView.swift",
"JTACMonthViewProtocols.swift",
"JTACScrollViewDelegates.swift",
"JTACVariables.swift",
"JTACYearView.swift",
"JTACYearViewProtocols.swift"
],
"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...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version--7754E27361AE5C74.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/26] Emitting module JTAppleCalendar
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[5/28] Compiling JTAppleCalendar JTACYearViewProtocols.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[6/28] Compiling JTAppleCalendar resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[7/28] Compiling JTAppleCalendar JTACMonthViewProtocols.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[8/28] Compiling JTAppleCalendar JTACScrollViewDelegates.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[9/28] Compiling JTAppleCalendar JTACMonthLayoutVerticalCalendar.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[10/28] Compiling JTAppleCalendar JTACMonthQueryFunctions.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[11/28] Compiling JTAppleCalendar JTACMonthReusableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[12/28] Compiling JTAppleCalendar JTACMonthView.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[13/28] Compiling JTAppleCalendar JTACMonthCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[14/28] Compiling JTAppleCalendar JTACMonthDelegateProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[15/28] Compiling JTAppleCalendar JTACMonthLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[16/28] Compiling JTAppleCalendar JTACCollectionMonthViewDelegates.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[17/28] Compiling JTAppleCalendar JTACCollectionYearViewDelegates.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[18/28] Compiling JTAppleCalendar JTACDayCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[19/28] Compiling JTAppleCalendar CalendarEnums.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[20/28] Compiling JTAppleCalendar CalendarStructs.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[21/28] Compiling JTAppleCalendar GlobalFunctionsAndExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[22/28] Compiling JTAppleCalendar JTACVariables.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[23/28] Compiling JTAppleCalendar JTACYearView.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[24/28] Compiling JTAppleCalendar JTACInteractionMonthFunctions.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[25/28] Compiling JTAppleCalendar JTACInteractionYearFunctions.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[26/28] Compiling JTAppleCalendar JTACMonthActionFunctions.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[27/28] Compiling JTAppleCalendar JTACMonthLayoutHorizontalCalendar.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
[28/28] Compiling JTAppleCalendar JTACMonthLayoutProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/CalendarEnums.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /// Describes a scroll destination
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/JTAppleCalendar/Info.plist
BUILD FAILURE 6.0 macosSpm