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 CombineDataSources, reference master (362795), with Swift 6.1 for Android on 27 May 2025 18:01:57 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/CombineCommunity/CombineDataSources.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/CombineCommunity/CombineDataSources
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 362795e Merge pull request #8 from icanzilb/master
Cloned https://github.com/CombineCommunity/CombineDataSources.git
Revision (git rev-parse @):
362795e0336f2c1637036f692a3b5d05806302b4
SUCCESS checkout https://github.com/CombineCommunity/CombineDataSources.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CombineCommunity/CombineDataSources.git
https://github.com/CombineCommunity/CombineDataSources.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CombineDataSources",
  "name" : "CombineDataSources",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CombineDataSources",
      "targets" : [
        "CombineDataSources"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CombineDataSourcesTests",
      "module_type" : "SwiftTarget",
      "name" : "CombineDataSourcesTests",
      "path" : "Tests/CombineDataSourcesTests",
      "sources" : [
        "BatchesDataSource/BatchesDataSourceTests.swift",
        "CollectionView/CollectionViewItemsControllerTests.swift",
        "CollectionView/UICollectionView+SubscribersTests.swift",
        "MemoryManagementTests.swift",
        "TableView/TableViewBatchesControllerTests.swift",
        "TableView/TableViewItemsControllerTests.swift",
        "TableView/UITableView+SubscribersTests.swift",
        "data/TestFixtures.swift"
      ],
      "target_dependencies" : [
        "CombineDataSources"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CombineDataSources",
      "module_type" : "SwiftTarget",
      "name" : "CombineDataSources",
      "path" : "Sources/CombineDataSources",
      "product_memberships" : [
        "CombineDataSources"
      ],
      "sources" : [
        "BatchesDataSource/BatchesDataSource.swift",
        "CollectionView/CollectionViewItemsController.swift",
        "CollectionView/UICollectionView+Subscribers.swift",
        "TableView/TableViewBatchesController.swift",
        "TableView/TableViewItemsController.swift",
        "TableView/UITableView+Subscribers.swift",
        "etc/Publisher+Bind.swift",
        "etc/Section.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/10] Compiling CombineDataSources TableViewBatchesController.swift
/host/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:40:8: error: no such module 'Combine'
 38 |
 39 | import Foundation
 40 | import Combine
    |        `- error: no such module 'Combine'
 41 |
 42 | /// Batches source input. Provides two publishers to control requesting the next batch
[4/11] Compiling CombineDataSources UICollectionView+Subscribers.swift
/host/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:40:8: error: no such module 'Combine'
 38 |
 39 | import Foundation
 40 | import Combine
    |        `- error: no such module 'Combine'
 41 |
 42 | /// Batches source input. Provides two publishers to control requesting the next batch
[5/11] Compiling CombineDataSources UITableView+Subscribers.swift
/host/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:40:8: error: no such module 'Combine'
 38 |
 39 | import Foundation
 40 | import Combine
    |        `- error: no such module 'Combine'
 41 |
 42 | /// Batches source input. Provides two publishers to control requesting the next batch
[6/11] Compiling CombineDataSources Section.swift
/host/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:40:8: error: no such module 'Combine'
 38 |
 39 | import Foundation
 40 | import Combine
    |        `- error: no such module 'Combine'
 41 |
 42 | /// Batches source input. Provides two publishers to control requesting the next batch
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/11] Emitting module CombineDataSources
/host/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:40:8: error: no such module 'Combine'
 38 |
 39 | import Foundation
 40 | import Combine
    |        `- error: no such module 'Combine'
 41 |
 42 | /// Batches source input. Provides two publishers to control requesting the next batch
[8/11] Compiling CombineDataSources BatchesDataSource.swift
/host/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:40:8: error: no such module 'Combine'
 38 |
 39 | import Foundation
 40 | import Combine
    |        `- error: no such module 'Combine'
 41 |
 42 | /// Batches source input. Provides two publishers to control requesting the next batch
[9/11] Compiling CombineDataSources CollectionViewItemsController.swift
/host/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:40:8: error: no such module 'Combine'
 38 |
 39 | import Foundation
 40 | import Combine
    |        `- error: no such module 'Combine'
 41 |
 42 | /// Batches source input. Provides two publishers to control requesting the next batch
[10/11] Compiling CombineDataSources Publisher+Bind.swift
/host/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:40:8: error: no such module 'Combine'
 38 |
 39 | import Foundation
 40 | import Combine
    |        `- error: no such module 'Combine'
 41 |
 42 | /// Batches source input. Provides two publishers to control requesting the next batch
[11/11] Compiling CombineDataSources TableViewItemsController.swift
/host/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:40:8: error: no such module 'Combine'
 38 |
 39 | import Foundation
 40 | import Combine
    |        `- error: no such module 'Combine'
 41 |
 42 | /// Batches source input. Provides two publishers to control requesting the next batch
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...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/9] Compiling CombineDataSources UICollectionView+Subscribers.swift
/host/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:40:8: error: no such module 'Combine'
 38 |
 39 | import Foundation
 40 | import Combine
    |        `- error: no such module 'Combine'
 41 |
 42 | /// Batches source input. Provides two publishers to control requesting the next batch
[3/10] Compiling CombineDataSources BatchesDataSource.swift
/host/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:40:8: error: no such module 'Combine'
 38 |
 39 | import Foundation
 40 | import Combine
    |        `- error: no such module 'Combine'
 41 |
 42 | /// Batches source input. Provides two publishers to control requesting the next batch
[4/10] Compiling CombineDataSources CollectionViewItemsController.swift
/host/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:40:8: error: no such module 'Combine'
 38 |
 39 | import Foundation
 40 | import Combine
    |        `- error: no such module 'Combine'
 41 |
 42 | /// Batches source input. Provides two publishers to control requesting the next batch
[5/10] Compiling CombineDataSources UITableView+Subscribers.swift
/host/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:40:8: error: no such module 'Combine'
 38 |
 39 | import Foundation
 40 | import Combine
    |        `- error: no such module 'Combine'
 41 |
 42 | /// Batches source input. Provides two publishers to control requesting the next batch
[6/10] Compiling CombineDataSources Publisher+Bind.swift
/host/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:40:8: error: no such module 'Combine'
 38 |
 39 | import Foundation
 40 | import Combine
    |        `- error: no such module 'Combine'
 41 |
 42 | /// Batches source input. Provides two publishers to control requesting the next batch
[7/10] Compiling CombineDataSources TableViewItemsController.swift
/host/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:40:8: error: no such module 'Combine'
 38 |
 39 | import Foundation
 40 | import Combine
    |        `- error: no such module 'Combine'
 41 |
 42 | /// Batches source input. Provides two publishers to control requesting the next batch
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/10] Emitting module CombineDataSources
/host/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:40:8: error: no such module 'Combine'
 38 |
 39 | import Foundation
 40 | import Combine
    |        `- error: no such module 'Combine'
 41 |
 42 | /// Batches source input. Provides two publishers to control requesting the next batch
[9/10] Compiling CombineDataSources TableViewBatchesController.swift
/host/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:40:8: error: no such module 'Combine'
 38 |
 39 | import Foundation
 40 | import Combine
    |        `- error: no such module 'Combine'
 41 |
 42 | /// Batches source input. Provides two publishers to control requesting the next batch
[10/10] Compiling CombineDataSources Section.swift
/host/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:40:8: error: no such module 'Combine'
 38 |
 39 | import Foundation
 40 | import Combine
    |        `- error: no such module 'Combine'
 41 |
 42 | /// Batches source input. Provides two publishers to control requesting the next batch
BUILD FAILURE 6.1 android