The Swift Package Index logo.Swift Package Index

Build Information

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

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Bayer-Group/TimberSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/15] Compiling TimberSwift ToastType.swift
[4/16] Compiling TimberSwift UserMessage.swift
[5/16] Compiling TimberSwift TimberErrorType.swift
[6/16] Compiling TimberSwift Log.swift
[7/16] Compiling TimberSwift LogLevel.swift
[8/16] Emitting module TimberSwift
[9/16] Compiling TimberSwift TimberError.swift
[10/16] Compiling TimberSwift TimberApplicationDelegate.swift
[11/16] Compiling TimberSwift Analytics.swift
[12/16] Compiling TimberSwift Network.swift
[13/16] Compiling TimberSwift Source.swift
[14/16] Compiling TimberSwift Timber.swift
[15/16] Compiling TimberSwift Performance.swift
[16/16] Compiling TimberSwift LogMessage.swift
Build complete! (4.20s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TimberSwift",
  "name" : "TimberSwift",
  "path" : "/Users/admin/builder/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"
}
Done.