The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DeltaCalendar, reference v1.1.6 (b51ded), with Swift 6.1 for macOS (SPM) on 22 Sep 2025 13:52:36 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gikKid/DeltaCalendar.git
Reference: v1.1.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gikKid/DeltaCalendar
 * tag               v1.1.6     -> FETCH_HEAD
HEAD is now at b51ded7 Fixed setting wrong month after switching to next/prev year
Cloned https://github.com/gikKid/DeltaCalendar.git
Revision (git rev-parse @):
b51ded7cd82affcea8259786870ac2f2148e3954
SUCCESS checkout https://github.com/gikKid/DeltaCalendar.git at v1.1.6
Fetching https://github.com/SnapKit/SnapKit
[1/4262] Fetching snapkit
Fetched https://github.com/SnapKit/SnapKit from cache (1.15s)
Computing version for https://github.com/SnapKit/SnapKit
Computed https://github.com/SnapKit/SnapKit at 5.7.1 (1.62s)
Creating working copy for https://github.com/SnapKit/SnapKit
Working copy of https://github.com/SnapKit/SnapKit resolved at 5.7.1
========================================
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": "deltacalendar",
      "name": "DeltaCalendar",
      "url": "https://github.com/gikKid/DeltaCalendar.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DeltaCalendar",
      "dependencies": [
        {
          "identity": "snapkit",
          "name": "SnapKit",
          "url": "https://github.com/SnapKit/SnapKit",
          "version": "5.7.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SnapKit",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/gikKid/DeltaCalendar.git
[1/911] Fetching deltacalendar
Fetched https://github.com/gikKid/DeltaCalendar.git from cache (0.99s)
Fetching https://github.com/SnapKit/SnapKit from cache
Fetched https://github.com/SnapKit/SnapKit from cache (0.49s)
Computing version for https://github.com/SnapKit/SnapKit
Computed https://github.com/SnapKit/SnapKit at 5.7.1 (0.54s)
Creating working copy for https://github.com/gikKid/DeltaCalendar.git
Working copy of https://github.com/gikKid/DeltaCalendar.git resolved at v1.1.6 (b51ded7)
Creating working copy for https://github.com/SnapKit/SnapKit
Working copy of https://github.com/SnapKit/SnapKit resolved at 5.7.1
warning: '.resolve-product-dependencies': dependency 'deltacalendar' is not used by any target
Found 1 product dependencies
  - SnapKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/gikKid/DeltaCalendar.git
https://github.com/gikKid/DeltaCalendar.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "snapkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.7.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SnapKit/SnapKit"
    }
  ],
  "manifest_display_name" : "DeltaCalendar",
  "name" : "DeltaCalendar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "DeltaCalendar",
      "targets" : [
        "DeltaCalendar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DeltaCalendarTests",
      "module_type" : "SwiftTarget",
      "name" : "DeltaCalendarTests",
      "path" : "Tests/DeltaCalendarTests",
      "sources" : [
        "DeltaCalendarTests.swift"
      ],
      "target_dependencies" : [
        "DeltaCalendar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DeltaCalendar",
      "module_type" : "SwiftTarget",
      "name" : "DeltaCalendar",
      "path" : "Sources/DeltaCalendar",
      "product_dependencies" : [
        "SnapKit"
      ],
      "product_memberships" : [
        "DeltaCalendar"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Resources/Text/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Resources/Text/ru.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        }
      ],
      "sources" : [
        "Components/UI/Collection/Cells/DayCollectionViewCell.swift",
        "Components/UI/Collection/Cells/DayTimeListCollectionViewCell.swift",
        "Components/UI/Collection/Cells/MockLoadingCollectionViewCell.swift",
        "Components/UI/Collection/Cells/MonthCollectionViewCell.swift",
        "Components/UI/Collection/Cells/Registration/DayCellRegistratable.swift",
        "Components/UI/Collection/Cells/Registration/DayTimeCellRegistratable.swift",
        "Components/UI/Collection/Cells/Registration/MockLoadingRegistrable.swift",
        "Components/UI/Collection/Cells/Registration/MonthCellRegistratable.swift",
        "Components/UI/Collection/Cells/Registration/ValueCellRegistration.swift",
        "Components/UI/Collection/Cells/Registration/YearsListCellRegistratable.swift",
        "Components/UI/Collection/Cells/ValueCollectionViewCell.swift",
        "Components/UI/Collection/Cells/YearsListCollectionViewCell.swift",
        "Components/UI/Collection/Layouts/DaysLayout.swift",
        "Components/UI/Collection/Layouts/MonthLayout.swift",
        "Components/UI/Collection/Layouts/ValueLayout.swift",
        "Components/UI/Collection/Layouts/ValueListLayout.swift",
        "Components/UI/Collection/ReusableViews/MonthCollectionReusableView.swift",
        "Components/UI/Collection/ReusableViews/Registration/MonthHeaderRegistratable.swift",
        "Components/UI/Views/DeltaCalendarView.swift",
        "Components/UI/Views/ShimmerView.swift",
        "Extensions/Date+Extension.swift",
        "Extensions/DateFormatter+Extension.swift",
        "Extensions/UICollectionView+Extension.swift",
        "Extensions/UIColor+Extension.swift",
        "Models/CalendarError.swift",
        "Models/Colors.swift",
        "Models/Day/DayItem.swift",
        "Models/Day/DayTimeModel.swift",
        "Models/MockConfigItem.swift",
        "Models/MonthItem.swift",
        "Models/Section.swift",
        "Models/SelectedModel.swift",
        "Models/StartModel.swift",
        "Models/UpdateSelectingModel.swift",
        "Models/ValueModel.swift",
        "Models/YearItem.swift",
        "Presenters/DCViewPresentable.swift",
        "Presenters/DeltaCalendarViewPresenter.swift",
        "Protocols/ShimmerLoadable.swift",
        "Resources/ImageResources.swift",
        "Resources/Resources.swift",
        "Resources/SizesResources.swift",
        "Resources/Text/TextResources.swift",
        "ViewModels/DeltaCalendarViewModel.swift"
      ],
      "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...
[0/7] Write sources
[0/7] Copying PrivacyInfo.xcprivacy
[2/7] Copying Localizable.strings
[2/7] Copying Info.plist
[2/7] Copying Localizable.strings
[4/7] Write sources
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/43] Emitting module SnapKit
[9/46] Compiling SnapKit Typealiases.swift
[10/46] Compiling SnapKit UILayoutSupport+Extensions.swift
[11/46] Compiling SnapKit resource_bundle_accessor.swift
[12/46] Compiling SnapKit ConstraintDSL.swift
[13/46] Compiling SnapKit ConstraintDescription.swift
[14/46] Compiling SnapKit ConstraintDirectionalInsetTarget.swift
[15/46] Compiling SnapKit ConstraintDirectionalInsets.swift
[16/46] Compiling SnapKit ConstraintMaker.swift
[17/46] Compiling SnapKit ConstraintMakerEditable.swift
[18/46] Compiling SnapKit ConstraintMakerExtendable.swift
[19/46] Compiling SnapKit ConstraintMakerFinalizable.swift
[20/46] Compiling SnapKit ConstraintLayoutGuide.swift
[21/46] Compiling SnapKit ConstraintLayoutGuideDSL.swift
[22/46] Compiling SnapKit ConstraintLayoutSupport.swift
[23/46] Compiling SnapKit ConstraintLayoutSupportDSL.swift
[24/46] Compiling SnapKit ConstraintMakerPrioritizable.swift
[25/46] Compiling SnapKit ConstraintMakerRelatable+Extensions.swift
[26/46] Compiling SnapKit ConstraintMakerRelatable.swift
[27/46] Compiling SnapKit ConstraintMultiplierTarget.swift
[28/46] Compiling SnapKit Debugging.swift
[29/46] Compiling SnapKit LayoutConstraint.swift
[30/46] Compiling SnapKit LayoutConstraintItem.swift
[31/46] Compiling SnapKit ConstraintInsetTarget.swift
[32/46] Compiling SnapKit ConstraintInsets.swift
[33/46] Compiling SnapKit ConstraintItem.swift
[34/46] Compiling SnapKit ConstraintLayoutGuide+Extensions.swift
[35/46] Compiling SnapKit ConstraintOffsetTarget.swift
[36/46] Compiling SnapKit ConstraintPriority.swift
[37/46] Compiling SnapKit ConstraintPriorityTarget.swift
[38/46] Compiling SnapKit ConstraintRelatableTarget.swift
[39/46] Compiling SnapKit ConstraintRelation.swift
[40/46] Compiling SnapKit ConstraintView+Extensions.swift
[41/46] Compiling SnapKit ConstraintView.swift
[42/46] Compiling SnapKit ConstraintViewDSL.swift
[43/46] Compiling SnapKit Constraint.swift
[44/46] Compiling SnapKit ConstraintAttributes.swift
[45/46] Compiling SnapKit ConstraintConfig.swift
[46/46] Compiling SnapKit ConstraintConstantTarget.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[47/88] Emitting module DeltaCalendar
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[48/92] Compiling DeltaCalendar DayCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[49/92] Compiling DeltaCalendar DayTimeListCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[50/92] Compiling DeltaCalendar MockLoadingCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[51/92] Compiling DeltaCalendar MonthCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[52/92] Compiling DeltaCalendar DayCellRegistratable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[53/92] Compiling DeltaCalendar DeltaCalendarViewPresenter.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[54/92] Compiling DeltaCalendar ShimmerLoadable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[55/92] Compiling DeltaCalendar ImageResources.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[56/92] Compiling DeltaCalendar Resources.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[57/92] Compiling DeltaCalendar DayTimeCellRegistratable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[58/92] Compiling DeltaCalendar MockLoadingRegistrable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[59/92] Compiling DeltaCalendar MonthCellRegistratable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[60/92] Compiling DeltaCalendar ValueCellRegistration.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[61/92] Compiling DeltaCalendar YearsListCellRegistratable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[62/92] Compiling DeltaCalendar Date+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[63/92] Compiling DeltaCalendar DateFormatter+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[64/92] Compiling DeltaCalendar UICollectionView+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[65/92] Compiling DeltaCalendar UIColor+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[66/92] Compiling DeltaCalendar CalendarError.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[67/92] Compiling DeltaCalendar Colors.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[68/92] Compiling DeltaCalendar DayItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[69/92] Compiling DeltaCalendar DayTimeModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[70/92] Compiling DeltaCalendar MockConfigItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[71/92] Compiling DeltaCalendar ValueListLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[72/92] Compiling DeltaCalendar MonthCollectionReusableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[73/92] Compiling DeltaCalendar MonthHeaderRegistratable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[74/92] Compiling DeltaCalendar DeltaCalendarView.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[75/92] Compiling DeltaCalendar ShimmerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[76/92] Compiling DeltaCalendar MonthItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[77/92] Compiling DeltaCalendar Section.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[78/92] Compiling DeltaCalendar SelectedModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[79/92] Compiling DeltaCalendar StartModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[80/92] Compiling DeltaCalendar UpdateSelectingModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[81/92] Compiling DeltaCalendar ValueModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[82/92] Compiling DeltaCalendar YearItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[83/92] Compiling DeltaCalendar DCViewPresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[84/92] Compiling DeltaCalendar ValueCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[85/92] Compiling DeltaCalendar YearsListCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[86/92] Compiling DeltaCalendar DaysLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[87/92] Compiling DeltaCalendar MonthLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[88/92] Compiling DeltaCalendar ValueLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[89/92] Compiling DeltaCalendar SizesResources.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[90/92] Compiling DeltaCalendar TextResources.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[91/92] Compiling DeltaCalendar DeltaCalendarViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[92/92] Compiling DeltaCalendar resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/37] Emitting module SnapKit
[3/40] Compiling SnapKit ConstraintDSL.swift
[4/40] Compiling SnapKit ConstraintDescription.swift
[5/40] Compiling SnapKit ConstraintDirectionalInsetTarget.swift
[6/40] Compiling SnapKit ConstraintDirectionalInsets.swift
[7/40] Compiling SnapKit ConstraintInsetTarget.swift
[8/40] Compiling SnapKit ConstraintInsets.swift
[9/40] Compiling SnapKit ConstraintItem.swift
[10/40] Compiling SnapKit ConstraintLayoutGuide+Extensions.swift
[11/40] Compiling SnapKit ConstraintRelation.swift
[12/40] Compiling SnapKit ConstraintView+Extensions.swift
[13/40] Compiling SnapKit ConstraintView.swift
[14/40] Compiling SnapKit ConstraintViewDSL.swift
[15/40] Compiling SnapKit ConstraintLayoutGuide.swift
[16/40] Compiling SnapKit ConstraintLayoutGuideDSL.swift
[17/40] Compiling SnapKit ConstraintLayoutSupport.swift
[18/40] Compiling SnapKit ConstraintLayoutSupportDSL.swift
[19/40] Compiling SnapKit ConstraintMaker.swift
[20/40] Compiling SnapKit ConstraintMakerEditable.swift
[21/40] Compiling SnapKit ConstraintMakerExtendable.swift
[22/40] Compiling SnapKit ConstraintMakerFinalizable.swift
[23/40] Compiling SnapKit ConstraintMakerPrioritizable.swift
[24/40] Compiling SnapKit ConstraintMakerRelatable+Extensions.swift
[25/40] Compiling SnapKit ConstraintMakerRelatable.swift
[26/40] Compiling SnapKit ConstraintMultiplierTarget.swift
[27/40] Compiling SnapKit ConstraintOffsetTarget.swift
[28/40] Compiling SnapKit ConstraintPriority.swift
[29/40] Compiling SnapKit ConstraintPriorityTarget.swift
[30/40] Compiling SnapKit ConstraintRelatableTarget.swift
[31/40] Compiling SnapKit Typealiases.swift
[32/40] Compiling SnapKit UILayoutSupport+Extensions.swift
[33/40] Compiling SnapKit resource_bundle_accessor.swift
[34/40] Compiling SnapKit Debugging.swift
[35/40] Compiling SnapKit LayoutConstraint.swift
[36/40] Compiling SnapKit LayoutConstraintItem.swift
[37/40] Compiling SnapKit Constraint.swift
[38/40] Compiling SnapKit ConstraintAttributes.swift
[39/40] Compiling SnapKit ConstraintConfig.swift
[40/40] Compiling SnapKit ConstraintConstantTarget.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/82] Emitting module DeltaCalendar
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[42/86] Compiling DeltaCalendar UpdateSelectingModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[43/86] Compiling DeltaCalendar ValueModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[44/86] Compiling DeltaCalendar YearItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[45/86] Compiling DeltaCalendar DCViewPresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[46/86] Compiling DeltaCalendar Colors.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[47/86] Compiling DeltaCalendar DayItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[48/86] Compiling DeltaCalendar DayTimeModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[49/86] Compiling DeltaCalendar MockConfigItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[50/86] Compiling DeltaCalendar Date+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[51/86] Compiling DeltaCalendar DateFormatter+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[52/86] Compiling DeltaCalendar UICollectionView+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[53/86] Compiling DeltaCalendar UIColor+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[54/86] Compiling DeltaCalendar CalendarError.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[55/86] Compiling DeltaCalendar DayCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[56/86] Compiling DeltaCalendar DayTimeListCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[57/86] Compiling DeltaCalendar MockLoadingCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[58/86] Compiling DeltaCalendar MonthCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[59/86] Compiling DeltaCalendar DayCellRegistratable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[60/86] Compiling DeltaCalendar MonthItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[61/86] Compiling DeltaCalendar Section.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[62/86] Compiling DeltaCalendar SelectedModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[63/86] Compiling DeltaCalendar StartModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[64/86] Compiling DeltaCalendar DayTimeCellRegistratable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[65/86] Compiling DeltaCalendar MockLoadingRegistrable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[66/86] Compiling DeltaCalendar MonthCellRegistratable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[67/86] Compiling DeltaCalendar ValueCellRegistration.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[68/86] Compiling DeltaCalendar YearsListCellRegistratable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[69/86] Compiling DeltaCalendar ValueListLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[70/86] Compiling DeltaCalendar MonthCollectionReusableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[71/86] Compiling DeltaCalendar MonthHeaderRegistratable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[72/86] Compiling DeltaCalendar DeltaCalendarView.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[73/86] Compiling DeltaCalendar ShimmerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[74/86] Compiling DeltaCalendar ValueCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[75/86] Compiling DeltaCalendar YearsListCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[76/86] Compiling DeltaCalendar DaysLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[77/86] Compiling DeltaCalendar MonthLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[78/86] Compiling DeltaCalendar ValueLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[79/86] Compiling DeltaCalendar DeltaCalendarViewPresenter.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[80/86] Compiling DeltaCalendar ShimmerLoadable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[81/86] Compiling DeltaCalendar ImageResources.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[82/86] Compiling DeltaCalendar Resources.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[83/86] Compiling DeltaCalendar SizesResources.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[84/86] Compiling DeltaCalendar TextResources.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[85/86] Compiling DeltaCalendar DeltaCalendarViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
[86/86] Compiling DeltaCalendar resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeltaCalendar/Components/UI/Collection/Cells/DayCollectionViewCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | internal final class DayCollectionViewCell: UICollectionViewCell {
BUILD FAILURE 6.1 macosSpm