Build Information
Failed to build Yotei, reference main (14ca5e), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 28 Apr 2026 20:34:35 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/claustrofob/Yotei
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 14ca5e3 added date parameter to CurrentTimeMarkerDefaultView
Cloned https://github.com/claustrofob/Yotei.git
Revision (git rev-parse @):
14ca5e337ca515e7fd8f08dec7b1295b92a63a2c
SUCCESS checkout https://github.com/claustrofob/Yotei.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.3
Building package at path: $PWD
https://github.com/claustrofob/Yotei.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/claustrofob/Eventually.git
Creating working copy of package ‘Eventually’
Checking out 1.0.4 (c6bb7ac) of package ‘Eventually’
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-28 16:34:11.688 xcodebuild[534:3135] [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-28 16:34:19.371 xcodebuild[673:4079] [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 Yotei -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 Yotei -destination platform=macOS,arch=arm64
Resolve Package Graph
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
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: 6138a49e7b355f0972849284c087469f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6138a49e7b355f0972849284c087469f.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/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/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/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/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.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-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/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.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
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
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/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-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_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.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/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/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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Eventually -Onone @/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.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 -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.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 -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/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_stddef-7KX75KSP38TEA5L3YUHSITKFT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-DBD90R90Y8L7SXAARIOXCEKX6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-CDD316EJS3V4UBAOVYS3CVZ63.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-78QUQK0U0PFJM4PXUD720J07U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-DX6WZP9MGXCXYIZCA9XJGPOG1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-8647QJZXGBYAHCHD94ZSWIMJB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-1CVTEI6K5MF8DBFFZI4YACDV4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-EFF1L3B01W8N0Z3OKRI5P9G7O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-9NE7O6PCSV37TWRVGTT0JARMX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-42BV0UZ0BISUKE92FXVR4DN1S.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-X0M0D3SGAR9UPBN3AAHP9TAV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-4UVPKO1T1AMRNQ12QSZABW5SN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-4ZRLWRPSMP39F9828FD26DF4G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-3CT7FD6QUUX47CYDBDOJPUNA9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-597RGWI6YXU8EHR3LG347UTPB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-CFOZJ90N0SXN11RZ3CT0KO4JJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-10H99484OR8W81G38Q21H41YO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libDER-2HRFVLBG6GPK8HRHQVLVUGI0L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-3EXGZACBIQBYM5OR1F9N5LJN5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-2ZGO5ZYLXROKCK6S7TKDEUMM3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGL-6JOEPPB91Q5MKNFCQUMH10X7F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-3RC839E5MMHMZQ4B6DV8TAM7V.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-8F2NHBR2I81N5CTM1UUW7W5SU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-211FSOIIPD84Q41U2XK18GZYN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CUPS-DEP1TKIWAW14TSK1ZHA0G0QW7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libkern-9047U10H6JK2FNNIGRUQ3GPGS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-4LYVEM08P24GHIIAF5C9D3YPY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/launch-9X9Q193OD8KUM02QJ5USX2AOR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-32P1YB0QNZ38SAU9YEKUB4LOT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-38QO50DMZ31JPFVPEBKBQLU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-ERMCKW2ZKLKLE9IVMN78ZF93P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-84UGAUUTDNHHUITQBDQC1WGF9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-E504A9FV8UANSEHV9TIZNFVPX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-A7WGMB5TBFNMT1T1JM95WM71Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-E20S8SGXZBJ97OMYTR1KQT6HQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-EHKHZ0TGRNJV3R6U3LSKHGTV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-BRQ9TZ1NM26EZMHHFLHMIRXEW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-DBEWNDD5AC8WIA8TXGD3GI1LA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOKit-4IF4ZT70PD47TJLB5AZ5CJUM0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ColorSync-92B52DUY7NV9KY2ZK3FR4QBDY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-64SBGXP7JTKA1Z53AL506Y9KN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DiskArbitration-AV9NNWJZCRC9VSYGIOW2WREA9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-A95EGQ250RY846IXZ3DMP674Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-A6VI8T6GV58N42ONH1RP6F6Y5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-9S84S0OPX5JXDIE42WB9NMIUE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-ER7EXDNWIG1J3K6FLR1ECBKR4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-CZWKNYX6FN9NLIX49RAVH7QZ3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-3C5WZ7I04ZDM6GDK29XWQYE73.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-37U3CPQA3ZCQLT4FO0TGNI5GP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-EIYD99OVKAGPLKH52SCJXVIT7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ApplicationServices-31ZHDV6ZDFLPSMJTZ03B3M6U5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-B0JN5MDFC5CH3K7KLR9YDF2QW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-DTNW9YMDV23AB597MB7VQ6JA9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-2EB2QCDUO8FWJNS2NTNJ99ZFL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-1K9R2MCZVN99YVZUJ6RDG6OBW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-66UMR46XDVQGZD3IEP1KH7NHH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-CRM798K9ENC642QTGK4ZAL43M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-C2OMYKZ39QL1LO7X21P5BQ596.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-5MHUXRZD58C10P53UUNRULL68.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-AV7NLIAD0EYCV3O8C6D2HO2O4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AppKit-SHW9AUUV2DP7B3ZARA5P9DHZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-2CET90BNLSHD3L3NP2058P8P7.pcm
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
SwiftEmitModule normal arm64 Emitting\ module\ for\ Eventually (in target 'Eventually' from project 'Eventually')
Failed frontend command:
/Applications/Xcode-26.4.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.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.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.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -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 -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 -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.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.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 -clang-target arm64-apple-macos26.4 -target-sdk-version 26.4 -target-sdk-name macosx26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.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\ 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
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-28 16:34:21.484 xcodebuild[683:4157] [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:18f30769667606abf5e98e8270f37dfecbc08b46, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:18f30769667606abf5e98e8270f37dfecbc08b46, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:18f30769667606abf5e98e8270f37dfecbc08b46, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:18f30769667606abf5e98e8270f37dfecbc08b46, 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)
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:
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-28 16:34:32.038 xcodebuild[808:4848] [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-28 16:34:33.676 xcodebuild[821:4943] [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 Yotei -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 Yotei -destination platform=macOS,arch=arm64
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
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 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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Eventually -Onone @/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.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 -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.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 -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/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
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.4.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.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.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.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -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 -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 -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.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.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 -clang-target arm64-apple-macos26.4 -target-sdk-version 26.4 -target-sdk-name macosx26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.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\ 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\ 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
2026-04-28 16:34:34.719 xcodebuild[829:5003] [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:18f30769667606abf5e98e8270f37dfecbc08b46, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:18f30769667606abf5e98e8270f37dfecbc08b46, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:18f30769667606abf5e98e8270f37dfecbc08b46, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:18f30769667606abf5e98e8270f37dfecbc08b46, 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)
BUILD FAILURE 6.3 macosXcodebuild