The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-cutelog, reference 1.0.1 (484604), with Swift 6.2 (beta) for Linux on 19 Jun 2025 18:52:37 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/natinusala/swift-cutelog.git
Reference: 1.0.1
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/natinusala/swift-cutelog
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 484604f Enable SPI documentation generation
Cloned https://github.com/natinusala/swift-cutelog.git
Revision (git rev-parse @):
484604facc518115665b1b9b61eb00548a0700cc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/natinusala/swift-cutelog.git at 1.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/natinusala/swift-cutelog.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
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/malcommac/SwiftMsgPack.git
Fetching https://github.com/Kitura/BlueSocket.git
[1/439] Fetching swiftmsgpack
[6/3381] Fetching swiftmsgpack, bluesocket
[855/7217] Fetching swiftmsgpack, bluesocket, swift-log
Fetched https://github.com/malcommac/SwiftMsgPack.git from cache (0.54s)
Fetched https://github.com/Kitura/BlueSocket.git from cache (0.54s)
Fetched https://github.com/apple/swift-log.git from cache (0.58s)
Computing version for https://github.com/malcommac/SwiftMsgPack.git
Computed https://github.com/malcommac/SwiftMsgPack.git at 1.2.0 (1.18s)
Computing version for https://github.com/Kitura/BlueSocket.git
Computed https://github.com/Kitura/BlueSocket.git at 2.0.4 (0.91s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.63s)
Creating working copy for https://github.com/Kitura/BlueSocket.git
Working copy of https://github.com/Kitura/BlueSocket.git resolved at 2.0.4
Creating working copy for https://github.com/malcommac/SwiftMsgPack.git
Working copy of https://github.com/malcommac/SwiftMsgPack.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
[7/28] Emitting module SwiftMsgPack
[8/28] Compiling Logging MetadataProvider.swift
[9/28] Compiling SwiftMsgPack Encoder.swift
[10/28] Compiling SwiftMsgPack Decoder.swift
[11/28] Compiling SwiftMsgPack Commons.swift
[12/28] Compiling Socket SocketUtils.swift
[13/29] Compiling Socket SocketProtocols.swift
[15/29] Compiling Logging Locks.swift
[16/29] Emitting module Logging
[17/29] Compiling Logging Logging.swift
[18/29] Compiling Logging LogHandler.swift
[18/30] Wrapping AST for SwiftMsgPack for debugging
[20/30] Wrapping AST for Logging for debugging
[22/30] Compiling Socket Socket+Hashable.swift
[23/30] Compiling Socket Socket+Equatable.swift
[24/30] Emitting module Socket
[25/30] Compiling Socket Socket.swift
[26/31] Wrapping AST for Socket for debugging
[28/36] Compiling Cutelog LogRecord.swift
[29/36] Compiling Cutelog CutelogConstants.swift
[30/36] Compiling Cutelog CutelogLogger.swift
/host/spi-builder-workspace/Sources/Cutelog/CutelogLogger.swift:26:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
 24 |
 25 | /// swift-log handler bound to a ``CutelogLogger``.
 26 | public struct CutelogHandler: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
 27 |     let label: String
 28 |     let logger: CutelogLogger
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:209:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
133 |     ///     - function: The function the log line was emitted from.
134 |     ///     - line: The line the log message was emitted from.
135 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
136 |         level: Logger.Level,
137 |         message: Logger.Message,
    :
207 | extension LogHandler {
208 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
209 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
210 |         level: Logger.Level,
211 |         message: Logger.Message,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[31/36] Emitting module Cutelog
/host/spi-builder-workspace/Sources/Cutelog/CutelogLogger.swift:26:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
 24 |
 25 | /// swift-log handler bound to a ``CutelogLogger``.
 26 | public struct CutelogHandler: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
 27 |     let label: String
 28 |     let logger: CutelogLogger
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:209:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
133 |     ///     - function: The function the log line was emitted from.
134 |     ///     - line: The line the log message was emitted from.
135 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
136 |         level: Logger.Level,
137 |         message: Logger.Message,
    :
207 | extension LogHandler {
208 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
209 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
210 |         level: Logger.Level,
211 |         message: Logger.Message,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[32/36] Compiling Cutelog Config.swift
[33/39] Wrapping AST for Cutelog for debugging
[35/39] Emitting module Demo
[36/39] Compiling Demo main.swift
[37/40] Wrapping AST for Demo for debugging
[38/40] Write Objects.LinkFileList
[39/40] Linking Demo
Build complete! (26.64s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "bluesocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/BlueSocket.git"
    },
    {
      "identity" : "swiftmsgpack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/malcommac/SwiftMsgPack.git"
    }
  ],
  "manifest_display_name" : "swift-cutelog",
  "name" : "swift-cutelog",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Cutelog",
      "targets" : [
        "Cutelog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Demo",
      "targets" : [
        "Demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Demo",
      "module_type" : "SwiftTarget",
      "name" : "Demo",
      "path" : "Sources/Demo",
      "product_memberships" : [
        "Demo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Cutelog"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Cutelog",
      "module_type" : "SwiftTarget",
      "name" : "Cutelog",
      "path" : "Sources/Cutelog",
      "product_dependencies" : [
        "SwiftMsgPack",
        "Socket",
        "Logging"
      ],
      "product_memberships" : [
        "Cutelog",
        "Demo"
      ],
      "sources" : [
        "Config.swift",
        "CutelogConstants.swift",
        "CutelogLogger.swift",
        "LogRecord.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
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.