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

Successful build of YMFF with Swift 5.8 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.39.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:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/yakovmanshin/YMFF.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[1/9] Compiling YMFFProtocols MutableFeatureFlagStore.swift
[2/9] Compiling YMFFProtocols SynchronousFeatureFlagStore.swift
[3/10] Compiling YMFFProtocols SynchronousMutableFeatureFlagStore.swift
[4/10] Compiling YMFFProtocols FeatureFlagStore.swift
[5/10] Compiling YMFFProtocols SynchronousFeatureFlagResolverProtocol.swift
[6/10] Compiling YMFFProtocols FeatureFlagStoreError.swift
[7/10] Compiling YMFFProtocols FeatureFlagKey.swift
[8/10] Compiling YMFFProtocols FeatureFlagResolverConfiguration.swift
[9/10] Emitting module YMFFProtocols
[10/10] Compiling YMFFProtocols FeatureFlagResolverProtocol.swift
[13/20] Compiling YMFF FeatureFlagValueTransformer.swift
[14/20] Compiling YMFF FeatureFlagResolver+Configuration.swift
[15/21] Compiling YMFF FeatureFlag.swift
[16/21] Emitting module YMFF
[17/21] Compiling YMFF RuntimeOverridesStore.swift
[18/21] Compiling YMFF TransparentFeatureFlagStore.swift
[19/21] Compiling YMFF FeatureFlagResolver+Error.swift
[20/21] Compiling YMFF FeatureFlagResolver.swift
[21/21] Compiling YMFF UserDefaultsStore.swift
Build complete! (5.48s)
Build complete.
Done.