The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Tolgee, reference 1.1.0 (07c405), with Swift 6.1 for Linux on 10 Jan 2026 00:10:38 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build 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:         linux
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-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/18] 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.
[4/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.
[5/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.
[6/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.
[7/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.
[8/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.
[9/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.
[10/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.
[11/20] 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.
[12/20] 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.
[13/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.
[14/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.
[15/20] 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.
[16/20] 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.
[17/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.
[18/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.
[19/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.
[20/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.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/17] 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.
[3/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.
[4/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.
[5/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.
[6/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.
[7/19] 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.
[8/19] 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.
[9/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.
[10/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.
[11/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.
[12/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.
[13/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.
[14/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.
[15/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.
[16/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.
[17/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.
[18/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.
[19/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.
BUILD FAILURE 6.1 linux