The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CombineUI, reference 0.0.11 (d54a14), with Swift 6.1 for macOS (SPM) on 5 Mar 2026 23:56:20 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Tinder/CombineUI.git
Reference: 0.0.11
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Tinder/CombineUI
 * tag               0.0.11     -> FETCH_HEAD
HEAD is now at d54a145 Apply standard Swift package configuration (#40)
Cloned https://github.com/Tinder/CombineUI.git
Revision (git rev-parse @):
d54a1455dfaff51a6600ba9cd3875e6b30745212
SUCCESS checkout https://github.com/Tinder/CombineUI.git at 0.0.11
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Tinder/CombineUI.git
https://github.com/Tinder/CombineUI.git
{
  "dependencies" : [
    {
      "identity" : "swiftlintplugins",
      "requirement" : {
        "exact" : [
          "0.59.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SimplyDanny/SwiftLintPlugins.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "exact" : [
          "14.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "CombineUI",
  "name" : "CombineUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "CombineUI",
      "targets" : [
        "CombineUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CombineUITests",
      "module_type" : "SwiftTarget",
      "name" : "CombineUITests",
      "path" : "Tests/CombineUITests",
      "product_dependencies" : [
        "Nimble",
        "SwiftLintBuildToolPlugin"
      ],
      "sources" : [
        "BindingTests.swift",
        "UIKitTests/BindingsTests/UIActivityIndicatorViewTests.swift",
        "UIKitTests/BindingsTests/UIButtonTests.swift",
        "UIKitTests/BindingsTests/UIControlTests.swift",
        "UIKitTests/BindingsTests/UIDatePickerTests.swift",
        "UIKitTests/BindingsTests/UIGestureRecognizerTests.swift",
        "UIKitTests/BindingsTests/UIImageViewTests.swift",
        "UIKitTests/BindingsTests/UILabelTests.swift",
        "UIKitTests/BindingsTests/UIPageControlTests.swift",
        "UIKitTests/BindingsTests/UIProgressViewTests.swift",
        "UIKitTests/BindingsTests/UIRefreshControlTests.swift",
        "UIKitTests/BindingsTests/UISegmentedControlTests.swift",
        "UIKitTests/BindingsTests/UISliderTests.swift",
        "UIKitTests/BindingsTests/UIStepperTests.swift",
        "UIKitTests/BindingsTests/UISwitchTests.swift",
        "UIKitTests/BindingsTests/UITextFieldTests.swift",
        "UIKitTests/BindingsTests/UITextViewTests.swift",
        "UIKitTests/BindingsTests/UIViewTests.swift",
        "UIKitTests/ControlTests.swift",
        "UIKitTests/ControlsTests/ButtonTests.swift",
        "UIKitTests/ControlsTests/DatePickerTests.swift",
        "UIKitTests/ControlsTests/PageControlTests.swift",
        "UIKitTests/ControlsTests/RefreshControlTests.swift",
        "UIKitTests/ControlsTests/SegmentedControlTests.swift",
        "UIKitTests/ControlsTests/SliderTests.swift",
        "UIKitTests/ControlsTests/StepperTests.swift",
        "UIKitTests/ControlsTests/SwitchTests.swift",
        "UIKitTests/ControlsTests/TextFieldTests.swift",
        "UIKitTests/GestureRecognizerTests.swift",
        "UIKitTests/Support/ControlTarget.swift",
        "UIKitTests/Support/GestureRecognizerTarget.swift",
        "UIKitTests/ViewControllerTests.swift",
        "UIKitTests/ViewsTests/ScrollViewTests.swift",
        "UIKitTests/ViewsTests/SearchBarTests.swift",
        "UIKitTests/ViewsTests/TextViewTests.swift"
      ],
      "target_dependencies" : [
        "CombineUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CombineUI",
      "module_type" : "SwiftTarget",
      "name" : "CombineUI",
      "path" : "Sources/CombineUI",
      "product_dependencies" : [
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "CombineUI"
      ],
      "sources" : [
        "Bindable.swift",
        "Binding.swift",
        "Support/Publisher.swift",
        "Target.swift",
        "UIKit/Bindings/Bindable+UIActivityIndicatorView.swift",
        "UIKit/Bindings/Bindable+UIButton.swift",
        "UIKit/Bindings/Bindable+UIControl.swift",
        "UIKit/Bindings/Bindable+UIDatePicker.swift",
        "UIKit/Bindings/Bindable+UIGestureRecognizer.swift",
        "UIKit/Bindings/Bindable+UIImageView.swift",
        "UIKit/Bindings/Bindable+UILabel.swift",
        "UIKit/Bindings/Bindable+UIPageControl.swift",
        "UIKit/Bindings/Bindable+UIProgressView.swift",
        "UIKit/Bindings/Bindable+UIRefreshControl.swift",
        "UIKit/Bindings/Bindable+UISegmentedControl.swift",
        "UIKit/Bindings/Bindable+UISlider.swift",
        "UIKit/Bindings/Bindable+UIStepper.swift",
        "UIKit/Bindings/Bindable+UISwiftch.swift",
        "UIKit/Bindings/Bindable+UITextField.swift",
        "UIKit/Bindings/Bindable+UITextView.swift",
        "UIKit/Bindings/Bindable+UIView.swift",
        "UIKit/Control/Control.swift",
        "UIKit/Control/ControlInterface.swift",
        "UIKit/Control/ControlPublisher.swift",
        "UIKit/Control/ControlSubscription.swift",
        "UIKit/Controls/Button.swift",
        "UIKit/Controls/DatePicker/DatePicker.swift",
        "UIKit/Controls/DatePicker/DatePickerInterface.swift",
        "UIKit/Controls/PageControl.swift",
        "UIKit/Controls/RefreshControl.swift",
        "UIKit/Controls/SegmentedControl.swift",
        "UIKit/Controls/Slider.swift",
        "UIKit/Controls/Stepper.swift",
        "UIKit/Controls/Switch.swift",
        "UIKit/Controls/TextField/TextField.swift",
        "UIKit/Controls/TextField/TextFieldDelegate.swift",
        "UIKit/Controls/TextField/TextFieldInterface.swift",
        "UIKit/GestureRecognizer/GestureRecognizer.swift",
        "UIKit/GestureRecognizer/GestureRecognizerInterface.swift",
        "UIKit/GestureRecognizer/GestureRecognizerPublisher.swift",
        "UIKit/GestureRecognizer/GestureRecognizerSubscription.swift",
        "UIKit/UIKit+Target.swift",
        "UIKit/ViewController/LifecycleViewController.swift",
        "UIKit/ViewController/UIViewController.swift",
        "UIKit/ViewController/ViewController.swift",
        "UIKit/ViewController/ViewControllerInterface.swift",
        "UIKit/ViewController/ViewControllerPublisher.swift",
        "UIKit/ViewController/ViewControllerSubscription.swift",
        "UIKit/Views/ScrollView/ScrollView.swift",
        "UIKit/Views/ScrollView/ScrollViewDelegate.swift",
        "UIKit/Views/ScrollView/ScrollViewInterface.swift",
        "UIKit/Views/SearchBar/SearchBar.swift",
        "UIKit/Views/SearchBar/SearchBarDelegate.swift",
        "UIKit/Views/SearchBar/SearchBarInterface.swift",
        "UIKit/Views/TextView/TextView.swift",
        "UIKit/Views/TextView/TextViewDelegate.swift",
        "UIKit/Views/TextView/TextViewInterface.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Fetching https://github.com/SimplyDanny/SwiftLintPlugins.git
Fetching https://github.com/Quick/Nimble.git
[1/291] Fetching swiftlintplugins
[292/20096] Fetching swiftlintplugins, nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.78s)
Fetched https://github.com/SimplyDanny/SwiftLintPlugins.git from cache (1.78s)
Computing version for https://github.com/Quick/Nimble.git
warning: 'nimble': /Package.swift:4:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 2 | import PackageDescription
 3 |
 4 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 5 |     name: "Nimble",
 6 |     platforms: [
Computed https://github.com/Quick/Nimble.git at 14.0.0 (2.36s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.81s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins.git
Computed https://github.com/SimplyDanny/SwiftLintPlugins.git at 0.59.1 (1.31s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.58s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.80s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.40s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 14.0.0
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins.git
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins.git resolved at 0.59.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
warning: 'nimble': /Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Package.swift:4:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 2 | import PackageDescription
 3 |
 4 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 5 |     name: "Nimble",
 6 |     platforms: [
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[16375/41085097] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip (2.19s)
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
BUILD FAILURE 6.1 macosSpm