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 CombineExt, reference 2.2.7 (db0da8), with Swift 6.2 (beta) for Linux on 19 Jun 2025 06:32:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NikSativa/CombineExt.git
Reference: 2.2.7
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/NikSativa/CombineExt
 * tag               2.2.7      -> FETCH_HEAD
HEAD is now at db0da89 fix concurrency
Cloned https://github.com/NikSativa/CombineExt.git
Revision (git rev-parse @):
db0da899395e43b4a314276da8cd502ba4023362
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/NikSativa/CombineExt.git at 2.2.7
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/NikSativa/CombineExt.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/8] Copying PrivacyInfo.xcprivacy
[0/8] Write sources
[2/8] Write swift-version-24593BA9C3E375BF.txt
[4/23] Compiling CombineExt Shared.swift
/host/spi-builder-workspace/Source/BehavioralState/BehavioralStateContract.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[5/23] Compiling CombineExt ValueSubject.swift
/host/spi-builder-workspace/Source/BehavioralState/BehavioralStateContract.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[6/24] Compiling CombineExt IgnoredState.swift
/host/spi-builder-workspace/Source/BehavioralState/BehavioralStateContract.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[7/24] Compiling CombineExt ManagedState.swift
/host/spi-builder-workspace/Source/BehavioralState/BehavioralStateContract.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[8/24] Compiling CombineExt AnyTokenBuilder.swift
/host/spi-builder-workspace/Source/BehavioralState/BehavioralStateContract.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[9/24] Compiling CombineExt SubscriptionBuilder.swift
/host/spi-builder-workspace/Source/BehavioralState/BehavioralStateContract.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[10/24] Compiling CombineExt UIBinding.swift
/host/spi-builder-workspace/Source/BehavioralState/BehavioralStateContract.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[11/24] Compiling CombineExt UIState.swift
/host/spi-builder-workspace/Source/BehavioralState/BehavioralStateContract.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[12/24] Compiling CombineExt CollectionExt.swift
/host/spi-builder-workspace/Source/BehavioralState/BehavioralStateContract.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[13/24] Compiling CombineExt PublishersExt.swift
/host/spi-builder-workspace/Source/BehavioralState/BehavioralStateContract.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[14/24] Compiling CombineExt Publisher+Change.swift
/host/spi-builder-workspace/Source/BehavioralState/BehavioralStateContract.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[15/24] Compiling CombineExt SafeBinding.swift
/host/spi-builder-workspace/Source/BehavioralState/BehavioralStateContract.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/24] Emitting module CombineExt
/host/spi-builder-workspace/Source/BehavioralState/BehavioralStateContract.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[17/24] Compiling CombineExt BehavioralStateContract.swift
/host/spi-builder-workspace/Source/BehavioralState/BehavioralStateContract.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[18/24] Compiling CombineExt DiffedValue.swift
/host/spi-builder-workspace/Source/BehavioralState/BehavioralStateContract.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
[19/24] Compiling CombineExt resource_bundle_accessor.swift
/host/spi-builder-workspace/Source/BehavioralState/BehavioralStateContract.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 |
BUILD FAILURE 6.2 linux