Build Information
Failed to build ChatLayout, reference 2.0.12 (b84bdd
), with Swift 6.0 for tvOS using Xcode 16.2 on 28 Jan 2025 20:17:20 UTC.
Build Command
No build command. This typically means the build failed at an early stage where we determine the build command.
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ekazaev/ChatLayout.git
Reference: 2.0.12
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ekazaev/ChatLayout
* tag 2.0.12 -> FETCH_HEAD
HEAD is now at b84bdd8 Added initial support for sticky headers and footers.
Cloned https://github.com/ekazaev/ChatLayout.git
Revision (git rev-parse @):
b84bdd8c4d1698f1ac9e809f62afc1164e552a3e
SUCCESS checkout https://github.com/ekazaev/ChatLayout.git at 2.0.12
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/ekazaev/ChatLayout.git
https://github.com/ekazaev/ChatLayout.git
{
"dependencies" : [
],
"manifest_display_name" : "ChatLayout",
"name" : "ChatLayout",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "ChatLayout",
"targets" : [
"ChatLayout"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ChatLayoutStatic",
"targets" : [
"ChatLayout"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "ChatLayoutDynamic",
"targets" : [
"ChatLayout"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ChatLayoutTests",
"module_type" : "SwiftTarget",
"name" : "ChatLayoutTests",
"path" : "Example/Tests",
"sources" : [
"HelpersTests.swift",
"MockCollectionLayout.swift",
"MockUICollectionViewUpdateItem.swift",
"PerformanceTests.swift",
"StateControllerInternalTests.swift",
"StateControllerProcessUpdatesTests.swift"
],
"target_dependencies" : [
"ChatLayout"
],
"type" : "test"
},
{
"c99name" : "ChatLayout",
"module_type" : "SwiftTarget",
"name" : "ChatLayout",
"path" : "ChatLayout/Classes",
"product_memberships" : [
"ChatLayout",
"ChatLayoutStatic",
"ChatLayoutDynamic"
],
"sources" : [
"Core/ChatItemAlignment.swift",
"Core/ChatLayoutAttributes.swift",
"Core/ChatLayoutDelegate.swift",
"Core/ChatLayoutInvalidationContext.swift",
"Core/ChatLayoutPositionSnapshot.swift",
"Core/ChatLayoutSettings.swift",
"Core/CollectionViewChatLayout.swift",
"Core/Extensions/CGRect+Extension.swift",
"Core/Extensions/IndexPath+Extension.swift",
"Core/Extensions/RandomAccessCollection+Extension.swift",
"Core/Model/ChangeItem.swift",
"Core/Model/ItemKind.swift",
"Core/Model/ItemModel.swift",
"Core/Model/ItemPath.swift",
"Core/Model/ItemSize.swift",
"Core/Model/LayoutModel.swift",
"Core/Model/ModelState.swift",
"Core/Model/SectionModel.swift",
"Core/Model/StateController.swift",
"Extras/CellLayoutContainerView.swift",
"Extras/ContainerCollectionReusableView.swift",
"Extras/ContainerCollectionViewCell.swift",
"Extras/ContainerCollectionViewCellDelegate.swift",
"Extras/EdgeAligningView.swift",
"Extras/Extensions/NSLayoutAnchor+Extension.swift",
"Extras/Extensions/NSLayoutDimension+Extension.swift",
"Extras/Extensions/UILayoutPriority+Extension.swift",
"Extras/ImageMaskedView.swift",
"Extras/MessageContainerView.swift",
"Extras/RoundedCornersContainerView.swift",
"Extras/StaticViewFactory.swift",
"Extras/SwappingContainerView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
2025-01-28 15:17:17.689 xcodebuild[680:3708] Writing error result bundle to /var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/ResultBundle_2025-28-01_15-17-0017.xcresult
xcodebuild: error: The directory /Users/admin/builder/spi-builder-workspace contains 2 projects, including multiple projects with the current extension (.xcodeproj). Specify the project to use with the -project option.
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
2025-01-28 15:17:19.300 xcodebuild[740:4063] Writing error result bundle to /var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/ResultBundle_2025-28-01_15-17-0019.xcresult
xcodebuild: error: The directory /Users/admin/builder/spi-builder-workspace contains 2 projects, including multiple projects with the current extension (.xcodeproj). Specify the project to use with the -project option.
BUILD FAILURE 6.0 tvOS