Build Information
Failed to build ConfigCat, reference 11.2.0 (2635fa
), with Swift 6.0 for Linux on 1 Dec 2024 21:35:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 -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/configcat/swift-sdk.git
Reference: 11.2.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/configcat/swift-sdk
* tag 11.2.0 -> FETCH_HEAD
HEAD is now at 2635fa5 Update ConfigCat.podspec
Cloned https://github.com/configcat/swift-sdk.git
Revision (git rev-parse @):
2635fa55d7f4be65f466cb3a624675ae74a072ad
SUCCESS checkout https://github.com/configcat/swift-sdk.git at 11.2.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/configcat/swift-sdk.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 -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/4] Write sources
[2/4] Copying PrivacyInfo.xcprivacy
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/6] Emitting module Version
[6/6] Compiling Version Version.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/31] Emitting module ConfigCat
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[9/34] Compiling ConfigCat LocalDictionaryDataSource.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[10/34] Compiling ConfigCat Log.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[11/34] Compiling ConfigCat MutableQueue.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[12/34] Compiling ConfigCat Extensions.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[13/34] Compiling ConfigCat FlagEvaluator.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[14/34] Compiling ConfigCat KeyValue.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[15/34] Compiling ConfigCat Synced.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[16/34] Compiling ConfigCat Utils.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[17/34] Compiling ConfigCat resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[18/34] Compiling ConfigCat PollingMode.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[19/34] Compiling ConfigCat PollingModes.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[20/34] Compiling ConfigCat RolloutEvaluator.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[21/34] Compiling ConfigCat Config.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[22/34] Compiling ConfigCat ConfigCache.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[23/34] Compiling ConfigCat ConfigCatClient.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[24/34] Compiling ConfigCat ConfigCatClientProtocol.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[25/34] Compiling ConfigCat Mutex.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[26/34] Compiling ConfigCat OverrideBehaviour.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[27/34] Compiling ConfigCat OverrideDataSource.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[28/34] Compiling ConfigCat ConfigService.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[29/34] Compiling ConfigCat EvaluationDetails.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[30/34] Compiling ConfigCat EvaluationLogger.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[31/34] Compiling ConfigCat ConfigCatOptions.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[32/34] Compiling ConfigCat ConfigCatSnapshot.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[33/34] Compiling ConfigCat ConfigCatUser.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
[34/34] Compiling ConfigCat ConfigFetcher.swift
/host/spi-builder-workspace/Sources/ConfigCat/ConfigCatClient.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | /// Describes the location of your feature flag and setting data within the ConfigCat CDN.
BUILD FAILURE 6.0 linux