Build Information
Successful build of YMFF, reference 4.0.0 (a0a120
), with Swift 6.0 for Linux on 5 Nov 2024 01:10:00 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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: 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-0":/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 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/12] Compiling YMFFProtocols SynchronousFeatureFlagStore.swift
[6/13] Compiling YMFFProtocols FeatureFlagStoreError.swift
[7/13] Compiling YMFFProtocols SynchronousMutableFeatureFlagStore.swift
[8/13] Compiling YMFFProtocols SynchronousFeatureFlagResolverProtocol.swift
[9/13] Compiling YMFFProtocols FeatureFlagResolverProtocol.swift
[10/13] Emitting module YMFFProtocols
[11/13] Compiling YMFFProtocols FeatureFlagKey.swift
[12/13] Compiling YMFFProtocols FeatureFlagResolverConfiguration.swift
[13/13] Compiling YMFFProtocols FeatureFlagStore.swift
[15/22] Compiling YMFF FeatureFlagResolver+Error.swift
[16/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> {
[17/23] Compiling YMFF FeatureFlagValueTransformer.swift
[18/23] Compiling YMFF FeatureFlag.swift
[19/23] Compiling YMFF FeatureFlagResolver+Configuration.swift
[20/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> {
[21/23] Compiling YMFF RuntimeOverridesStore.swift
[22/23] Compiling YMFF FeatureFlagResolver.swift
[23/23] Compiling YMFF UserDefaultsStore.swift
Build complete! (12.86s)
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.