The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ChatLayout, reference master (0576ac), with Swift 6.1 for visionOS using Xcode 16.3 on 31 May 2025 12:23:41 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ekazaev/ChatLayout.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ekazaev/ChatLayout
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0576ac9 Fixed potential model synchroniczation issue
Cloned https://github.com/ekazaev/ChatLayout.git
Revision (git rev-parse @):
0576ac90f9e0f94c9f7acc7983381394544ceb7b
SUCCESS checkout https://github.com/ekazaev/ChatLayout.git at master
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
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.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
2025-05-31 05:23:40.427 xcodebuild[520:2917] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-31-05_05-23-0040.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.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
2025-05-31 05:23:41.068 xcodebuild[525:2971] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-31-05_05-23-0041.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.1 visionOS