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 Sheeeeeeeeet, reference master (bee607), with Swift 6.2 (beta) for iOS using Xcode 26.0 on 20 Jun 2025 07:24:32 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Sheeeeeeeeet -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsaidi/Sheeeeeeeeet.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielsaidi/Sheeeeeeeeet
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bee607e Bump to 3.2.3
Cloned https://github.com/danielsaidi/Sheeeeeeeeet.git
Revision (git rev-parse @):
bee607ea02a2e2e23d3af745624a1873e9a1aad8
SUCCESS checkout https://github.com/danielsaidi/Sheeeeeeeeet.git at master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/danielsaidi/Sheeeeeeeeet.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/danielsaidi/MockingKit.git
Fetching from https://github.com/Quick/Quick.git
Fetching from https://github.com/Quick/Nimble.git
Creating working copy of package ‘Quick’
Checking out 3.0.0 of package ‘Quick’
Creating working copy of package ‘Nimble’
Checking out 8.1.1 of package ‘Nimble’
Creating working copy of package ‘MockingKit’
Checking out 0.9.4 of package ‘MockingKit’
Resolved source packages:
  Nimble: https://github.com/Quick/Nimble.git @ 8.1.1
  Quick: https://github.com/Quick/Quick.git @ 3.0.0
  MockingKit: https://github.com/danielsaidi/MockingKit.git @ 0.9.4
resolved source packages: Nimble, Quick, MockingKit
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "10.0.0",
            "upper_bound" : "11.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "mockingkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/danielsaidi/MockingKit.git"
    }
  ],
  "manifest_display_name" : "Sheeeeeeeeet",
  "name" : "Sheeeeeeeeet",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Sheeeeeeeeet",
      "targets" : [
        "Sheeeeeeeeet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SheeeeeeeeetTests",
      "module_type" : "SwiftTarget",
      "name" : "SheeeeeeeeetTests",
      "path" : "Tests/SheeeeeeeeetTests",
      "product_dependencies" : [
        "Quick",
        "Nimble",
        "MockingKit"
      ],
      "sources" : [
        "ActionSheet/ActionSheet+ConfigurationTests.swift",
        "ActionSheet/ActionSheet+PresenterTests.swift",
        "ActionSheet/ActionSheetItemHandlerTests.swift",
        "ActionSheet/ActionSheetMarginTests.swift",
        "ActionSheet/ActionSheetTests.swift",
        "ActionSheet/Appearance/ActionSheet+AppearanceTests.swift",
        "ActionSheet/Appearance/ActionSheetAppearanceTests.swift",
        "ActionSheet/Appearance/ActionSheetColorTests.swift",
        "ActionSheet/Appearance/UIColor+ActionSheetColorTests.swift",
        "ActionSheet/Cells/ActionSheetItemCellTests.swift",
        "ActionSheet/Cells/ActionSheetLinkItemCellTests.swift",
        "ActionSheet/Cells/ActionSheetSecondaryActionItemTests.swift",
        "ActionSheet/Cells/ActionSheetSelectItemCellTests.swift",
        "ActionSheet/Extensions/UIEdgeInsets+HiddenTests.swift",
        "ActionSheet/Extensions/UIView+SubviewsTests.swift",
        "ActionSheet/Extensions/UIViewController+RootViewControllerTests.swift",
        "ActionSheet/Menu/Buttons/CancelButton+ActionSheetTests.swift",
        "ActionSheet/Menu/Buttons/DestructiveButton+ActionSheetTests.swift",
        "ActionSheet/Menu/Buttons/MenuButtonTests+ActionSheetTests.swift",
        "ActionSheet/Menu/Buttons/OkButton+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/CollectionItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/CustomItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/DestructiveItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/LinkItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/MultiSelectItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/MultiSelectToggleItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/SecondaryActionItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/SelectItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/SingleSelectItem+ActionSheetTests.swift",
        "ActionSheet/Menu/MenuItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Titles/MenuTitle+ActionSheetTests.swift",
        "ActionSheet/Menu/Titles/SectionMargin+ActionSheetTests.swift",
        "ActionSheet/Menu/Titles/SectionTitle+ActionSheetTests.swift",
        "ActionSheet/Mocks/MockActionSheet.swift",
        "ActionSheet/Mocks/MockActionSheetAppearance.swift",
        "ActionSheet/Mocks/MockActionSheetPresenter.swift",
        "ActionSheet/Mocks/MockNotificationCenter.swift",
        "ActionSheet/Mocks/MockTableView.swift",
        "ActionSheet/Mocks/MockViewController.swift",
        "ActionSheet/Presenters/ActionSheetPopoverPresenter+PresentationDelegateTests.swift",
        "ActionSheet/Presenters/ActionSheetPopoverPresenterTests.swift",
        "ActionSheet/Presenters/ActionSheetPresenterBaseTests.swift",
        "ActionSheet/Presenters/ActionSheetStandardPresenterTests.swift",
        "ActionSheet/Views/ActionSheetBackgroundViewTests.swift",
        "ActionSheet/Views/ActionSheetHeaderContainerViewTests.swift",
        "ActionSheet/Views/ActionSheetStackViewTests.swift",
        "ActionSheet/Views/ActionSheetTableViewTests.swift",
        "AlertController/Menu+AlertControllerTests.swift",
        "AlertController/MenuItem+AlertControllerTests.swift",
        "ContextMenu/ContextMenu+ConfigurationTests.swift",
        "ContextMenu/ContextMenuDelegateTests.swift",
        "ContextMenu/Menu+ContextMenuTests.swift",
        "ContextMenu/MenuItem+ContextMenuTests.swift",
        "Extensions/NSObject+ClassNameTests.swift",
        "Menu/Buttons/CancelButtonTests.swift",
        "Menu/Buttons/DestructiveButtonTests.swift",
        "Menu/Buttons/MenuButtonTests.swift",
        "Menu/Buttons/OkButtonTests.swift",
        "Menu/Items/CollectionItemTests.swift",
        "Menu/Items/CustomItemTests.swift",
        "Menu/Items/LinkItemTests.swift",
        "Menu/Items/MultiSelectItemTests.swift",
        "Menu/Items/MultiSelectToggleItemTests.swift",
        "Menu/Items/SecondaryActionItemTests.swift",
        "Menu/Items/SelectItemTests.swift",
        "Menu/Items/SingleSelectItemTests.swift",
        "Menu/MenuItemTests.swift",
        "Menu/MenuTests.swift",
        "Menu/Mocks/MockMenuItem.swift",
        "Menu/Titles/MenuTitleTests.swift",
        "Menu/Titles/SectionMarginTests.swift",
        "Menu/Titles/SectionTitleTests.swift"
      ],
      "target_dependencies" : [
        "Sheeeeeeeeet"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Sheeeeeeeeet",
      "module_type" : "SwiftTarget",
      "name" : "Sheeeeeeeeet",
      "path" : "Sources/Sheeeeeeeeet",
      "product_memberships" : [
        "Sheeeeeeeeet"
      ],
      "sources" : [
        "ActionSheet/ActionSheet+Configuration.swift",
        "ActionSheet/ActionSheet+Header.swift",
        "ActionSheet/ActionSheet+Presenter.swift",
        "ActionSheet/ActionSheet+Scroll.swift",
        "ActionSheet/ActionSheet.swift",
        "ActionSheet/ActionSheetItemHandler.swift",
        "ActionSheet/ActionSheetMargin.swift",
        "ActionSheet/Appearance/ActionSheet+Appearance.swift",
        "ActionSheet/Appearance/ActionSheetAppearance.swift",
        "ActionSheet/Appearance/ActionSheetColor.swift",
        "ActionSheet/Appearance/UIColor+ActionSheetColor.swift",
        "ActionSheet/Cells/ActionSheetCollectionItemCell.swift",
        "ActionSheet/Cells/ActionSheetCollectionItemCellHandler.swift",
        "ActionSheet/Cells/ActionSheetItemCell.swift",
        "ActionSheet/Cells/ActionSheetItemCells.swift",
        "ActionSheet/Cells/ActionSheetLinkItemCell.swift",
        "ActionSheet/Cells/ActionSheetMultiSelectToggleItemCell.swift",
        "ActionSheet/Cells/ActionSheetSecondaryActionItemCell.swift",
        "ActionSheet/Cells/ActionSheetSelectItemCell.swift",
        "ActionSheet/Extensions/UIEdgeInsets+Hidden.swift",
        "ActionSheet/Extensions/UIView+Subviews.swift",
        "ActionSheet/Extensions/UIViewController+RootViewController.swift",
        "ActionSheet/Menu/Buttons/CancelButton+ActionSheet.swift",
        "ActionSheet/Menu/Buttons/DestructiveButton+ActionSheet.swift",
        "ActionSheet/Menu/Buttons/MenuButton+ActionSheet.swift",
        "ActionSheet/Menu/Buttons/OkButton+ActionSheet.swift",
        "ActionSheet/Menu/Items/CollectionItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/CustomItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/DestructiveItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/LinkItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/MultiSelectItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/MultiSelectToggleItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/SecondaryActionItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/SelectItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/SingleSelectItem+ActionSheet.swift",
        "ActionSheet/Menu/Menu+ActionSheet.swift",
        "ActionSheet/Menu/MenuItem+ActionSheet.swift",
        "ActionSheet/Menu/Titles/MenuTitle+ActionSheet.swift",
        "ActionSheet/Menu/Titles/SectionMargin+ActionSheet.swift",
        "ActionSheet/Menu/Titles/SectionTitle+ActionSheet.swift",
        "ActionSheet/Presenters/ActionSheetPopoverPresenter+PresentationDelegate.swift",
        "ActionSheet/Presenters/ActionSheetPopoverPresenter.swift",
        "ActionSheet/Presenters/ActionSheetPresenter.swift",
        "ActionSheet/Presenters/ActionSheetPresenterBase.swift",
        "ActionSheet/Presenters/ActionSheetStandardPresenter.swift",
        "ActionSheet/Views/ActionSheetBackgroundView.swift",
        "ActionSheet/Views/ActionSheetButtonTableView.swift",
        "ActionSheet/Views/ActionSheetHeaderContainerView.swift",
        "ActionSheet/Views/ActionSheetItemTableView.swift",
        "ActionSheet/Views/ActionSheetStackView.swift",
        "ActionSheet/Views/ActionSheetTableView.swift",
        "AlertController/AlertControllerConversionError.swift",
        "AlertController/Menu+AlertController.swift",
        "AlertController/MenuItem+AlertController.swift",
        "AlertController/UIViewController+AlertController.swift",
        "ContextMenu/ContextMenu+Configuration.swift",
        "ContextMenu/ContextMenu.swift",
        "ContextMenu/ContextMenuConversionError.swift",
        "ContextMenu/ContextMenuDelegate.swift",
        "ContextMenu/ContextMenuDelegateRetainer.swift",
        "ContextMenu/MenuCreator+ContextMenu.swift",
        "ContextMenu/MenuItem+ContextMenu.swift",
        "Deprecations/ActionSheet+Deprecations.swift",
        "Deprecations/Menu+Deprecations.swift",
        "Extensions/NSObject+ClassName.swift",
        "Menu/Buttons/CancelButton.swift",
        "Menu/Buttons/DestructiveButton.swift",
        "Menu/Buttons/MenuButton.swift",
        "Menu/Buttons/OkButton.swift",
        "Menu/Items/CollectionItem.swift",
        "Menu/Items/CustomItem.swift",
        "Menu/Items/DestructiveItem.swift",
        "Menu/Items/LinkItem.swift",
        "Menu/Items/MultiSelectItem.swift",
        "Menu/Items/MultiSelectToggleItem.swift",
        "Menu/Items/SecondaryActionItem.swift",
        "Menu/Items/SelectItem.swift",
        "Menu/Items/SingleSelectItem.swift",
        "Menu/Menu.swift",
        "Menu/MenuCreator.swift",
        "Menu/MenuItem.swift",
        "Menu/Titles/MenuTitle.swift",
        "Menu/Titles/SectionMagin.swift",
        "Menu/Titles/SectionTitle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Sheeeeeeeeet",
    "schemes" : [
      "Sheeeeeeeeet"
    ],
    "targets" : [
      "Sheeeeeeeeet",
      "SheeeeeeeeetPackageDescription",
      "SheeeeeeeeetPackageTests",
      "SheeeeeeeeetTests",
      "SheeeeeeeeetDemo"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Sheeeeeeeeet -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 Sheeeeeeeeet -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  MockingKit: https://github.com/danielsaidi/MockingKit.git @ 0.9.4
  Quick: https://github.com/Quick/Quick.git @ 3.0.0
  Nimble: https://github.com/Quick/Nimble.git @ 8.1.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
    Target 'SheeeeeeeeetTests' in project 'Sheeeeeeeeet'
        ➜ Explicit dependency on target 'Sheeeeeeeeet' in project 'Sheeeeeeeeet'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'MockingKit' in project 'MockingKit'
        ➜ Explicit dependency on target 'Quick' in project 'Quick'
    Target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
    Target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
    Target 'QuickObjCRuntime' in project 'Quick' (no dependencies)
    Target 'MockingKit' in project 'MockingKit'
        ➜ Explicit dependency on target 'MockingKit' in project 'MockingKit'
    Target 'MockingKit' in project 'MockingKit' (no dependencies)
    Target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlMachBadInstructionHandler' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlCatchExceptionSupport' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlCatchException' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlPreconditionTesting' in project 'Nimble'
    Target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlMachBadInstructionHandler' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlCatchExceptionSupport' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlCatchException' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlPreconditionTesting' in project 'Nimble'
    Target 'NimbleCwlPreconditionTesting' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlMachBadInstructionHandler' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlCatchExceptionSupport' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlCatchException' in project 'Nimble'
    Target 'NimbleCwlCatchException' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlCatchExceptionSupport' in project 'Nimble'
    Target 'NimbleCwlCatchExceptionSupport' in project 'Nimble' (no dependencies)
    Target 'NimbleCwlMachBadInstructionHandler' in project 'Nimble' (no dependencies)
    Target 'SheeeeeeeeetDemo' in project 'Sheeeeeeeeet'
        ➜ Explicit dependency on target 'Sheeeeeeeeet' in project 'Sheeeeeeeeet'
    Target 'Sheeeeeeeeet' in project 'Sheeeeeeeeet' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/actool --print-asset-tag-combinations --output-format xml1 /Users/admin/builder/spi-builder-workspace/SheeeeeeeeetDemo/Assets/Assets.xcassets
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/actool --version --output-format xml1
Build description signature: 7c8de031465a82b10da08a6dac8cb605
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7c8de031465a82b10da08a6dac8cb605.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Sheeeeeeeeet.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'SheeeeeeeeetTests' from project 'Sheeeeeeeeet')
/Users/admin/builder/spi-builder-workspace/Sheeeeeeeeet.xcodeproj: error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "PMEDFW438U" with a private key was found. (in target 'SheeeeeeeeetTests' from project 'Sheeeeeeeeet')
/Users/admin/builder/spi-builder-workspace/Sheeeeeeeeet.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'Sheeeeeeeeet' from project 'Sheeeeeeeeet')
/Users/admin/builder/spi-builder-workspace/Sheeeeeeeeet.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'SheeeeeeeeetDemo' from project 'Sheeeeeeeeet')
/Users/admin/builder/spi-builder-workspace/Sheeeeeeeeet.xcodeproj: error: No profiles for 'com.danielsaidi.SheeeeeeeeetDemo' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.danielsaidi.SheeeeeeeeetDemo'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'SheeeeeeeeetDemo' from project 'Sheeeeeeeeet')
** BUILD FAILED **
The following build commands failed:
	Building project Sheeeeeeeeet with scheme Sheeeeeeeeet
(1 failure)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Quick: https://github.com/Quick/Quick.git @ 3.0.0
  Nimble: https://github.com/Quick/Nimble.git @ 8.1.1
  MockingKit: https://github.com/danielsaidi/MockingKit.git @ 0.9.4
resolved source packages: Quick, Nimble, MockingKit
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "10.0.0",
            "upper_bound" : "11.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "mockingkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/danielsaidi/MockingKit.git"
    }
  ],
  "manifest_display_name" : "Sheeeeeeeeet",
  "name" : "Sheeeeeeeeet",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Sheeeeeeeeet",
      "targets" : [
        "Sheeeeeeeeet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SheeeeeeeeetTests",
      "module_type" : "SwiftTarget",
      "name" : "SheeeeeeeeetTests",
      "path" : "Tests/SheeeeeeeeetTests",
      "product_dependencies" : [
        "Quick",
        "Nimble",
        "MockingKit"
      ],
      "sources" : [
        "ActionSheet/ActionSheet+ConfigurationTests.swift",
        "ActionSheet/ActionSheet+PresenterTests.swift",
        "ActionSheet/ActionSheetItemHandlerTests.swift",
        "ActionSheet/ActionSheetMarginTests.swift",
        "ActionSheet/ActionSheetTests.swift",
        "ActionSheet/Appearance/ActionSheet+AppearanceTests.swift",
        "ActionSheet/Appearance/ActionSheetAppearanceTests.swift",
        "ActionSheet/Appearance/ActionSheetColorTests.swift",
        "ActionSheet/Appearance/UIColor+ActionSheetColorTests.swift",
        "ActionSheet/Cells/ActionSheetItemCellTests.swift",
        "ActionSheet/Cells/ActionSheetLinkItemCellTests.swift",
        "ActionSheet/Cells/ActionSheetSecondaryActionItemTests.swift",
        "ActionSheet/Cells/ActionSheetSelectItemCellTests.swift",
        "ActionSheet/Extensions/UIEdgeInsets+HiddenTests.swift",
        "ActionSheet/Extensions/UIView+SubviewsTests.swift",
        "ActionSheet/Extensions/UIViewController+RootViewControllerTests.swift",
        "ActionSheet/Menu/Buttons/CancelButton+ActionSheetTests.swift",
        "ActionSheet/Menu/Buttons/DestructiveButton+ActionSheetTests.swift",
        "ActionSheet/Menu/Buttons/MenuButtonTests+ActionSheetTests.swift",
        "ActionSheet/Menu/Buttons/OkButton+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/CollectionItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/CustomItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/DestructiveItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/LinkItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/MultiSelectItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/MultiSelectToggleItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/SecondaryActionItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/SelectItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/SingleSelectItem+ActionSheetTests.swift",
        "ActionSheet/Menu/MenuItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Titles/MenuTitle+ActionSheetTests.swift",
        "ActionSheet/Menu/Titles/SectionMargin+ActionSheetTests.swift",
        "ActionSheet/Menu/Titles/SectionTitle+ActionSheetTests.swift",
        "ActionSheet/Mocks/MockActionSheet.swift",
        "ActionSheet/Mocks/MockActionSheetAppearance.swift",
        "ActionSheet/Mocks/MockActionSheetPresenter.swift",
        "ActionSheet/Mocks/MockNotificationCenter.swift",
        "ActionSheet/Mocks/MockTableView.swift",
        "ActionSheet/Mocks/MockViewController.swift",
        "ActionSheet/Presenters/ActionSheetPopoverPresenter+PresentationDelegateTests.swift",
        "ActionSheet/Presenters/ActionSheetPopoverPresenterTests.swift",
        "ActionSheet/Presenters/ActionSheetPresenterBaseTests.swift",
        "ActionSheet/Presenters/ActionSheetStandardPresenterTests.swift",
        "ActionSheet/Views/ActionSheetBackgroundViewTests.swift",
        "ActionSheet/Views/ActionSheetHeaderContainerViewTests.swift",
        "ActionSheet/Views/ActionSheetStackViewTests.swift",
        "ActionSheet/Views/ActionSheetTableViewTests.swift",
        "AlertController/Menu+AlertControllerTests.swift",
        "AlertController/MenuItem+AlertControllerTests.swift",
        "ContextMenu/ContextMenu+ConfigurationTests.swift",
        "ContextMenu/ContextMenuDelegateTests.swift",
        "ContextMenu/Menu+ContextMenuTests.swift",
        "ContextMenu/MenuItem+ContextMenuTests.swift",
        "Extensions/NSObject+ClassNameTests.swift",
        "Menu/Buttons/CancelButtonTests.swift",
        "Menu/Buttons/DestructiveButtonTests.swift",
        "Menu/Buttons/MenuButtonTests.swift",
        "Menu/Buttons/OkButtonTests.swift",
        "Menu/Items/CollectionItemTests.swift",
        "Menu/Items/CustomItemTests.swift",
        "Menu/Items/LinkItemTests.swift",
        "Menu/Items/MultiSelectItemTests.swift",
        "Menu/Items/MultiSelectToggleItemTests.swift",
        "Menu/Items/SecondaryActionItemTests.swift",
        "Menu/Items/SelectItemTests.swift",
        "Menu/Items/SingleSelectItemTests.swift",
        "Menu/MenuItemTests.swift",
        "Menu/MenuTests.swift",
        "Menu/Mocks/MockMenuItem.swift",
        "Menu/Titles/MenuTitleTests.swift",
        "Menu/Titles/SectionMarginTests.swift",
        "Menu/Titles/SectionTitleTests.swift"
      ],
      "target_dependencies" : [
        "Sheeeeeeeeet"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Sheeeeeeeeet",
      "module_type" : "SwiftTarget",
      "name" : "Sheeeeeeeeet",
      "path" : "Sources/Sheeeeeeeeet",
      "product_memberships" : [
        "Sheeeeeeeeet"
      ],
      "sources" : [
        "ActionSheet/ActionSheet+Configuration.swift",
        "ActionSheet/ActionSheet+Header.swift",
        "ActionSheet/ActionSheet+Presenter.swift",
        "ActionSheet/ActionSheet+Scroll.swift",
        "ActionSheet/ActionSheet.swift",
        "ActionSheet/ActionSheetItemHandler.swift",
        "ActionSheet/ActionSheetMargin.swift",
        "ActionSheet/Appearance/ActionSheet+Appearance.swift",
        "ActionSheet/Appearance/ActionSheetAppearance.swift",
        "ActionSheet/Appearance/ActionSheetColor.swift",
        "ActionSheet/Appearance/UIColor+ActionSheetColor.swift",
        "ActionSheet/Cells/ActionSheetCollectionItemCell.swift",
        "ActionSheet/Cells/ActionSheetCollectionItemCellHandler.swift",
        "ActionSheet/Cells/ActionSheetItemCell.swift",
        "ActionSheet/Cells/ActionSheetItemCells.swift",
        "ActionSheet/Cells/ActionSheetLinkItemCell.swift",
        "ActionSheet/Cells/ActionSheetMultiSelectToggleItemCell.swift",
        "ActionSheet/Cells/ActionSheetSecondaryActionItemCell.swift",
        "ActionSheet/Cells/ActionSheetSelectItemCell.swift",
        "ActionSheet/Extensions/UIEdgeInsets+Hidden.swift",
        "ActionSheet/Extensions/UIView+Subviews.swift",
        "ActionSheet/Extensions/UIViewController+RootViewController.swift",
        "ActionSheet/Menu/Buttons/CancelButton+ActionSheet.swift",
        "ActionSheet/Menu/Buttons/DestructiveButton+ActionSheet.swift",
        "ActionSheet/Menu/Buttons/MenuButton+ActionSheet.swift",
        "ActionSheet/Menu/Buttons/OkButton+ActionSheet.swift",
        "ActionSheet/Menu/Items/CollectionItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/CustomItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/DestructiveItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/LinkItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/MultiSelectItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/MultiSelectToggleItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/SecondaryActionItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/SelectItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/SingleSelectItem+ActionSheet.swift",
        "ActionSheet/Menu/Menu+ActionSheet.swift",
        "ActionSheet/Menu/MenuItem+ActionSheet.swift",
        "ActionSheet/Menu/Titles/MenuTitle+ActionSheet.swift",
        "ActionSheet/Menu/Titles/SectionMargin+ActionSheet.swift",
        "ActionSheet/Menu/Titles/SectionTitle+ActionSheet.swift",
        "ActionSheet/Presenters/ActionSheetPopoverPresenter+PresentationDelegate.swift",
        "ActionSheet/Presenters/ActionSheetPopoverPresenter.swift",
        "ActionSheet/Presenters/ActionSheetPresenter.swift",
        "ActionSheet/Presenters/ActionSheetPresenterBase.swift",
        "ActionSheet/Presenters/ActionSheetStandardPresenter.swift",
        "ActionSheet/Views/ActionSheetBackgroundView.swift",
        "ActionSheet/Views/ActionSheetButtonTableView.swift",
        "ActionSheet/Views/ActionSheetHeaderContainerView.swift",
        "ActionSheet/Views/ActionSheetItemTableView.swift",
        "ActionSheet/Views/ActionSheetStackView.swift",
        "ActionSheet/Views/ActionSheetTableView.swift",
        "AlertController/AlertControllerConversionError.swift",
        "AlertController/Menu+AlertController.swift",
        "AlertController/MenuItem+AlertController.swift",
        "AlertController/UIViewController+AlertController.swift",
        "ContextMenu/ContextMenu+Configuration.swift",
        "ContextMenu/ContextMenu.swift",
        "ContextMenu/ContextMenuConversionError.swift",
        "ContextMenu/ContextMenuDelegate.swift",
        "ContextMenu/ContextMenuDelegateRetainer.swift",
        "ContextMenu/MenuCreator+ContextMenu.swift",
        "ContextMenu/MenuItem+ContextMenu.swift",
        "Deprecations/ActionSheet+Deprecations.swift",
        "Deprecations/Menu+Deprecations.swift",
        "Extensions/NSObject+ClassName.swift",
        "Menu/Buttons/CancelButton.swift",
        "Menu/Buttons/DestructiveButton.swift",
        "Menu/Buttons/MenuButton.swift",
        "Menu/Buttons/OkButton.swift",
        "Menu/Items/CollectionItem.swift",
        "Menu/Items/CustomItem.swift",
        "Menu/Items/DestructiveItem.swift",
        "Menu/Items/LinkItem.swift",
        "Menu/Items/MultiSelectItem.swift",
        "Menu/Items/MultiSelectToggleItem.swift",
        "Menu/Items/SecondaryActionItem.swift",
        "Menu/Items/SelectItem.swift",
        "Menu/Items/SingleSelectItem.swift",
        "Menu/Menu.swift",
        "Menu/MenuCreator.swift",
        "Menu/MenuItem.swift",
        "Menu/Titles/MenuTitle.swift",
        "Menu/Titles/SectionMagin.swift",
        "Menu/Titles/SectionTitle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Sheeeeeeeeet",
    "schemes" : [
      "Sheeeeeeeeet"
    ],
    "targets" : [
      "Sheeeeeeeeet",
      "SheeeeeeeeetPackageDescription",
      "SheeeeeeeeetPackageTests",
      "SheeeeeeeeetTests",
      "SheeeeeeeeetDemo"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Sheeeeeeeeet -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 Sheeeeeeeeet -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  Quick: https://github.com/Quick/Quick.git @ 3.0.0
  MockingKit: https://github.com/danielsaidi/MockingKit.git @ 0.9.4
  Nimble: https://github.com/Quick/Nimble.git @ 8.1.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
    Target 'SheeeeeeeeetTests' in project 'Sheeeeeeeeet'
        ➜ Explicit dependency on target 'Sheeeeeeeeet' in project 'Sheeeeeeeeet'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'MockingKit' in project 'MockingKit'
        ➜ Explicit dependency on target 'Quick' in project 'Quick'
    Target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
    Target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
    Target 'QuickObjCRuntime' in project 'Quick' (no dependencies)
    Target 'MockingKit' in project 'MockingKit'
        ➜ Explicit dependency on target 'MockingKit' in project 'MockingKit'
    Target 'MockingKit' in project 'MockingKit' (no dependencies)
    Target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlMachBadInstructionHandler' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlCatchExceptionSupport' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlCatchException' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlPreconditionTesting' in project 'Nimble'
    Target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlMachBadInstructionHandler' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlCatchExceptionSupport' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlCatchException' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlPreconditionTesting' in project 'Nimble'
    Target 'NimbleCwlPreconditionTesting' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlMachBadInstructionHandler' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlCatchExceptionSupport' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlCatchException' in project 'Nimble'
    Target 'NimbleCwlCatchException' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleCwlCatchExceptionSupport' in project 'Nimble'
    Target 'NimbleCwlCatchExceptionSupport' in project 'Nimble' (no dependencies)
    Target 'NimbleCwlMachBadInstructionHandler' in project 'Nimble' (no dependencies)
    Target 'SheeeeeeeeetDemo' in project 'Sheeeeeeeeet'
        ➜ Explicit dependency on target 'Sheeeeeeeeet' in project 'Sheeeeeeeeet'
    Target 'Sheeeeeeeeet' in project 'Sheeeeeeeeet' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/actool --print-asset-tag-combinations --output-format xml1 /Users/admin/builder/spi-builder-workspace/SheeeeeeeeetDemo/Assets/Assets.xcassets
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 7c8de031465a82b10da08a6dac8cb605
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7c8de031465a82b10da08a6dac8cb605.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Sheeeeeeeeet.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'Sheeeeeeeeet' from project 'Sheeeeeeeeet')
/Users/admin/builder/spi-builder-workspace/Sheeeeeeeeet.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'SheeeeeeeeetDemo' from project 'Sheeeeeeeeet')
/Users/admin/builder/spi-builder-workspace/Sheeeeeeeeet.xcodeproj: error: No profiles for 'com.danielsaidi.SheeeeeeeeetDemo' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.danielsaidi.SheeeeeeeeetDemo'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'SheeeeeeeeetDemo' from project 'Sheeeeeeeeet')
/Users/admin/builder/spi-builder-workspace/Sheeeeeeeeet.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'SheeeeeeeeetTests' from project 'Sheeeeeeeeet')
/Users/admin/builder/spi-builder-workspace/Sheeeeeeeeet.xcodeproj: error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "PMEDFW438U" with a private key was found. (in target 'SheeeeeeeeetTests' from project 'Sheeeeeeeeet')
** BUILD FAILED **
The following build commands failed:
	Building project Sheeeeeeeeet with scheme Sheeeeeeeeet
(1 failure)
BUILD FAILURE 6.2 iOS