The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-log-syslog, reference 1.0.2 (654ea6), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 21:29:53 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/ianpartridge/swift-log-syslog.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ianpartridge/swift-log-syslog
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at 654ea6e Merge pull request #2 from ianpartridge/locking
Cloned https://github.com/ianpartridge/swift-log-syslog.git
Revision (git rev-parse @):
654ea6e32b9802c45468c4c743ed507c36a775c2
SUCCESS checkout https://github.com/ianpartridge/swift-log-syslog.git at 1.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ianpartridge/swift-log-syslog.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/8] Compiling Logging LogHandler.swift
[5/8] Compiling Logging Logging.swift
[6/8] Emitting module Logging
[7/8] Compiling Logging Locks.swift
[8/8] Compiling Logging MetadataProvider.swift
[9/10] Compiling LoggingSyslog SyslogLogHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoggingSyslog/SyslogLogHandler.swift:5: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]
 3 |
 4 | /// A `LogHandler` which logs to `syslog(3)`.
 5 | public struct SyslogLogHandler: 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]
 6 |
 7 |     /// Create a `SyslogLogHandler`.
/Users/admin/builder/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>
[10/10] Emitting module LoggingSyslog
/Users/admin/builder/spi-builder-workspace/Sources/LoggingSyslog/SyslogLogHandler.swift:5: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]
 3 |
 4 | /// A `LogHandler` which logs to `syslog(3)`.
 5 | public struct SyslogLogHandler: 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]
 6 |
 7 |     /// Create a `SyslogLogHandler`.
/Users/admin/builder/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>
Build complete! (3.77s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.01s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.46s)
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
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "swift-log-syslog",
  "name" : "swift-log-syslog",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LoggingSyslog",
      "targets" : [
        "LoggingSyslog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LoggingSyslogTests",
      "module_type" : "SwiftTarget",
      "name" : "LoggingSyslogTests",
      "path" : "Tests/LoggingSyslogTests",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "SyslogLogHandlerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "LoggingSyslog"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LoggingSyslog",
      "module_type" : "SwiftTarget",
      "name" : "LoggingSyslog",
      "path" : "Sources/LoggingSyslog",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "LoggingSyslog"
      ],
      "sources" : [
        "SyslogLogHandler.swift"
      ],
      "target_dependencies" : [
        "CSyslog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSyslog",
      "module_type" : "SystemLibraryTarget",
      "name" : "CSyslog",
      "path" : "Sources/CSyslog",
      "product_memberships" : [
        "LoggingSyslog"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.0"
}
Done.