Build Information
Failed to build Yotei, reference 1.0.5 (f3576d), with Swift 6.2 for macOS (Xcode) using Xcode 26.3 on 23 Apr 2026 13:41:43 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Yotei -destination platform=macOS,arch=arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/claustrofob/Yotei.git
Reference: 1.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/claustrofob/Yotei
* tag 1.0.5 -> FETCH_HEAD
HEAD is now at f3576d5 updated README
Cloned https://github.com/claustrofob/Yotei.git
Revision (git rev-parse @):
f3576d578cb91cf40990697e55df5947bfb3f53e
SUCCESS checkout https://github.com/claustrofob/Yotei.git at 1.0.5
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.2
Building package at path: $PWD
https://github.com/claustrofob/Yotei.git
Command line invocation:
/Applications/Xcode-26.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/claustrofob/Eventually.git
Creating working copy of package ‘Eventually’
Checking out 1.0.4 (c6bb7ac) of package ‘Eventually’
Resolve Package Graph
Resolved source packages:
Yotei: /Users/admin/builder/spi-builder-workspace
Eventually: https://github.com/claustrofob/Eventually.git @ 1.0.4 (c6bb7ac)
resolved source packages: Yotei, Eventually
2026-04-23 09:41:10.694 xcodebuild[530:3087] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "eventually",
"requirement" : {
"branch" : [
"1.0.4"
]
},
"type" : "sourceControl",
"url" : "https://github.com/claustrofob/Eventually.git"
}
],
"manifest_display_name" : "Yotei",
"name" : "Yotei",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "Yotei",
"targets" : [
"Yotei"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Yotei",
"module_type" : "SwiftTarget",
"name" : "Yotei",
"path" : "Sources",
"product_dependencies" : [
"Eventually"
],
"product_memberships" : [
"Yotei"
],
"sources" : [
"Internal/Extensions/Calendar.swift",
"Internal/Extensions/Collection.swift",
"Internal/Extensions/Date.swift",
"Internal/Extensions/DateInterval.swift",
"Internal/Extensions/Locale.swift",
"Internal/Extensions/String.swift",
"Internal/Extensions/UIEdgeInsets.swift",
"Internal/Model/AlignedRowEvent.swift",
"Internal/Model/AlignedRowEventsData.swift",
"Internal/Modifiers/OnChangeModifier.swift",
"Internal/Modifiers/OnFirstAppearModifier.swift",
"Internal/Modifiers/ParentView/ParentViewModifier.swift",
"Internal/Modifiers/ParentView/ParentViewRepresentable.swift",
"Internal/Modifiers/ScrollViewPositionModifier.swift",
"Internal/Utilities/DiffableDataStorage.swift",
"Internal/Utilities/EventsRowAligner.swift",
"Internal/Views/DateTabView.swift",
"Internal/Views/PassthroughTouchDetectorView.swift",
"Public/Components/AllDayEvents/Factory/YoteiAllDayEventsTopViewFactory.swift",
"Public/Components/AllDayEvents/Factory/YoteiAllDayEventsTopViewFactoryProtocol.swift",
"Public/Components/AllDayEvents/Top/YoteiAllDayEventsTopView.swift",
"Public/Components/DatePicker/Factory/YoteiDatePickerFactory.swift",
"Public/Components/DatePicker/Factory/YoteiDatePickerFactoryProtocol.swift",
"Public/Components/DatePicker/YoteiDatePicker.swift",
"Public/Components/DatePicker/YoteiDatePickerMonth.swift",
"Public/Components/DatePicker/YoteiMonthYearPicker.swift",
"Public/Components/DatePicker/YoteiTimePicker.swift",
"Public/Components/Day/YoteiPagesDayView.swift",
"Public/Components/DayEvents/Factory/YoteiDayEventsViewFactory.swift",
"Public/Components/DayEvents/Factory/YoteiDayEventsViewFactoryProtocol.swift",
"Public/Components/DayEvents/ViewModel/YoteiDayEventsPlaceholderEvent.swift",
"Public/Components/DayEvents/YoteiDayEventsView.swift",
"Public/Components/Default/AllDay/YoteiAllDayEventDefaultView.swift",
"Public/Components/Default/AllDay/YoteiAllDayMoreEventsDefaultView.swift",
"Public/Components/Default/DatePicker/YoteiMonthBackButtonDefaultView.swift",
"Public/Components/Default/DatePicker/YoteiMonthForwardButtonDefaultView.swift",
"Public/Components/Default/DatePicker/YoteiMonthSelectorButtonDefaultView.swift",
"Public/Components/Default/DayEvents/YoteiDayEventsCurrentTimeMarkerDefaultView.swift",
"Public/Components/Default/DayEvents/YoteiDayEventsDaysDelimiterDefaultView.swift",
"Public/Components/Default/DayEvents/YoteiDayEventsEventDefaultView.swift",
"Public/Components/Default/DayEvents/YoteiDayEventsEventPlaceholderDefaultView.swift",
"Public/Components/Default/DayEvents/YoteiDayEventsTimeSlotDefaultView.swift",
"Public/Components/Default/Month/YoteiPagesMonthDayCellDefaultView.swift",
"Public/Components/Default/Month/YoteiPagesMonthEventDefaultView.swift",
"Public/Components/Default/Month/YoteiPagesMonthHorizontalDelimiterDefaultView.swift",
"Public/Components/Default/Month/YoteiPagesMonthMoreEventsDefaultView.swift",
"Public/Components/Default/Month/YoteiPagesMonthVerticalDelimiterDefaultView.swift",
"Public/Components/Default/Schedule/YoteiScheduleAllDayEventCellDefaultView.swift",
"Public/Components/Default/Schedule/YoteiScheduleEmptyCellDefaultView.swift",
"Public/Components/Default/Schedule/YoteiScheduleEventCellDefaultView.swift",
"Public/Components/Default/Schedule/YoteiScheduleLoadingCellDefaultView.swift",
"Public/Components/Default/Schedule/YoteiScheduleSectionHeaderDefaultView.swift",
"Public/Components/Default/Strip/YoteiStripExpandDefaultView.swift",
"Public/Components/Default/YoteiDayCellDefaultView.swift",
"Public/Components/Month/Factory/YoteiPagesMonthViewFactory.swift",
"Public/Components/Month/Factory/YoteiPagesMonthViewFactoryProtocol.swift",
"Public/Components/Month/YoteiPagesMonthPageView.swift",
"Public/Components/Month/YoteiPagesMonthView.swift",
"Public/Components/Schedule/Factory/YoteiScheduleViewFactory.swift",
"Public/Components/Schedule/Factory/YoteiScheduleViewFactoryProtocol.swift",
"Public/Components/Schedule/View/Layout/YoteiScheduleCollectionViewLayout.swift",
"Public/Components/Schedule/View/YoteiScheduleCollectionView.swift",
"Public/Components/Schedule/View/YoteiScheduleDataSource.swift",
"Public/Components/Schedule/View/YoteiScheduleUICollectionView.swift",
"Public/Components/Schedule/ViewModel/YoteiScheduleViewData.swift",
"Public/Components/Schedule/ViewModel/YoteiScheduleViewModel.swift",
"Public/Components/Schedule/YoteiScheduleView.swift",
"Public/Components/Strip/Container/YoteiStripContainerView.swift",
"Public/Components/Strip/Factory/YoteiStripViewFactory.swift",
"Public/Components/Strip/Factory/YoteiStripViewFactoryProtocol.swift",
"Public/Components/Strip/Month/YoteiStripMonthPageView.swift",
"Public/Components/Strip/Month/YoteiStripMonthView.swift",
"Public/Components/Strip/Week/YoteiStripWeekPageView.swift",
"Public/Components/Strip/Week/YoteiStripWeekView.swift",
"Public/Components/Week/YoteiPagesWeekView.swift",
"Public/Components/Weekday/Factory/YoteiWeekdayViewFactory.swift",
"Public/Components/Weekday/Factory/YoteiWeekdayViewFactoryProtocol.swift",
"Public/Components/Weekday/YoteiWeekdayTitlesView.swift",
"Public/Components/Weekday/YoteiWeekdaysView.swift",
"Public/Delegate/YoteiDelegate.swift",
"Public/Domain/YoteiEvent.swift",
"Public/Domain/YoteiEventData.swift",
"Public/Domain/YoteiEventsInterval.swift",
"Public/FontStyle/YoteiFontStyle.swift",
"Public/Utilities/YoteiDaysSequence.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Yotei"
]
}
}
2026-04-23 09:41:28.417 xcodebuild[719:4455] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Yotei -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-26.3.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 Yotei -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
Eventually: https://github.com/claustrofob/Eventually.git @ 1.0.4 (c6bb7ac)
Yotei: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'Yotei' in project 'Yotei'
➜ Explicit dependency on target 'Yotei' in project 'Yotei'
➜ Explicit dependency on target 'Eventually' in project 'Eventually'
Target 'Yotei' in project 'Yotei'
➜ Explicit dependency on target 'Eventually' in project 'Eventually'
Target 'Eventually' in project 'Eventually'
➜ Explicit dependency on target 'Eventually' in project 'Eventually'
Target 'Eventually' in project 'Eventually' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 8d3a7c740d6bb82d6ef8ffaa1bf65305
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8d3a7c740d6bb82d6ef8ffaa1bf65305.xcbuilddata
ClangStatCache /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.2-25C58-dc75598d0054f22ec865fa860f139d726b10091eae1b9012e514a50b0de53ce7.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.2-25C58-dc75598d0054f22ec865fa860f139d726b10091eae1b9012e514a50b0de53ce7.sdkstatcache
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/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/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/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/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
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/Yotei.build/Debug/Yotei.build/Yotei.modulemap (in target 'Yotei' from project 'Yotei')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yotei.build/Debug/Yotei.build/Yotei.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yotei.build/Debug/Yotei.build/Yotei.DependencyStaticMetadataFileList (in target 'Yotei' from project 'Yotei')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yotei.build/Debug/Yotei.build/Yotei.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yotei.build/Debug/Yotei.build/Yotei.DependencyMetadataFileList (in target 'Yotei' from project 'Yotei')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yotei.build/Debug/Yotei.build/Yotei.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yotei.build/Debug/Yotei.build/Objects-normal/arm64/Yotei-OutputFileMap.json (in target 'Yotei' from project 'Yotei')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yotei.build/Debug/Yotei.build/Objects-normal/arm64/Yotei-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yotei.build/Debug/Yotei.build/Objects-normal/arm64/Yotei.SwiftConstValuesFileList (in target 'Yotei' from project 'Yotei')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yotei.build/Debug/Yotei.build/Objects-normal/arm64/Yotei.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yotei.build/Debug/Yotei.build/Objects-normal/arm64/Yotei.SwiftFileList (in target 'Yotei' from project 'Yotei')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yotei.build/Debug/Yotei.build/Objects-normal/arm64/Yotei.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yotei.build/Debug/Yotei.build/Objects-normal/arm64/Yotei_const_extract_protocols.json (in target 'Yotei' from project 'Yotei')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yotei.build/Debug/Yotei.build/Objects-normal/arm64/Yotei_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yotei.build/Debug/Yotei.build/Objects-normal/arm64/Yotei.LinkFileList (in target 'Yotei' from project 'Yotei')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yotei.build/Debug/Yotei.build/Objects-normal/arm64/Yotei.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually_const_extract_protocols.json (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually.SwiftConstValuesFileList (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually.SwiftFileList (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually.LinkFileList (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually-OutputFileMap.json (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Eventually.modulemap (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Eventually.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Eventually.DependencyStaticMetadataFileList (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Eventually.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Eventually.DependencyMetadataFileList (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Eventually.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Yotei.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yotei.build/Debug/Yotei.build/Yotei.modulemap (in target 'Yotei' from project 'Yotei')
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/Yotei.build/Debug/Yotei.build/Yotei.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Eventually.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Eventually.modulemap (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually
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/Eventually.build/Debug/Eventually.build/Eventually.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver Eventually normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Eventually -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.2-25C58-dc75598d0054f22ec865fa860f139d726b10091eae1b9012e514a50b0de53ce7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually-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/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name eventually -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually_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/Eventually.build/Debug/Eventually.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.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/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-28O5DKTTURXB58OJIB9N9LW1F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-APV6QGNL2AHR7BP24JBKZH5K0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-5C0YY7ICIPGRIDIHLQBC4F7K3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-7EA6WO18B09EC683R1M92LDZS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-698V5DLR9KXHY5FHMJCSAKK1L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-AVXB2YSWWSIB5C1SPWRDVR5VB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-ACGXGTQOMU91F1GNMXA1C2QDV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-4CZDGYLK59TEK7G97LCHL4TDM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-7OKEKNDFXHF42YHZ64G9W4S1W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-AWSGD144ZJEHJPNRESLK5M553.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-6LXSESCV4DJBHRD1JQNXQMMYS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-59QZD3WUDVOJSV3LS1A4R14UC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-1V0MRPVOPE9TONJYL0JY05P8D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-1QF05MS3W8JUY59MWRX6YBSD5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-6YZCS02FGHPIHMATOLDZCHI2G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-1ZE4MKSH94P98FF4P102PEWOD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-7NU4T3Q3ZVI3SELV8ZFKR4QNR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGL-3OJ02968AOFAZZ1XF3L8VYCP9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libDER-7WQEXP1SUOR8GBJI016XD209V.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-4MS563ADDSVD0K3Y8B7RTLHAN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-3NMZZ493HHDZH09EAJOUMN3H5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-4VXZY2JXMN1UDLTVUWKPH8348.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-DXIZ0KM9BXBIZGPZBSRR1KXK4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-9JE17P1LS8B4BWHNCMHPFSWV6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libkern-73LFOQHISNH6KGI8GRLLUYUO6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-EM8HY1PUVS7TC135RWCZLU0MN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CUPS-274PBFYVZT56G63BN99J003LN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/launch-CR3H05U9B1QNACA57LBODSPIN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-3WAQ3YG6LWVXJ4QVAR72PEADB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-ETXXRJ5KWG9SLWQBWU02EQJXA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-44PWSP370F74U0FYBPH7IDZ7R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-FX4D7S84CXEE8UQA4C57U510.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-BSL2636TG1T3T9DF6VKMVQFPW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-5YB3EBT1SGZVMGWQ2849CY7SO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-W4G62O3580XJ378BGCHMATTR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-132FGO8D9LIVRWSV4VHEPC9PO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-75PFZ0QR945XPCSSAR0YAZ6Z1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOKit-AXGJ4Z7ISP6NZ8QV44EXJKMK2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-1CMFEMO97GDGJIM7Y1NWO7QKJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ColorSync-6JZBQCBVAEDN4UE9RBH7JE49H.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-EG4BR30QKAS2TCC18YOS51TAQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DiskArbitration-DU5F0N1620OPQTW0YAVZAMB9W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-6ZTYBBNQWEP9WB6EFE7CYQ790.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-63KQJBGVA9P1J1FDDUH8L88BM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-AZ2CTB8YM1PYQQPYTW6XMLZ3M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-EH44L3R4W38VNEZQQFGHU09DV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-E1RSN8LSOC6ZG5BQX2G4CTFBM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-3M5VJ06GO7WCN84IU7NT826I3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ApplicationServices-74H19YJU0WIJPQV5YIAW6UV8W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-4VQZXOUMWYQE6D7U4S87KPRWH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-D9FA27D4ISZSWK8MBX04QQC7P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-2HKJA5UR4I2KVSBMUWBMWOXHK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-4SAYCOT0LEC60VXSNZE8G3YFJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-DZJ4H7G4FHFVQHIR1FN22TDS0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-6LOY9WKFCMEUJ9FKN2HT9GN4O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-DA5I0RDYXIID7GFZVSVYC0ZRT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-B1Y89SK59FDDHTUZN2B4A9QU0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-EFYOOWQCH2NHIYFSAJA2C8QF6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-8EOM2WCUIBF4R82GB50BA5UQC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-4EYAFFB1LQ828K9LYMTIOGF9J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AppKit-9WYTUIX36LB7JQCLO1A20D570.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-7EGXPURWZV0SPWXUIO42CKHRU.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Eventually (in target 'Eventually' from project 'Eventually')
EmitSwiftModule normal arm64 (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift:52:19: error: 'ProposedViewSize' is only available in macOS 13.0 or newer
proposal: ProposedViewSize,
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift:51:17: note: add '@available' attribute to enclosing instance method
public func sizeThatFits(
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift:28:15: note: add '@available' attribute to enclosing struct
public struct EventuallyLayout: Layout {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift:65:19: error: 'ProposedViewSize' is only available in macOS 13.0 or newer
proposal: ProposedViewSize,
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift:63:17: note: add '@available' attribute to enclosing instance method
public func placeSubviews(
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift:28:15: note: add '@available' attribute to enclosing struct
public struct EventuallyLayout: Layout {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift:97:19: error: 'ProposedViewSize' is only available in macOS 13.0 or newer
proposal: ProposedViewSize,
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift:95:18: note: add '@available' attribute to enclosing instance method
private func calculateLayout(
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift:28:15: note: add '@available' attribute to enclosing struct
public struct EventuallyLayout: Layout {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayoutKey.swift:13:70: error: 'View' is only available in macOS 10.15 or newer
func eventuallyDateIntervalLayout(_ value: DateInterval) -> some View {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayoutKey.swift:13:10: note: add '@available' attribute to enclosing instance method
func eventuallyDateIntervalLayout(_ value: DateInterval) -> some View {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayoutKey.swift:12:8: note: add '@available' attribute to enclosing extension
public extension View {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayoutKey.swift:12:18: error: 'View' is only available in macOS 10.15 or newer
public extension View {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayoutKey.swift:12:8: note: add '@available' attribute to enclosing extension
public extension View {
^
Failed frontend command:
/Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayoutKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/Extensions/CGFloat+rounded.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/Extensions/CGRect+rounded.swift -target arm64-apple-macos10.13 -load-resolved-plugin /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -suppress-warnings -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.2-25C58-dc75598d0054f22ec865fa860f139d726b10091eae1b9012e514a50b0de53ce7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/swift-overrides.hmap -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/Eventually.build/Debug/Eventually.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name Eventually -package-name eventually -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.2 -target-sdk-name macosx26.2 -clang-target arm64-apple-macos26.2 -in-process-plugin-server-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually.abi.json
SwiftCompile normal arm64 Compiling\ EventuallyLayoutKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayoutKey.swift (in target 'Eventually' from project 'Eventually')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayoutKey.swift (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CGFloat+rounded.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/Extensions/CGFloat+rounded.swift (in target 'Eventually' from project 'Eventually')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/Extensions/CGFloat+rounded.swift (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CGRect+rounded.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/Extensions/CGRect+rounded.swift (in target 'Eventually' from project 'Eventually')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/Extensions/CGRect+rounded.swift (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EventuallyLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift (in target 'Eventually' from project 'Eventually')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EventuallyConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyConfiguration.swift (in target 'Eventually' from project 'Eventually')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyConfiguration.swift (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
2026-04-23 09:41:30.475 xcodebuild[724:4516] [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:aa3851b60823ae542648182c2a31416f1778cca7, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:aa3851b60823ae542648182c2a31416f1778cca7, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:aa3851b60823ae542648182c2a31416f1778cca7, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:aa3851b60823ae542648182c2a31416f1778cca7, name:My Mac }
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64 (in target 'Eventually' from project 'Eventually')
SwiftEmitModule normal arm64 Emitting\ module\ for\ Eventually (in target 'Eventually' from project 'Eventually')
Building workspace spi-builder-workspace with scheme Yotei
(3 failures)
Command line invocation:
/Applications/Xcode-26.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
Eventually: https://github.com/claustrofob/Eventually.git @ 1.0.4 (c6bb7ac)
Yotei: /Users/admin/builder/spi-builder-workspace
resolved source packages: Eventually, Yotei
2026-04-23 09:41:40.683 xcodebuild[822:4929] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "eventually",
"requirement" : {
"branch" : [
"1.0.4"
]
},
"type" : "sourceControl",
"url" : "https://github.com/claustrofob/Eventually.git"
}
],
"manifest_display_name" : "Yotei",
"name" : "Yotei",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "Yotei",
"targets" : [
"Yotei"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Yotei",
"module_type" : "SwiftTarget",
"name" : "Yotei",
"path" : "Sources",
"product_dependencies" : [
"Eventually"
],
"product_memberships" : [
"Yotei"
],
"sources" : [
"Internal/Extensions/Calendar.swift",
"Internal/Extensions/Collection.swift",
"Internal/Extensions/Date.swift",
"Internal/Extensions/DateInterval.swift",
"Internal/Extensions/Locale.swift",
"Internal/Extensions/String.swift",
"Internal/Extensions/UIEdgeInsets.swift",
"Internal/Model/AlignedRowEvent.swift",
"Internal/Model/AlignedRowEventsData.swift",
"Internal/Modifiers/OnChangeModifier.swift",
"Internal/Modifiers/OnFirstAppearModifier.swift",
"Internal/Modifiers/ParentView/ParentViewModifier.swift",
"Internal/Modifiers/ParentView/ParentViewRepresentable.swift",
"Internal/Modifiers/ScrollViewPositionModifier.swift",
"Internal/Utilities/DiffableDataStorage.swift",
"Internal/Utilities/EventsRowAligner.swift",
"Internal/Views/DateTabView.swift",
"Internal/Views/PassthroughTouchDetectorView.swift",
"Public/Components/AllDayEvents/Factory/YoteiAllDayEventsTopViewFactory.swift",
"Public/Components/AllDayEvents/Factory/YoteiAllDayEventsTopViewFactoryProtocol.swift",
"Public/Components/AllDayEvents/Top/YoteiAllDayEventsTopView.swift",
"Public/Components/DatePicker/Factory/YoteiDatePickerFactory.swift",
"Public/Components/DatePicker/Factory/YoteiDatePickerFactoryProtocol.swift",
"Public/Components/DatePicker/YoteiDatePicker.swift",
"Public/Components/DatePicker/YoteiDatePickerMonth.swift",
"Public/Components/DatePicker/YoteiMonthYearPicker.swift",
"Public/Components/DatePicker/YoteiTimePicker.swift",
"Public/Components/Day/YoteiPagesDayView.swift",
"Public/Components/DayEvents/Factory/YoteiDayEventsViewFactory.swift",
"Public/Components/DayEvents/Factory/YoteiDayEventsViewFactoryProtocol.swift",
"Public/Components/DayEvents/ViewModel/YoteiDayEventsPlaceholderEvent.swift",
"Public/Components/DayEvents/YoteiDayEventsView.swift",
"Public/Components/Default/AllDay/YoteiAllDayEventDefaultView.swift",
"Public/Components/Default/AllDay/YoteiAllDayMoreEventsDefaultView.swift",
"Public/Components/Default/DatePicker/YoteiMonthBackButtonDefaultView.swift",
"Public/Components/Default/DatePicker/YoteiMonthForwardButtonDefaultView.swift",
"Public/Components/Default/DatePicker/YoteiMonthSelectorButtonDefaultView.swift",
"Public/Components/Default/DayEvents/YoteiDayEventsCurrentTimeMarkerDefaultView.swift",
"Public/Components/Default/DayEvents/YoteiDayEventsDaysDelimiterDefaultView.swift",
"Public/Components/Default/DayEvents/YoteiDayEventsEventDefaultView.swift",
"Public/Components/Default/DayEvents/YoteiDayEventsEventPlaceholderDefaultView.swift",
"Public/Components/Default/DayEvents/YoteiDayEventsTimeSlotDefaultView.swift",
"Public/Components/Default/Month/YoteiPagesMonthDayCellDefaultView.swift",
"Public/Components/Default/Month/YoteiPagesMonthEventDefaultView.swift",
"Public/Components/Default/Month/YoteiPagesMonthHorizontalDelimiterDefaultView.swift",
"Public/Components/Default/Month/YoteiPagesMonthMoreEventsDefaultView.swift",
"Public/Components/Default/Month/YoteiPagesMonthVerticalDelimiterDefaultView.swift",
"Public/Components/Default/Schedule/YoteiScheduleAllDayEventCellDefaultView.swift",
"Public/Components/Default/Schedule/YoteiScheduleEmptyCellDefaultView.swift",
"Public/Components/Default/Schedule/YoteiScheduleEventCellDefaultView.swift",
"Public/Components/Default/Schedule/YoteiScheduleLoadingCellDefaultView.swift",
"Public/Components/Default/Schedule/YoteiScheduleSectionHeaderDefaultView.swift",
"Public/Components/Default/Strip/YoteiStripExpandDefaultView.swift",
"Public/Components/Default/YoteiDayCellDefaultView.swift",
"Public/Components/Month/Factory/YoteiPagesMonthViewFactory.swift",
"Public/Components/Month/Factory/YoteiPagesMonthViewFactoryProtocol.swift",
"Public/Components/Month/YoteiPagesMonthPageView.swift",
"Public/Components/Month/YoteiPagesMonthView.swift",
"Public/Components/Schedule/Factory/YoteiScheduleViewFactory.swift",
"Public/Components/Schedule/Factory/YoteiScheduleViewFactoryProtocol.swift",
"Public/Components/Schedule/View/Layout/YoteiScheduleCollectionViewLayout.swift",
"Public/Components/Schedule/View/YoteiScheduleCollectionView.swift",
"Public/Components/Schedule/View/YoteiScheduleDataSource.swift",
"Public/Components/Schedule/View/YoteiScheduleUICollectionView.swift",
"Public/Components/Schedule/ViewModel/YoteiScheduleViewData.swift",
"Public/Components/Schedule/ViewModel/YoteiScheduleViewModel.swift",
"Public/Components/Schedule/YoteiScheduleView.swift",
"Public/Components/Strip/Container/YoteiStripContainerView.swift",
"Public/Components/Strip/Factory/YoteiStripViewFactory.swift",
"Public/Components/Strip/Factory/YoteiStripViewFactoryProtocol.swift",
"Public/Components/Strip/Month/YoteiStripMonthPageView.swift",
"Public/Components/Strip/Month/YoteiStripMonthView.swift",
"Public/Components/Strip/Week/YoteiStripWeekPageView.swift",
"Public/Components/Strip/Week/YoteiStripWeekView.swift",
"Public/Components/Week/YoteiPagesWeekView.swift",
"Public/Components/Weekday/Factory/YoteiWeekdayViewFactory.swift",
"Public/Components/Weekday/Factory/YoteiWeekdayViewFactoryProtocol.swift",
"Public/Components/Weekday/YoteiWeekdayTitlesView.swift",
"Public/Components/Weekday/YoteiWeekdaysView.swift",
"Public/Delegate/YoteiDelegate.swift",
"Public/Domain/YoteiEvent.swift",
"Public/Domain/YoteiEventData.swift",
"Public/Domain/YoteiEventsInterval.swift",
"Public/FontStyle/YoteiFontStyle.swift",
"Public/Utilities/YoteiDaysSequence.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Yotei"
]
}
}
2026-04-23 09:41:41.772 xcodebuild[833:5007] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Yotei -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-26.3.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 Yotei -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
Yotei: /Users/admin/builder/spi-builder-workspace
Eventually: https://github.com/claustrofob/Eventually.git @ 1.0.4 (c6bb7ac)
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'Yotei' in project 'Yotei'
➜ Explicit dependency on target 'Yotei' in project 'Yotei'
➜ Explicit dependency on target 'Eventually' in project 'Eventually'
Target 'Yotei' in project 'Yotei'
➜ Explicit dependency on target 'Eventually' in project 'Eventually'
Target 'Eventually' in project 'Eventually'
➜ Explicit dependency on target 'Eventually' in project 'Eventually'
Target 'Eventually' in project 'Eventually' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.2-25C58-dc75598d0054f22ec865fa860f139d726b10091eae1b9012e514a50b0de53ce7.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.2-25C58-dc75598d0054f22ec865fa860f139d726b10091eae1b9012e514a50b0de53ce7.sdkstatcache
SwiftDriver Eventually normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Eventually -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.2-25C58-dc75598d0054f22ec865fa860f139d726b10091eae1b9012e514a50b0de53ce7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually-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/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name eventually -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually_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/Eventually.build/Debug/Eventually.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.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/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CGRect+rounded.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/Extensions/CGRect+rounded.swift (in target 'Eventually' from project 'Eventually')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/Extensions/CGRect+rounded.swift (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CGFloat+rounded.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/Extensions/CGFloat+rounded.swift (in target 'Eventually' from project 'Eventually')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/Extensions/CGFloat+rounded.swift (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Eventually (in target 'Eventually' from project 'Eventually')
Failed frontend command:
/Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayoutKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/Extensions/CGFloat+rounded.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/Extensions/CGRect+rounded.swift -target arm64-apple-macos10.13 -load-resolved-plugin /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -suppress-warnings -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.2-25C58-dc75598d0054f22ec865fa860f139d726b10091eae1b9012e514a50b0de53ce7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/swift-overrides.hmap -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/Eventually.build/Debug/Eventually.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name Eventually -package-name eventually -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.2 -target-sdk-name macosx26.2 -clang-target arm64-apple-macos26.2 -in-process-plugin-server-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eventually.build/Debug/Eventually.build/Objects-normal/arm64/Eventually.abi.json
EmitSwiftModule normal arm64 (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift:52:19: error: 'ProposedViewSize' is only available in macOS 13.0 or newer
proposal: ProposedViewSize,
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift:51:17: note: add '@available' attribute to enclosing instance method
public func sizeThatFits(
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift:28:15: note: add '@available' attribute to enclosing struct
public struct EventuallyLayout: Layout {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift:65:19: error: 'ProposedViewSize' is only available in macOS 13.0 or newer
proposal: ProposedViewSize,
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift:63:17: note: add '@available' attribute to enclosing instance method
public func placeSubviews(
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift:28:15: note: add '@available' attribute to enclosing struct
public struct EventuallyLayout: Layout {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift:97:19: error: 'ProposedViewSize' is only available in macOS 13.0 or newer
proposal: ProposedViewSize,
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift:95:18: note: add '@available' attribute to enclosing instance method
private func calculateLayout(
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift:28:15: note: add '@available' attribute to enclosing struct
public struct EventuallyLayout: Layout {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayoutKey.swift:13:70: error: 'View' is only available in macOS 10.15 or newer
func eventuallyDateIntervalLayout(_ value: DateInterval) -> some View {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayoutKey.swift:13:10: note: add '@available' attribute to enclosing instance method
func eventuallyDateIntervalLayout(_ value: DateInterval) -> some View {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayoutKey.swift:12:8: note: add '@available' attribute to enclosing extension
public extension View {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayoutKey.swift:12:18: error: 'View' is only available in macOS 10.15 or newer
public extension View {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayoutKey.swift:12:8: note: add '@available' attribute to enclosing extension
public extension View {
^
SwiftCompile normal arm64 Compiling\ EventuallyLayoutKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayoutKey.swift (in target 'Eventually' from project 'Eventually')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayoutKey.swift (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EventuallyConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyConfiguration.swift (in target 'Eventually' from project 'Eventually')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyConfiguration.swift (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EventuallyLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift (in target 'Eventually' from project 'Eventually')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Eventually/Sources/Eventually/EventuallyLayout.swift (in target 'Eventually' from project 'Eventually')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
2026-04-23 09:41:42.659 xcodebuild[838:5047] [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:aa3851b60823ae542648182c2a31416f1778cca7, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:aa3851b60823ae542648182c2a31416f1778cca7, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:aa3851b60823ae542648182c2a31416f1778cca7, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:aa3851b60823ae542648182c2a31416f1778cca7, name:My Mac }
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ Eventually (in target 'Eventually' from project 'Eventually')
EmitSwiftModule normal arm64 (in target 'Eventually' from project 'Eventually')
Building workspace spi-builder-workspace with scheme Yotei
(3 failures)
BUILD FAILURE 6.2 macosXcodebuild