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.2 (beta) for Wasm on 21 Jun 2025 13:40:09 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
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.2
Building package at path:  $PWD
https://github.com/yakovmanshin/YMFF.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/12] Emitting module YMFFProtocols
[5/13] Compiling YMFFProtocols SynchronousFeatureFlagResolverProtocol.swift
[6/13] Compiling YMFFProtocols FeatureFlagStoreError.swift
[7/13] Compiling YMFFProtocols SynchronousMutableFeatureFlagStore.swift
[8/13] Compiling YMFFProtocols FeatureFlagStore.swift
[9/13] Compiling YMFFProtocols FeatureFlagKey.swift
[10/13] Compiling YMFFProtocols FeatureFlagResolverConfiguration.swift
[11/13] Compiling YMFFProtocols FeatureFlagResolverProtocol.swift
[12/13] Compiling YMFFProtocols SynchronousFeatureFlagStore.swift
[13/13] Compiling YMFFProtocols MutableFeatureFlagStore.swift
[15/22] 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> {
[16/23] Compiling YMFF UserDefaultsStore.swift
[17/23] Compiling YMFF RuntimeOverridesStore.swift
[18/23] Compiling YMFF FeatureFlagResolver+Error.swift
[19/23] Compiling YMFF FeatureFlagValueTransformer.swift
[20/23] Compiling YMFF FeatureFlagResolver+Configuration.swift
[21/23] Compiling YMFF FeatureFlag.swift
[22/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> {
[23/23] Compiling YMFF FeatureFlagResolver.swift
Build complete! (11.29s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Done.