The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Bond, reference master (146943), with Swift 6.1 for Android on 27 May 2025 21:00:51 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/declarativehub/bond.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/declarativehub/bond
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 146943c Update podspec
Cloned https://github.com/declarativehub/bond.git
Revision (git rev-parse @):
146943c0bc03a93c48fb6c57db4e39f4b38ba74b
SUCCESS checkout https://github.com/declarativehub/bond.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/declarativehub/bond.git
https://github.com/declarativehub/bond.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "reactivekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.14.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DeclarativeHub/ReactiveKit.git"
    },
    {
      "identity" : "differ",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tonyarnold/Differ.git"
    }
  ],
  "manifest_display_name" : "Bond",
  "name" : "Bond",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Bond",
      "targets" : [
        "Bond"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BondTests",
      "module_type" : "SwiftTarget",
      "name" : "BondTests",
      "path" : "Tests/BondTests",
      "product_dependencies" : [
        "ReactiveKit"
      ],
      "sources" : [
        "BondTests.swift",
        "CollectionChangesetDiffAndPatchTest.swift",
        "DynamicSubjectTests.swift",
        "Helpers.swift",
        "NSObjectTests.swift",
        "ProtocolProxyTests.swift",
        "TreeChangesetDiffAndPatchTest.swift",
        "TreeViewTests.swift",
        "UICollectionViewTests.swift",
        "UIKitTests.swift",
        "UIPickerViewTests.swift",
        "UITableViewTests.swift"
      ],
      "target_dependencies" : [
        "Bond"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bond",
      "module_type" : "SwiftTarget",
      "name" : "Bond",
      "path" : "Sources/Bond",
      "product_dependencies" : [
        "ReactiveKit",
        "Differ"
      ],
      "product_memberships" : [
        "Bond"
      ],
      "sources" : [
        "AppKit/NSAppearanceCustomization.swift",
        "AppKit/NSButton.swift",
        "AppKit/NSCollectionView+DataSource.swift",
        "AppKit/NSCollectionView.swift",
        "AppKit/NSColorWell.swift",
        "AppKit/NSControl.swift",
        "AppKit/NSGestureRecognizer.swift",
        "AppKit/NSImageView.swift",
        "AppKit/NSMenuItem.swift",
        "AppKit/NSOutlineView+Changeset.swift",
        "AppKit/NSOutlineView.swift",
        "AppKit/NSPopUpButton.swift",
        "AppKit/NSProgressIndicator.swift",
        "AppKit/NSSegmentedControl.swift",
        "AppKit/NSSlider.swift",
        "AppKit/NSStatusBarButton.swift",
        "AppKit/NSTableView+DataSource.swift",
        "AppKit/NSTableView.swift",
        "AppKit/NSTextField.swift",
        "AppKit/NSTextView.swift",
        "AppKit/NSView.swift",
        "BNDInvocation.swift",
        "Bond.swift",
        "Data Sources/FlatDataSourceChangesetConvertible.swift",
        "Data Sources/OutlineChangesetConvertible.swift",
        "Data Sources/SectionedDataSourceChangesetConvertible.swift",
        "Data Structures/Array2D.swift",
        "Data Structures/Collection+Bond.swift",
        "Data Structures/IndexPath+Bond.swift",
        "Data Structures/TreeArray.swift",
        "Data Structures/TreeNode.swift",
        "Data Structures/TreeProtocol+Differ.swift",
        "Data Structures/TreeProtocol.swift",
        "Data Structures/TreeView.swift",
        "Deprecations/Deprecations.swift",
        "DynamicSubject.swift",
        "Instantiatable.swift",
        "MainBlockDisposable.swift",
        "Observable Collections/Changeset.swift",
        "Observable Collections/ChangesetContainer.swift",
        "Observable Collections/OrderedCollectionChangeset.swift",
        "Observable Collections/OrderedCollectionDiff+IndexPath+Differ.swift",
        "Observable Collections/OrderedCollectionDiff+IndexPath+Patch.swift",
        "Observable Collections/OrderedCollectionDiff+IndexPath.swift",
        "Observable Collections/OrderedCollectionDiff+Strideable+Differ.swift",
        "Observable Collections/OrderedCollectionDiff+Strideable+Patch.swift",
        "Observable Collections/OrderedCollectionDiff+Strideable.swift",
        "Observable Collections/OrderedCollectionDiff.swift",
        "Observable Collections/OrderedCollectionOperation+IndexPath+Undo.swift",
        "Observable Collections/OrderedCollectionOperation+Strideable+Undo.swift",
        "Observable Collections/OrderedCollectionOperation.swift",
        "Observable Collections/Property+ChangesetContainerProtocol.swift",
        "Observable Collections/Signal+ChangesetProtocol.swift",
        "Observable Collections/TreeChangeset+Array2D.swift",
        "Observable Collections/TreeChangeset.swift",
        "Observable Collections/UnorderedCollectionChangeset+Dictionary.swift",
        "Observable Collections/UnorderedCollectionChangeset+Set.swift",
        "Observable Collections/UnorderedCollectionChangeset.swift",
        "Observable Collections/UnorderedCollectionDiff.swift",
        "Observable Collections/UnorderedCollectionOperation.swift",
        "Observable.swift",
        "Property+BidirectionalMap.swift",
        "ProtocolProxy.swift",
        "ProtocolProxyController.swift",
        "Shared/CALayer.swift",
        "Shared/NSLayoutConstraint.swift",
        "Shared/NSObject+KVO.swift",
        "Shared/NSObject.swift",
        "Shared/NotificationCenter.swift",
        "Signal+Heartbeat.swift",
        "UIKit/UIAccessibilityIdentification.swift",
        "UIKit/UIActivityIndicatorView.swift",
        "UIKit/UIApplication.swift",
        "UIKit/UIBarButtonItem.swift",
        "UIKit/UIBarItem.swift",
        "UIKit/UIButton.swift",
        "UIKit/UICollectionView+DataSource.swift",
        "UIKit/UICollectionView.swift",
        "UIKit/UIControl.swift",
        "UIKit/UIDatePicker.swift",
        "UIKit/UIGestureRecognizer.swift",
        "UIKit/UIImageView.swift",
        "UIKit/UILabel.swift",
        "UIKit/UINavigationBar.swift",
        "UIKit/UINavigationItem.swift",
        "UIKit/UIPickerView+DataSource.swift",
        "UIKit/UIPickerView.swift",
        "UIKit/UIProgressView.swift",
        "UIKit/UIRefreshControl.swift",
        "UIKit/UISearchBar.swift",
        "UIKit/UISegmentedControl.swift",
        "UIKit/UISlider.swift",
        "UIKit/UIStepper.swift",
        "UIKit/UISwitch.swift",
        "UIKit/UITableView+DataSource.swift",
        "UIKit/UITableView.swift",
        "UIKit/UITextField.swift",
        "UIKit/UITextView.swift",
        "UIKit/UIView.swift",
        "UIKit/ViewControllerLifecycle.swift"
      ],
      "target_dependencies" : [
        "BNDProtocolProxyBase"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BNDProtocolProxyBase",
      "module_type" : "ClangTarget",
      "name" : "BNDProtocolProxyBase",
      "path" : "Sources/BNDProtocolProxyBase",
      "product_memberships" : [
        "Bond"
      ],
      "sources" : [
        "BNDProtocolProxyBase.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/DeclarativeHub/ReactiveKit.git
Fetching https://github.com/tonyarnold/Differ.git
[1/2366] Fetching differ
[1114/5980] Fetching differ, reactivekit
Fetched https://github.com/DeclarativeHub/ReactiveKit.git from cache (0.39s)
Fetched https://github.com/tonyarnold/Differ.git from cache (0.39s)
Computing version for https://github.com/tonyarnold/Differ.git
Computed https://github.com/tonyarnold/Differ.git at 1.4.6 (0.97s)
Computing version for https://github.com/DeclarativeHub/ReactiveKit.git
Computed https://github.com/DeclarativeHub/ReactiveKit.git at 3.19.3 (0.58s)
Creating working copy for https://github.com/DeclarativeHub/ReactiveKit.git
Working copy of https://github.com/DeclarativeHub/ReactiveKit.git resolved at 3.19.3
Creating working copy for https://github.com/tonyarnold/Differ.git
Working copy of https://github.com/tonyarnold/Differ.git resolved at 1.4.6
Building for debugging...
[0/5] Write sources
In file included from /host/spi-builder-workspace/Sources/BNDProtocolProxyBase/BNDProtocolProxyBase.m:25:
/host/spi-builder-workspace/Sources/BNDProtocolProxyBase/include/BNDProtocolProxyBase.h:25:9: fatal error: 'Foundation/Foundation.h' file not found
   25 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/5] Compiling BNDProtocolProxyBase BNDProtocolProxyBase.m
[3/5] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/BNDProtocolProxyBase/BNDProtocolProxyBase.m:25:
/host/spi-builder-workspace/Sources/BNDProtocolProxyBase/include/BNDProtocolProxyBase.h:25:9: fatal error: 'Foundation/Foundation.h' file not found
   25 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/2] Compiling BNDProtocolProxyBase BNDProtocolProxyBase.m
[0/2] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android