Build Information
Failed to build Tolgee, reference 1.1.0 (07c405), with Swift 6.1 for Wasm on 10 Jan 2026 00:10:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tolgee/tolgee-mobile-swift-sdk.git
Reference: 1.1.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/tolgee/tolgee-mobile-swift-sdk
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 07c4059 Realtime language switching (#3)
Cloned https://github.com/tolgee/tolgee-mobile-swift-sdk.git
Revision (git rev-parse @):
07c4059673cb45c1da0ef92e394374c27e12dd0d
SUCCESS checkout https://github.com/tolgee/tolgee-mobile-swift-sdk.git at 1.1.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/tolgee/tolgee-mobile-swift-sdk.git
https://github.com/tolgee/tolgee-mobile-swift-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "Tolgee",
"name" : "Tolgee",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Tolgee",
"targets" : [
"Tolgee"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TolgeeTests",
"module_type" : "SwiftTarget",
"name" : "TolgeeTests",
"path" : "Tests/TolgeeTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/TolgeeTests/Resources/cs.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "cs"
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TolgeeTests/Resources/cs.lproj/Localizable.stringsdict",
"rule" : {
"process" : {
"localization" : "cs"
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TolgeeTests/Resources/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TolgeeTests/Resources/en.lproj/Localizable.stringsdict",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TolgeeTests/Resources/en.lproj/namespace.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TolgeeTests/Resources/pt-BR.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "pt-br"
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TolgeeTests/Resources/pt-BR.lproj/Localizable.stringsdict",
"rule" : {
"process" : {
"localization" : "pt-br"
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TolgeeTests/Resources/pt-BR.lproj/namespace.strings",
"rule" : {
"process" : {
"localization" : "pt-br"
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TolgeeTests/Resources/zh-Hans.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "zh-hans"
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TolgeeTests/Resources/zh-Hans.lproj/Localizable.stringsdict",
"rule" : {
"process" : {
"localization" : "zh-hans"
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TolgeeTests/Resources/zh-Hans.lproj/namespace.strings",
"rule" : {
"process" : {
"localization" : "zh-hans"
}
}
}
],
"sources" : [
"Bundle/BundleRepositoryTests.swift",
"Cache/FileCacheTests.swift",
"Cache/MockCacheTests.swift",
"Mocks/MockCache.swift",
"Mocks/MockURLSession.swift",
"Networking/FetchCdnServiceTests.swift",
"Plurals/PluralRulesTests.swift",
"TolgeeTestsCs.swift",
"TolgeeTestsEn.swift",
"Utils/DoesLocaleMatchLanguageTests.swift",
"Utils/LocalLanguageToCdnLanguageTests.swift",
"Utils/ResolveLanguageTests.swift"
],
"target_dependencies" : [
"Tolgee"
],
"type" : "test"
},
{
"c99name" : "Tolgee",
"module_type" : "SwiftTarget",
"name" : "Tolgee",
"path" : "Sources/Tolgee",
"product_memberships" : [
"Tolgee"
],
"sources" : [
"Bundle/BundleRepository.swift",
"CDN/FetchCdnService.swift",
"CDN/JSONParser.swift",
"CDN/LoadCdnEtagsUseCase.swift",
"CDN/RemoteFetchUseCase.swift",
"Cache/Cache.swift",
"Logger/LogMessage.swift",
"Logger/TolgeeLog.swift",
"Plurals/PluralRules.swift",
"SwiftUI/TolgeeSwiftUIUpdater.swift",
"SwiftUI/TolgeeText.swift",
"Swizzling/Bundle.swift",
"Tolgee.swift",
"Utils/AppVersionSignature.swift",
"Utils/ContinuationWrapper.swift",
"Utils/LanguageResolving.swift",
"Utils/LocalLanguageToCdnLanguage.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:bb5ef85e2f3936cf1d2ae6dee7e011cebd8377061043dcf9368e6726baaf85d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/18] Compiling Tolgee TolgeeSwiftUIUpdater.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[4/18] Compiling Tolgee TolgeeText.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[5/18] Compiling Tolgee Cache.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[6/18] Compiling Tolgee LogMessage.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[7/20] Compiling Tolgee BundleRepository.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[8/20] Compiling Tolgee FetchCdnService.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[9/20] Compiling Tolgee JSONParser.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[10/20] Compiling Tolgee LoadCdnEtagsUseCase.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[11/20] Compiling Tolgee RemoteFetchUseCase.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[12/20] Compiling Tolgee TolgeeLog.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[13/20] Compiling Tolgee PluralRules.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/20] Emitting module Tolgee
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[15/20] Compiling Tolgee AppVersionSignature.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[16/20] Compiling Tolgee ContinuationWrapper.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[17/20] Compiling Tolgee Bundle.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[18/20] Compiling Tolgee Tolgee.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[19/20] Compiling Tolgee LanguageResolving.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[20/20] Compiling Tolgee LocalLanguageToCdnLanguage.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:bb5ef85e2f3936cf1d2ae6dee7e011cebd8377061043dcf9368e6726baaf85d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/17] Compiling Tolgee AppVersionSignature.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[3/17] Compiling Tolgee ContinuationWrapper.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/19] Emitting module Tolgee
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[5/19] Compiling Tolgee BundleRepository.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[6/19] Compiling Tolgee FetchCdnService.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[7/19] Compiling Tolgee JSONParser.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[8/19] Compiling Tolgee LanguageResolving.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[9/19] Compiling Tolgee LocalLanguageToCdnLanguage.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[10/19] Compiling Tolgee Cache.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[11/19] Compiling Tolgee LogMessage.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[12/19] Compiling Tolgee TolgeeLog.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[13/19] Compiling Tolgee PluralRules.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[14/19] Compiling Tolgee LoadCdnEtagsUseCase.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[15/19] Compiling Tolgee RemoteFetchUseCase.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[16/19] Compiling Tolgee TolgeeSwiftUIUpdater.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[17/19] Compiling Tolgee TolgeeText.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[18/19] Compiling Tolgee Bundle.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
[19/19] Compiling Tolgee Tolgee.swift
/host/spi-builder-workspace/Sources/Tolgee/Logger/LogMessage.swift:1:8: error: no such module 'OSLog'
1 | import OSLog
| `- error: no such module 'OSLog'
2 |
3 | /// A structured representation of a log message with metadata.
BUILD FAILURE 6.1 wasm