The Swift Package Index logo.Swift Package Index

Build Information

Failed to build YCalendarPicker, reference main (a2b2ab), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 14 Apr 2026 02:10:38 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme YCalendarPicker -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/codeandtheory/ycalendarpicker-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/codeandtheory/ycalendarpicker-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a2b2abc test case updated (#24)
Cloned https://github.com/codeandtheory/ycalendarpicker-ios.git
Revision (git rev-parse @):
a2b2abcf1022403a5256454614581fcbab95460f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/codeandtheory/ycalendarpicker-ios.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/codeandtheory/ycalendarpicker-ios.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/yml-org/YMatterType.git
Fetching from https://github.com/yml-org/YCoreUI.git
Creating working copy of package ‘YCoreUI’
Checking out 1.7.0 of package ‘YCoreUI’
Creating working copy of package ‘YMatterType’
Checking out 1.7.0 of package ‘YMatterType’
Resolve Package Graph
Resolved source packages:
  YCoreUI: https://github.com/yml-org/YCoreUI.git @ 1.7.0
  YMatterType: https://github.com/yml-org/YMatterType.git @ 1.7.0
  YCalendarPicker: /Users/admin/builder/spi-builder-workspace
resolved source packages: YCoreUI, YMatterType, YCalendarPicker
2026-04-13 22:09:55.630 xcodebuild[529:3085] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 22:09:55.734 xcodebuild[529:3085] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 22:09:56.204 xcodebuild[529:3085] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "ycoreui",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yml-org/YCoreUI.git"
    },
    {
      "identity" : "ymattertype",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yml-org/YMatterType.git"
    }
  ],
  "manifest_display_name" : "YCalendarPicker",
  "name" : "YCalendarPicker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "YCalendarPicker",
      "targets" : [
        "YCalendarPicker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YCalendarPickerTests",
      "module_type" : "SwiftTarget",
      "name" : "YCalendarPickerTests",
      "path" : "Tests/YCalendarPickerTests",
      "sources" : [
        "Enums/CalendarPicker+StringsTests.swift",
        "Extensions/CalendarMonthDateUseCaseTests.swift",
        "Extensions/CalendarMonthItem+appearance.swift",
        "Extensions/CompareDateUseCaseTests.swift",
        "Extensions/Date+dateWithTime.swift",
        "Extensions/Date+onlyDateTests.swift",
        "Extensions/DateFormatterCacheTests.swift",
        "Extensions/DateToStringTests.swift",
        "Extensions/Int+ModulusTests.swift",
        "Extensions/StringSizeTests.swift",
        "Extensions/StringToDateTests.swift",
        "Extensions/TimeSinceDateTests.swift",
        "Model/CalendarMonthItemTests.swift",
        "SwiftUI/CalendarViewTests.swift",
        "SwiftUI/DayViewTests.swift",
        "SwiftUI/DaysViewTests.swift",
        "SwiftUI/MonthViewTests.swift",
        "SwiftUI/WeekdayViewTests.swift",
        "Test Helpers/XCTestCase+MemoryLeakTracking.swift",
        "Test Helpers/XCTestCase+TypographyTest.swift",
        "UIKit/CalendarPicker+AppearanceTests.swift",
        "UIKit/CalendarPickerAppearanceDayTests.swift",
        "UIKit/CalendarPickerTests.swift"
      ],
      "target_dependencies" : [
        "YCalendarPicker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YCalendarPicker",
      "module_type" : "SwiftTarget",
      "name" : "YCalendarPicker",
      "path" : "Sources/YCalendarPicker",
      "product_dependencies" : [
        "YCoreUI",
        "YMatterType"
      ],
      "product_memberships" : [
        "YCalendarPicker"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/YCalendarPicker/Assets/Strings/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "Enums/CalendarPicker+Strings.swift",
        "Extensions/Date+CalendarDates.swift",
        "Extensions/Date+Compare.swift",
        "Extensions/Date+TimeSinceDate.swift",
        "Extensions/Date+dateOnly.swift",
        "Extensions/Date+dateWithTime.swift",
        "Extensions/Date+toString.swift",
        "Extensions/DateFormatType.swift",
        "Extensions/DateFormatterCache.swift",
        "Extensions/Int+Modulo.swift",
        "Extensions/String+TextSize.swift",
        "Extensions/String+toDate.swift",
        "Model/CalendarMonthItem+DayAppearance.swift",
        "Model/CalendarMonthItem.swift",
        "Protocols/CalendarPickerDelegate.swift",
        "Protocols/CalendarViewDelegate.swift",
        "Shared/Constants.swift",
        "SwiftUI/Observers/CalendarView+AppearanceObserver.swift",
        "SwiftUI/Observers/CalendarView+DateObserver.swift",
        "SwiftUI/Views/CalendarView.swift",
        "SwiftUI/Views/DayView.swift",
        "SwiftUI/Views/DaysView.swift",
        "SwiftUI/Views/MonthView.swift",
        "SwiftUI/Views/WeekdayView.swift",
        "UIKit/CalendarPicker+Appearance+Day.swift",
        "UIKit/CalendarPicker+Appearance+Style.swift",
        "UIKit/CalendarPicker+Appearance.swift",
        "UIKit/CalendarPicker.swift",
        "UIKit/Typography+CalendarPicker.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "YCalendarPicker",
      "YCoreUI",
      "YMatterType"
    ]
  }
}
2026-04-13 22:10:20.236 xcodebuild[699:4147] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 22:10:20.340 xcodebuild[699:4147] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "YCalendarPicker",
      "YCoreUI",
      "YMatterType"
    ]
  }
}
2026-04-13 22:10:21.964 xcodebuild[707:4224] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 22:10:22.069 xcodebuild[707:4224] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme YCalendarPicker -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme YCalendarPicker -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  YMatterType: https://github.com/yml-org/YMatterType.git @ 1.7.0
  YCalendarPicker: /Users/admin/builder/spi-builder-workspace
  YCoreUI: https://github.com/yml-org/YCoreUI.git @ 1.7.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'YCalendarPickerTests' in project 'YCalendarPicker'
        ➜ Explicit dependency on target 'YCalendarPicker' in project 'YCalendarPicker'
        ➜ Explicit dependency on target 'YCoreUI' in project 'YCoreUI'
        ➜ Explicit dependency on target 'YMatterType' in project 'YMatterType'
    Target 'YCalendarPicker' in project 'YCalendarPicker'
        ➜ Explicit dependency on target 'YCalendarPicker' in project 'YCalendarPicker'
        ➜ Explicit dependency on target 'YCalendarPicker_YCalendarPicker' in project 'YCalendarPicker'
        ➜ Explicit dependency on target 'YCoreUI' in project 'YCoreUI'
        ➜ Explicit dependency on target 'YMatterType' in project 'YMatterType'
    Target 'YCalendarPicker' in project 'YCalendarPicker'
        ➜ Explicit dependency on target 'YCalendarPicker_YCalendarPicker' in project 'YCalendarPicker'
        ➜ Explicit dependency on target 'YCoreUI' in project 'YCoreUI'
        ➜ Explicit dependency on target 'YMatterType' in project 'YMatterType'
    Target 'YMatterType' in project 'YMatterType'
        ➜ Explicit dependency on target 'YMatterType' in project 'YMatterType'
    Target 'YMatterType' in project 'YMatterType' (no dependencies)
    Target 'YCoreUI' in project 'YCoreUI'
        ➜ Explicit dependency on target 'YCoreUI' in project 'YCoreUI'
    Target 'YCoreUI' in project 'YCoreUI' (no dependencies)
    Target 'YCalendarPicker_YCalendarPicker' in project 'YCalendarPicker' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 5d1e04578fb1e901e0f0b8140e96d18f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5d1e04578fb1e901e0f0b8140e96d18f.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/YMatterType.modulemap (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/YMatterType.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/YMatterType.DependencyMetadataFileList (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/YMatterType.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/YMatterType.DependencyStaticMetadataFileList (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/YMatterType.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType.SwiftFileList (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType_const_extract_protocols.json (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType.LinkFileList (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType.SwiftConstValuesFileList (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType-OutputFileMap.json (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/YCoreUI.modulemap (in target 'YCoreUI' from project 'YCoreUI')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/YCoreUI.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/YCoreUI.DependencyStaticMetadataFileList (in target 'YCoreUI' from project 'YCoreUI')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/YCoreUI.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/YCoreUI.DependencyMetadataFileList (in target 'YCoreUI' from project 'YCoreUI')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/YCoreUI.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI_const_extract_protocols.json (in target 'YCoreUI' from project 'YCoreUI')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI.SwiftFileList (in target 'YCoreUI' from project 'YCoreUI')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/YMatterType.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/YMatterType.modulemap (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/YMatterType.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI.LinkFileList (in target 'YCoreUI' from project 'YCoreUI')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI-OutputFileMap.json (in target 'YCoreUI' from project 'YCoreUI')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI.SwiftConstValuesFileList (in target 'YCoreUI' from project 'YCoreUI')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/YCoreUI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/YCoreUI.modulemap (in target 'YCoreUI' from project 'YCoreUI')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/YCoreUI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker_YCalendarPicker.build/empty-YCalendarPicker_YCalendarPicker.plist (in target 'YCalendarPicker_YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker_YCalendarPicker.build/empty-YCalendarPicker_YCalendarPicker.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker_YCalendarPicker.build/YCalendarPicker_YCalendarPicker.DependencyStaticMetadataFileList (in target 'YCalendarPicker_YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker_YCalendarPicker.build/YCalendarPicker_YCalendarPicker.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker_YCalendarPicker.build/YCalendarPicker_YCalendarPicker.DependencyMetadataFileList (in target 'YCalendarPicker_YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker_YCalendarPicker.build/YCalendarPicker_YCalendarPicker.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPickerTests.build/empty-YCalendarPickerTests.plist (in target 'YCalendarPickerTests' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPickerTests.build/empty-YCalendarPickerTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPickerTests.build/YCalendarPickerTests.DependencyStaticMetadataFileList (in target 'YCalendarPickerTests' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPickerTests.build/YCalendarPickerTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPickerTests.build/YCalendarPickerTests.DependencyMetadataFileList (in target 'YCalendarPickerTests' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPickerTests.build/YCalendarPickerTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPickerTests.build/Objects-normal/arm64/YCalendarPickerTests.SwiftFileList (in target 'YCalendarPickerTests' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPickerTests.build/Objects-normal/arm64/YCalendarPickerTests.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPickerTests.build/Objects-normal/arm64/YCalendarPickerTests_const_extract_protocols.json (in target 'YCalendarPickerTests' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPickerTests.build/Objects-normal/arm64/YCalendarPickerTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPickerTests.build/Objects-normal/arm64/YCalendarPickerTests.SwiftConstValuesFileList (in target 'YCalendarPickerTests' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPickerTests.build/Objects-normal/arm64/YCalendarPickerTests.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPickerTests.build/Objects-normal/arm64/YCalendarPickerTests.LinkFileList (in target 'YCalendarPickerTests' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPickerTests.build/Objects-normal/arm64/YCalendarPickerTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPickerTests.build/Objects-normal/arm64/YCalendarPickerTests-OutputFileMap.json (in target 'YCalendarPickerTests' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPickerTests.build/Objects-normal/arm64/YCalendarPickerTests-OutputFileMap.json
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPicker_YCalendarPicker.bundle/Contents (in target 'YCalendarPicker_YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPicker_YCalendarPicker.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPicker_YCalendarPicker.bundle/Contents/Resources (in target 'YCalendarPicker_YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPicker_YCalendarPicker.bundle/Contents/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPicker_YCalendarPicker.bundle (in target 'YCalendarPicker_YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPicker_YCalendarPicker.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPickerTests.xctest/Contents/Resources (in target 'YCalendarPickerTests' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPickerTests.xctest/Contents/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPickerTests.xctest/Contents/MacOS (in target 'YCalendarPickerTests' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPickerTests.xctest/Contents/MacOS
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPickerTests.xctest/Contents (in target 'YCalendarPickerTests' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPickerTests.xctest/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPickerTests.xctest (in target 'YCalendarPickerTests' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPickerTests.xctest
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/YCalendarPicker.modulemap (in target 'YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/YCalendarPicker.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/YCalendarPicker.DependencyStaticMetadataFileList (in target 'YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/YCalendarPicker.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/Objects-normal/arm64/YCalendarPicker_const_extract_protocols.json (in target 'YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/Objects-normal/arm64/YCalendarPicker_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/YCalendarPicker.DependencyMetadataFileList (in target 'YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/YCalendarPicker.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/Objects-normal/arm64/YCalendarPicker-OutputFileMap.json (in target 'YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/Objects-normal/arm64/YCalendarPicker-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/Objects-normal/arm64/YCalendarPicker.SwiftFileList (in target 'YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/Objects-normal/arm64/YCalendarPicker.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/Objects-normal/arm64/YCalendarPicker.SwiftConstValuesFileList (in target 'YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/Objects-normal/arm64/YCalendarPicker.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/Objects-normal/arm64/YCalendarPicker.LinkFileList (in target 'YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/Objects-normal/arm64/YCalendarPicker.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/DerivedSources/resource_bundle_accessor.swift (in target 'YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/DerivedSources/resource_bundle_accessor.swift
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/YCalendarPicker.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/YCalendarPicker.modulemap (in target 'YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker.build/YCalendarPicker.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPicker_YCalendarPicker.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker_YCalendarPicker.build/empty-YCalendarPicker_YCalendarPicker.plist (in target 'YCalendarPicker_YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCalendarPicker.build/Debug/YCalendarPicker_YCalendarPicker.build/empty-YCalendarPicker_YCalendarPicker.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPicker_YCalendarPicker.bundle/Contents/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPicker_YCalendarPicker.bundle/Contents/Resources/en.lproj/Localizable.strings /Users/admin/builder/spi-builder-workspace/Sources/YCalendarPicker/Assets/Strings/en.lproj/Localizable.strings (in target 'YCalendarPicker_YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/YCalendarPicker/Assets/Strings/en.lproj/Localizable.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPicker_YCalendarPicker.bundle/Contents/Resources/en.lproj
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPicker_YCalendarPicker.bundle (in target 'YCalendarPicker_YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPicker_YCalendarPicker.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPicker_YCalendarPicker.bundle (in target 'YCalendarPicker_YCalendarPicker' from project 'YCalendarPicker')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/YCalendarPicker_YCalendarPicker.bundle
SwiftDriver YMatterType normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name YMatterType -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: Unable to resolve module dependency: 'UIKit'
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: note: A dependency of main module 'YMatterType'
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyLabel.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextField.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextView.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textSize.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+breakpoint.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+fontAppearance.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamily.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamily.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Enums.swift:8:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Font.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Mutators.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+System.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/TypographyLayout.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
SwiftDriver YCoreUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YCoreUI' from project 'YCoreUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name YCoreUI -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: Unable to resolve module dependency: 'UIKit'
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: note: A dependency of main module 'YCoreUI'
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGFloat+rounded.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGSize+inset.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/NSDirectionalEdgeInsets+horizontal.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/NSDirectionalEdgeInsets+init.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+WCAG.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+blended.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgb.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbComponents.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbValue.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+directional.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+horizontal.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+init.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIScreen+scaleFactor.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIScrollView+keyboardNotifications.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UITraitCollection+colorSpaces.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+Animation.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrain.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAnchor.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAspectRatio.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainBelow.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainCenter.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdges.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdgesToMargins.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainSize.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Foundations/Animation.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Foundations/Elevation.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Anchorable.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Colorable.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/ImageAsset.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/SystemImage.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
2026-04-13 22:10:22.997 xcodebuild[710:4255] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 22:10:23.104 xcodebuild[710:4255] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:be7d48656246046d0242a1cd1e06c219b432a8a6, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:be7d48656246046d0242a1cd1e06c219b432a8a6, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:be7d48656246046d0242a1cd1e06c219b432a8a6, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:be7d48656246046d0242a1cd1e06c219b432a8a6, name:My Mac }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: unable to resolve module dependency: 'UIKit'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: note: a dependency of main module 'YCoreUI'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGFloat+rounded.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGSize+inset.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/NSDirectionalEdgeInsets+horizontal.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/NSDirectionalEdgeInsets+init.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+WCAG.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+blended.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgb.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbComponents.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbValue.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+directional.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+horizontal.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+init.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIScreen+scaleFactor.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIScrollView+keyboardNotifications.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UITraitCollection+colorSpaces.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+Animation.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrain.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAnchor.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAspectRatio.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainBelow.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainCenter.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdges.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdgesToMargins.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainSize.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Foundations/Animation.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Foundations/Elevation.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Anchorable.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Colorable.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/ImageAsset.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/SystemImage.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: unable to resolve module dependency: 'UIKit'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: note: a dependency of main module 'YMatterType'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyLabel.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextField.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextView.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textSize.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+breakpoint.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+fontAppearance.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamily.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamily.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Enums.swift:8:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Font.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Mutators.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+System.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/TypographyLayout.swift:9:8: note: also imported here
import UIKit
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver YMatterType normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YMatterType' from project 'YMatterType')
	SwiftDriver YCoreUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YCoreUI' from project 'YCoreUI')
	Building workspace spi-builder-workspace with scheme YCalendarPicker
(3 failures)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  YMatterType: https://github.com/yml-org/YMatterType.git @ 1.7.0
  YCalendarPicker: /Users/admin/builder/spi-builder-workspace
  YCoreUI: https://github.com/yml-org/YCoreUI.git @ 1.7.0
resolved source packages: YMatterType, YCalendarPicker, YCoreUI
2026-04-13 22:10:33.272 xcodebuild[766:4815] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 22:10:33.376 xcodebuild[766:4815] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "ycoreui",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yml-org/YCoreUI.git"
    },
    {
      "identity" : "ymattertype",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yml-org/YMatterType.git"
    }
  ],
  "manifest_display_name" : "YCalendarPicker",
  "name" : "YCalendarPicker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "YCalendarPicker",
      "targets" : [
        "YCalendarPicker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YCalendarPickerTests",
      "module_type" : "SwiftTarget",
      "name" : "YCalendarPickerTests",
      "path" : "Tests/YCalendarPickerTests",
      "sources" : [
        "Enums/CalendarPicker+StringsTests.swift",
        "Extensions/CalendarMonthDateUseCaseTests.swift",
        "Extensions/CalendarMonthItem+appearance.swift",
        "Extensions/CompareDateUseCaseTests.swift",
        "Extensions/Date+dateWithTime.swift",
        "Extensions/Date+onlyDateTests.swift",
        "Extensions/DateFormatterCacheTests.swift",
        "Extensions/DateToStringTests.swift",
        "Extensions/Int+ModulusTests.swift",
        "Extensions/StringSizeTests.swift",
        "Extensions/StringToDateTests.swift",
        "Extensions/TimeSinceDateTests.swift",
        "Model/CalendarMonthItemTests.swift",
        "SwiftUI/CalendarViewTests.swift",
        "SwiftUI/DayViewTests.swift",
        "SwiftUI/DaysViewTests.swift",
        "SwiftUI/MonthViewTests.swift",
        "SwiftUI/WeekdayViewTests.swift",
        "Test Helpers/XCTestCase+MemoryLeakTracking.swift",
        "Test Helpers/XCTestCase+TypographyTest.swift",
        "UIKit/CalendarPicker+AppearanceTests.swift",
        "UIKit/CalendarPickerAppearanceDayTests.swift",
        "UIKit/CalendarPickerTests.swift"
      ],
      "target_dependencies" : [
        "YCalendarPicker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YCalendarPicker",
      "module_type" : "SwiftTarget",
      "name" : "YCalendarPicker",
      "path" : "Sources/YCalendarPicker",
      "product_dependencies" : [
        "YCoreUI",
        "YMatterType"
      ],
      "product_memberships" : [
        "YCalendarPicker"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/YCalendarPicker/Assets/Strings/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "Enums/CalendarPicker+Strings.swift",
        "Extensions/Date+CalendarDates.swift",
        "Extensions/Date+Compare.swift",
        "Extensions/Date+TimeSinceDate.swift",
        "Extensions/Date+dateOnly.swift",
        "Extensions/Date+dateWithTime.swift",
        "Extensions/Date+toString.swift",
        "Extensions/DateFormatType.swift",
        "Extensions/DateFormatterCache.swift",
        "Extensions/Int+Modulo.swift",
        "Extensions/String+TextSize.swift",
        "Extensions/String+toDate.swift",
        "Model/CalendarMonthItem+DayAppearance.swift",
        "Model/CalendarMonthItem.swift",
        "Protocols/CalendarPickerDelegate.swift",
        "Protocols/CalendarViewDelegate.swift",
        "Shared/Constants.swift",
        "SwiftUI/Observers/CalendarView+AppearanceObserver.swift",
        "SwiftUI/Observers/CalendarView+DateObserver.swift",
        "SwiftUI/Views/CalendarView.swift",
        "SwiftUI/Views/DayView.swift",
        "SwiftUI/Views/DaysView.swift",
        "SwiftUI/Views/MonthView.swift",
        "SwiftUI/Views/WeekdayView.swift",
        "UIKit/CalendarPicker+Appearance+Day.swift",
        "UIKit/CalendarPicker+Appearance+Style.swift",
        "UIKit/CalendarPicker+Appearance.swift",
        "UIKit/CalendarPicker.swift",
        "UIKit/Typography+CalendarPicker.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "YCalendarPicker",
      "YCoreUI",
      "YMatterType"
    ]
  }
}
2026-04-13 22:10:34.728 xcodebuild[776:4914] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 22:10:34.831 xcodebuild[776:4914] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "YCalendarPicker",
      "YCoreUI",
      "YMatterType"
    ]
  }
}
2026-04-13 22:10:35.737 xcodebuild[782:4963] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 22:10:35.838 xcodebuild[782:4963] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme YCalendarPicker -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme YCalendarPicker -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  YCoreUI: https://github.com/yml-org/YCoreUI.git @ 1.7.0
  YCalendarPicker: /Users/admin/builder/spi-builder-workspace
  YMatterType: https://github.com/yml-org/YMatterType.git @ 1.7.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'YCalendarPickerTests' in project 'YCalendarPicker'
        ➜ Explicit dependency on target 'YCalendarPicker' in project 'YCalendarPicker'
        ➜ Explicit dependency on target 'YCoreUI' in project 'YCoreUI'
        ➜ Explicit dependency on target 'YMatterType' in project 'YMatterType'
    Target 'YCalendarPicker' in project 'YCalendarPicker'
        ➜ Explicit dependency on target 'YCalendarPicker' in project 'YCalendarPicker'
        ➜ Explicit dependency on target 'YCalendarPicker_YCalendarPicker' in project 'YCalendarPicker'
        ➜ Explicit dependency on target 'YCoreUI' in project 'YCoreUI'
        ➜ Explicit dependency on target 'YMatterType' in project 'YMatterType'
    Target 'YCalendarPicker' in project 'YCalendarPicker'
        ➜ Explicit dependency on target 'YCalendarPicker_YCalendarPicker' in project 'YCalendarPicker'
        ➜ Explicit dependency on target 'YCoreUI' in project 'YCoreUI'
        ➜ Explicit dependency on target 'YMatterType' in project 'YMatterType'
    Target 'YMatterType' in project 'YMatterType'
        ➜ Explicit dependency on target 'YMatterType' in project 'YMatterType'
    Target 'YMatterType' in project 'YMatterType' (no dependencies)
    Target 'YCoreUI' in project 'YCoreUI'
        ➜ Explicit dependency on target 'YCoreUI' in project 'YCoreUI'
    Target 'YCoreUI' in project 'YCoreUI' (no dependencies)
    Target 'YCalendarPicker_YCalendarPicker' in project 'YCalendarPicker' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
SwiftDriver YMatterType normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name YMatterType -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug/YMatterType.build/Objects-normal/arm64/YMatterType-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: Unable to resolve module dependency: 'UIKit'
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: note: A dependency of main module 'YMatterType'
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyLabel.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextField.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextView.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textSize.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+breakpoint.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+fontAppearance.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamily.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamily.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Enums.swift:8:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Font.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Mutators.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+System.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/TypographyLayout.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YMatterType' from project 'YMatterType')
SwiftDriver YCoreUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YCoreUI' from project 'YCoreUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name YCoreUI -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug/YCoreUI.build/Objects-normal/arm64/YCoreUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: Unable to resolve module dependency: 'UIKit'
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: note: A dependency of main module 'YCoreUI'
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGFloat+rounded.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGSize+inset.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/NSDirectionalEdgeInsets+horizontal.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/NSDirectionalEdgeInsets+init.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+WCAG.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+blended.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgb.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbComponents.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbValue.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+directional.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+horizontal.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+init.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIScreen+scaleFactor.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIScrollView+keyboardNotifications.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UITraitCollection+colorSpaces.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+Animation.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrain.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAnchor.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAspectRatio.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainBelow.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainCenter.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdges.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdgesToMargins.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainSize.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Foundations/Animation.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Foundations/Elevation.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Anchorable.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Colorable.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/ImageAsset.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/SystemImage.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'YCoreUI' from project 'YCoreUI')
2026-04-13 22:10:36.759 xcodebuild[785:5001] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 22:10:36.862 xcodebuild[785:5001] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:be7d48656246046d0242a1cd1e06c219b432a8a6, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:be7d48656246046d0242a1cd1e06c219b432a8a6, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:be7d48656246046d0242a1cd1e06c219b432a8a6, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:be7d48656246046d0242a1cd1e06c219b432a8a6, name:My Mac }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: unable to resolve module dependency: 'UIKit'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: note: a dependency of main module 'YCoreUI'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGFloat+rounded.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGSize+inset.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/NSDirectionalEdgeInsets+horizontal.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/NSDirectionalEdgeInsets+init.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+WCAG.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+blended.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgb.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbComponents.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbValue.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+directional.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+horizontal.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+init.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIScreen+scaleFactor.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIScrollView+keyboardNotifications.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UITraitCollection+colorSpaces.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+Animation.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrain.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAnchor.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAspectRatio.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainBelow.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainCenter.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdges.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdgesToMargins.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainSize.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Foundations/Animation.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Foundations/Elevation.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Anchorable.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Colorable.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/ImageAsset.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/SystemImage.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: unable to resolve module dependency: 'UIKit'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: note: a dependency of main module 'YMatterType'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyLabel.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextField.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextView.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textSize.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+breakpoint.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+fontAppearance.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamily.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamily.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Enums.swift:8:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Font.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Mutators.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+System.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/TypographyLayout.swift:9:8: note: also imported here
import UIKit
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver YMatterType normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YMatterType' from project 'YMatterType')
	SwiftDriver YCoreUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YCoreUI' from project 'YCoreUI')
	Building workspace spi-builder-workspace with scheme YCalendarPicker
(3 failures)
BUILD FAILURE 6.3 macosXcodebuild