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 main (c76f38), with Swift 6.0 for Linux on 3 Dec 2024 10:20:56 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yakovmanshin/YMFF.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/yakovmanshin/YMFF
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c76f384 [#156] Switched to Swift 6 (#157)
Cloned https://github.com/yakovmanshin/YMFF.git
Revision (git rev-parse @):
c76f3840583d05f3f799d3c2a4fe414f3be8eb62
SUCCESS checkout https://github.com/yakovmanshin/YMFF.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/yakovmanshin/YMFF.git
{
  "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"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "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" : "6.0"
}
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 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 MutableFeatureFlagStore.swift
[5/13] Compiling YMFFProtocols SynchronousFeatureFlagStore.swift
[6/13] Compiling YMFFProtocols FeatureFlagStoreError.swift
[7/13] Compiling YMFFProtocols FeatureFlagStore.swift
[8/13] Compiling YMFFProtocols SynchronousFeatureFlagResolverProtocol.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 SynchronousMutableFeatureFlagStore.swift
[15/22] Compiling YMFF TransparentFeatureFlagStore.swift
[16/23] Compiling YMFF RuntimeOverridesStore.swift
[17/23] Compiling YMFF FeatureFlagResolver+Error.swift
[18/23] Compiling YMFF FeatureFlagValueTransformer.swift
[19/23] Compiling YMFF FeatureFlag.swift
[20/23] Compiling YMFF FeatureFlagResolver+Configuration.swift
[21/23] Emitting module YMFF
[22/23] Compiling YMFF FeatureFlagResolver.swift
[23/23] Compiling YMFF UserDefaultsStore.swift
Build complete! (13.08s)
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"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "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" : "6.0"
}
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.