The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build OpenFeature, reference main (a21214), with Swift 5.9 for Linux on 10 Sep 2024 20:42:13 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.53.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 a21214e fix: remove compilation warnings (#47)
Cloned https://github.com/open-feature/swift-sdk.git
Revision (git rev-parse @):
a21214eb7d6ad7b5942d41097dd776032d635827
SUCCESS checkout https://github.com/open-feature/swift-sdk.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/open-feature/swift-sdk.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:66706f89ac15d55dcb11e8d3274e2fe11925b5da93d240b09d5a1eb775db6cc2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/26] Emitting module OpenFeature
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[2/29] Compiling OpenFeature HookContext.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[3/29] Compiling OpenFeature HookSupport.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[4/29] Compiling OpenFeature MutableContext.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[5/29] Compiling OpenFeature MutableStructure.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[6/29] Compiling OpenFeature FlagEvaluationOptions.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[7/29] Compiling OpenFeature FlagMetadataValue.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[8/29] Compiling OpenFeature FlagValueType.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[9/29] Compiling OpenFeature Hook.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[10/29] Compiling OpenFeature ProviderMetadata.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[11/29] Compiling OpenFeature Reason.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[12/29] Compiling OpenFeature Structure.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[13/29] Compiling OpenFeature EventHandler.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[14/29] Compiling OpenFeature Features+Defaults.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[15/29] Compiling OpenFeature Features.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[16/29] Compiling OpenFeature FlagEvaluationDetails.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[17/29] Compiling OpenFeature BaseEvaluation.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[18/29] Compiling OpenFeature Client.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[19/29] Compiling OpenFeature ClientMetadata.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[20/29] Compiling OpenFeature EvaluationContext.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[21/29] Compiling OpenFeature Value.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[22/29] Compiling OpenFeature ErrorCode.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[23/29] Compiling OpenFeature OpenFeatureError.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[24/29] Compiling OpenFeature NoOpProvider.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[25/29] Compiling OpenFeature ProviderEvaluation.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[26/29] Compiling OpenFeature ProviderEvents.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[27/29] Compiling OpenFeature OpenFeatureAPI.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[28/29] Compiling OpenFeature OpenFeatureClient.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[29/29] Compiling OpenFeature FeatureProvider.swift
/host/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
import Combine
       ^
error: fatalError
BUILD FAILURE 5.9 linux