The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TimberSwift, reference main (f3b4e5), with Swift 6.2 for Linux on 21 Jun 2025 04:28:28 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Bayer-Group/TimberSwift.git
Reference: main
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/Bayer-Group/TimberSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f3b4e52 Feature/Updated iOS version (#8)
Cloned https://github.com/Bayer-Group/TimberSwift.git
Revision (git rev-parse @):
f3b4e526daefd39f7ba7a9563113d577fb38093d
SUCCESS checkout https://github.com/Bayer-Group/TimberSwift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Bayer-Group/TimberSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/15] Compiling TimberSwift ToastType.swift
[4/16] Compiling TimberSwift TimberErrorType.swift
[5/16] Compiling TimberSwift Network.swift
[6/16] Compiling TimberSwift Performance.swift
[7/16] Compiling TimberSwift UserMessage.swift
[8/16] Compiling TimberSwift LogMessage.swift
[9/16] Compiling TimberSwift TimberError.swift
[10/16] Compiling TimberSwift TimberApplicationDelegate.swift
[11/16] Compiling TimberSwift Analytics.swift
[12/16] Compiling TimberSwift Log.swift
[13/16] Compiling TimberSwift LogLevel.swift
[14/16] Emitting module TimberSwift
[15/16] Compiling TimberSwift Source.swift
[16/16] Compiling TimberSwift Timber.swift
Build complete! (18.12s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TimberSwift",
  "name" : "TimberSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "TimberSwift",
      "targets" : [
        "TimberSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TimberSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "TimberSwiftTests",
      "path" : "Tests/TimberSwiftTests",
      "sources" : [
        "Extension/Array.swift",
        "Mock/API/MockTimberApplicationDelegate.swift",
        "Mock/Analytics/MockAnalytics.swift",
        "Mock/Log/MockLog.swift",
        "Mock/Network/MockNetwork.swift",
        "Mock/Performance/MockPerformance.swift",
        "Mock/User Message/MockUserMessage.swift",
        "Test/TimberIntegrationTests.swift",
        "Test/TimberTests.swift"
      ],
      "target_dependencies" : [
        "TimberSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TimberSwift",
      "module_type" : "SwiftTarget",
      "name" : "TimberSwift",
      "path" : "Sources/TimberSwift",
      "product_memberships" : [
        "TimberSwift"
      ],
      "sources" : [
        "API/Source.swift",
        "API/Timber.swift",
        "API/TimberApplicationDelegate.swift",
        "Analytics/Analytics.swift",
        "Log/Log.swift",
        "Log/LogLevel.swift",
        "Log/LogMessage.swift",
        "Log/TimberError.swift",
        "Log/TimberErrorType.swift",
        "Network/Network.swift",
        "Performance/Performance.swift",
        "User Message/ToastType.swift",
        "User Message/UserMessage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.