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

Successful build of YMFF, reference 4.0.0 (a0a120), with Swift 6.1 for Wasm on 29 May 2025 09:41:43 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yakovmanshin/YMFF.git
Reference: 4.0.0
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/yakovmanshin/YMFF
 * tag               4.0.0      -> FETCH_HEAD
HEAD is now at a0a1205 [#110] v4 Documentation (#152)
Cloned https://github.com/yakovmanshin/YMFF.git
Revision (git rev-parse @):
a0a1205287e11b47a5ffc1e765682b3cb3a985ff
SUCCESS checkout https://github.com/yakovmanshin/YMFF.git at 4.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yakovmanshin/YMFF.git
https://github.com/yakovmanshin/YMFF.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "YMFF",
  "name" : "YMFF",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "YMFF",
      "targets" : [
        "YMFF"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YMFFTests",
      "module_type" : "SwiftTarget",
      "name" : "YMFFTests",
      "path" : "Tests/YMFFTests",
      "sources" : [
        "Cases/FeatureFlagResolverConfigurationTests.swift",
        "Cases/FeatureFlagResolverTests.swift",
        "Cases/FeatureFlagTests.swift",
        "Cases/FeatureFlagValueTransformerTests.swift",
        "Cases/RuntimeOverridesStoreTests.swift",
        "Cases/TransparentFeatureFlagStoreTests.swift",
        "Cases/UserDefaultsStoreTests.swift",
        "Utilities/FeatureFlagStoreMock.swift",
        "Utilities/MutableFeatureFlagStoreMock.swift",
        "Utilities/SynchronousFeatureFlagResolverMock.swift",
        "Utilities/SynchronousFeatureFlagStoreMock.swift",
        "Utilities/SynchronousMutableFeatureFlagStoreMock.swift",
        "Utilities/TestFeatureFlagStoreError.swift"
      ],
      "target_dependencies" : [
        "YMFF"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YMFFProtocols",
      "module_type" : "SwiftTarget",
      "name" : "YMFFProtocols",
      "path" : "Sources/YMFFProtocols",
      "product_memberships" : [
        "YMFF"
      ],
      "sources" : [
        "FeatureFlagKey.swift",
        "FeatureFlagResolver/Configuration/FeatureFlagResolverConfiguration.swift",
        "FeatureFlagResolver/Resolver/FeatureFlagResolverProtocol.swift",
        "FeatureFlagResolver/Resolver/SynchronousFeatureFlagResolverProtocol.swift",
        "FeatureFlagResolver/Store/FeatureFlagStore.swift",
        "FeatureFlagResolver/Store/FeatureFlagStoreError.swift",
        "FeatureFlagResolver/Store/MutableFeatureFlagStore.swift",
        "FeatureFlagResolver/Store/SynchronousFeatureFlagStore.swift",
        "FeatureFlagResolver/Store/SynchronousMutableFeatureFlagStore.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "YMFF",
      "module_type" : "SwiftTarget",
      "name" : "YMFF",
      "path" : "Sources/YMFF",
      "product_memberships" : [
        "YMFF"
      ],
      "sources" : [
        "FeatureFlag/FeatureFlag.swift",
        "FeatureFlag/FeatureFlagValueTransformer.swift",
        "FeatureFlagResolver/Configuration/FeatureFlagResolver+Configuration.swift",
        "FeatureFlagResolver/FeatureFlagResolver+Error.swift",
        "FeatureFlagResolver/FeatureFlagResolver.swift",
        "FeatureFlagResolver/Store/RuntimeOverridesStore.swift",
        "FeatureFlagResolver/Store/TransparentFeatureFlagStore.swift",
        "FeatureFlagResolver/Store/UserDefaultsStore.swift"
      ],
      "target_dependencies" : [
        "YMFFProtocols"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/12] Compiling YMFFProtocols FeatureFlagStoreError.swift
[5/13] Compiling YMFFProtocols SynchronousFeatureFlagStore.swift
[6/13] Compiling YMFFProtocols SynchronousMutableFeatureFlagStore.swift
[7/13] Compiling YMFFProtocols MutableFeatureFlagStore.swift
[8/13] Compiling YMFFProtocols FeatureFlagStore.swift
[9/13] Emitting module YMFFProtocols
[10/13] Compiling YMFFProtocols FeatureFlagResolverProtocol.swift
[11/13] Compiling YMFFProtocols FeatureFlagKey.swift
[12/13] Compiling YMFFProtocols FeatureFlagResolverConfiguration.swift
[13/13] Compiling YMFFProtocols SynchronousFeatureFlagResolverProtocol.swift
[15/22] Compiling YMFF FeatureFlagValueTransformer.swift
[16/22] Compiling YMFF FeatureFlag.swift
[17/23] Compiling YMFF FeatureFlagResolver+Configuration.swift
[18/23] Emitting module YMFF
/host/spi-builder-workspace/Sources/YMFF/FeatureFlagResolver/Store/TransparentFeatureFlagStore.swift:20:1: warning: extension declares a conformance of imported type 'Dictionary' to imported protocols 'SynchronousFeatureFlagStore', 'FeatureFlagStore'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 | // MARK: - SynchronousFeatureFlagStore
19 |
20 | extension TransparentFeatureFlagStore: SynchronousFeatureFlagStore, FeatureFlagStore {
   | |- warning: extension declares a conformance of imported type 'Dictionary' to imported protocols 'SynchronousFeatureFlagStore', 'FeatureFlagStore'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
22 |     public func valueSync<V>(for key: FeatureFlagKey) -> Result<V, FeatureFlagStoreError> {
[19/23] Compiling YMFF FeatureFlagResolver+Error.swift
[20/23] Compiling YMFF RuntimeOverridesStore.swift
[21/23] Compiling YMFF FeatureFlagResolver.swift
[22/23] Compiling YMFF TransparentFeatureFlagStore.swift
/host/spi-builder-workspace/Sources/YMFF/FeatureFlagResolver/Store/TransparentFeatureFlagStore.swift:20:1: warning: extension declares a conformance of imported type 'Dictionary' to imported protocols 'SynchronousFeatureFlagStore', 'FeatureFlagStore'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 | // MARK: - SynchronousFeatureFlagStore
19 |
20 | extension TransparentFeatureFlagStore: SynchronousFeatureFlagStore, FeatureFlagStore {
   | |- warning: extension declares a conformance of imported type 'Dictionary' to imported protocols 'SynchronousFeatureFlagStore', 'FeatureFlagStore'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
22 |     public func valueSync<V>(for key: FeatureFlagKey) -> Result<V, FeatureFlagStoreError> {
[23/23] Compiling YMFF UserDefaultsStore.swift
Build complete! (8.37s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "YMFF",
  "name" : "YMFF",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "YMFF",
      "targets" : [
        "YMFF"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YMFFTests",
      "module_type" : "SwiftTarget",
      "name" : "YMFFTests",
      "path" : "Tests/YMFFTests",
      "sources" : [
        "Cases/FeatureFlagResolverConfigurationTests.swift",
        "Cases/FeatureFlagResolverTests.swift",
        "Cases/FeatureFlagTests.swift",
        "Cases/FeatureFlagValueTransformerTests.swift",
        "Cases/RuntimeOverridesStoreTests.swift",
        "Cases/TransparentFeatureFlagStoreTests.swift",
        "Cases/UserDefaultsStoreTests.swift",
        "Utilities/FeatureFlagStoreMock.swift",
        "Utilities/MutableFeatureFlagStoreMock.swift",
        "Utilities/SynchronousFeatureFlagResolverMock.swift",
        "Utilities/SynchronousFeatureFlagStoreMock.swift",
        "Utilities/SynchronousMutableFeatureFlagStoreMock.swift",
        "Utilities/TestFeatureFlagStoreError.swift"
      ],
      "target_dependencies" : [
        "YMFF"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YMFFProtocols",
      "module_type" : "SwiftTarget",
      "name" : "YMFFProtocols",
      "path" : "Sources/YMFFProtocols",
      "product_memberships" : [
        "YMFF"
      ],
      "sources" : [
        "FeatureFlagKey.swift",
        "FeatureFlagResolver/Configuration/FeatureFlagResolverConfiguration.swift",
        "FeatureFlagResolver/Resolver/FeatureFlagResolverProtocol.swift",
        "FeatureFlagResolver/Resolver/SynchronousFeatureFlagResolverProtocol.swift",
        "FeatureFlagResolver/Store/FeatureFlagStore.swift",
        "FeatureFlagResolver/Store/FeatureFlagStoreError.swift",
        "FeatureFlagResolver/Store/MutableFeatureFlagStore.swift",
        "FeatureFlagResolver/Store/SynchronousFeatureFlagStore.swift",
        "FeatureFlagResolver/Store/SynchronousMutableFeatureFlagStore.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "YMFF",
      "module_type" : "SwiftTarget",
      "name" : "YMFF",
      "path" : "Sources/YMFF",
      "product_memberships" : [
        "YMFF"
      ],
      "sources" : [
        "FeatureFlag/FeatureFlag.swift",
        "FeatureFlag/FeatureFlagValueTransformer.swift",
        "FeatureFlagResolver/Configuration/FeatureFlagResolver+Configuration.swift",
        "FeatureFlagResolver/FeatureFlagResolver+Error.swift",
        "FeatureFlagResolver/FeatureFlagResolver.swift",
        "FeatureFlagResolver/Store/RuntimeOverridesStore.swift",
        "FeatureFlagResolver/Store/TransparentFeatureFlagStore.swift",
        "FeatureFlagResolver/Store/UserDefaultsStore.swift"
      ],
      "target_dependencies" : [
        "YMFFProtocols"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.