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 OpenFeature, reference main (3a5af1), with Swift 6.2 (beta) for Android on 23 Jun 2025 00:36:21 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/open-feature/swift-sdk.git
Reference: main
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/open-feature/swift-sdk
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3a5af18 feat: Adds watchOS / tvOS support (#67)
Cloned https://github.com/open-feature/swift-sdk.git
Revision (git rev-parse @):
3a5af18e7615e5c5a67690c2d626789bcee1e8a6
SUCCESS checkout https://github.com/open-feature/swift-sdk.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/open-feature/swift-sdk.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/29] Compiling OpenFeature FlagEvaluationOptions.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[4/29] Compiling OpenFeature FlagMetadataValue.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[5/29] Compiling OpenFeature FlagValueType.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[6/29] Compiling OpenFeature Hook.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[7/32] Compiling OpenFeature EventHandler.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[8/32] Compiling OpenFeature Features+Defaults.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[9/32] Compiling OpenFeature Features.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[10/32] Compiling OpenFeature FlagEvaluationDetails.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.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)
[11/32] Emitting module OpenFeature
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[12/32] Compiling OpenFeature ProviderStatus.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[13/32] Compiling OpenFeature Reason.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[14/32] Compiling OpenFeature Structure.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[15/32] Compiling OpenFeature BaseEvaluation.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[16/32] Compiling OpenFeature Client.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[17/32] Compiling OpenFeature ClientMetadata.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[18/32] Compiling OpenFeature EvaluationContext.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[19/32] Compiling OpenFeature ProviderEvaluation.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[20/32] Compiling OpenFeature ProviderEvents.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[21/32] Compiling OpenFeature ProviderMetadata.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[22/32] Compiling OpenFeature OpenFeatureAPI.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[23/32] Compiling OpenFeature OpenFeatureClient.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[24/32] Compiling OpenFeature FeatureProvider.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[25/32] Compiling OpenFeature NoOpProvider.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[26/32] Compiling OpenFeature HookContext.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[27/32] Compiling OpenFeature HookSupport.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[28/32] Compiling OpenFeature MutableContext.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[29/32] Compiling OpenFeature MutableStructure.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[30/32] Compiling OpenFeature Value.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[31/32] Compiling OpenFeature ErrorCode.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[32/32] Compiling OpenFeature OpenFeatureError.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
BUILD FAILURE 6.2 android