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.0 for Linux on 1 Dec 2024 02:13:14 UTC.

Swift 6 data race errors: 0

Build Command

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