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 OSLogTrace, reference 1.1.1 (6d2b1b), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 05:16:29 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/outfoxx/OSLogTrace.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/outfoxx/OSLogTrace
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at 6d2b1bc Update build
Cloned https://github.com/outfoxx/OSLogTrace.git
Revision (git rev-parse @):
6d2b1bc73179cac91efc8ae801dbc9143de511ae
SUCCESS checkout https://github.com/outfoxx/OSLogTrace.git at 1.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/outfoxx/OSLogTrace.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/7] Compiling OSLogTrace Signposts.swift
/Users/admin/builder/spi-builder-workspace/Sources/Signposts.swift:261:12: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
259 | @available(macOS 10.14, iOS 12, tvOS 12, watchOS 5, *)
260 | private func _mark(_ type: OSSignpostType, in log: OSLog, id: OSSignpostID, name: String, dso: UnsafeRawPointer) {
261 |   let ra = _swift_os_log_return_address()
    |            `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
262 |   name.withCString { namePtr in
263 |     _swift_os_signpost(dso, ra, log, type, namePtr, id.rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/Signposts.swift:263:5: warning: '_swift_os_signpost' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
261 |   let ra = _swift_os_log_return_address()
262 |   name.withCString { namePtr in
263 |     _swift_os_signpost(dso, ra, log, type, namePtr, id.rawValue)
    |     `- warning: '_swift_os_signpost' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
264 |   }
265 | }
/Users/admin/builder/spi-builder-workspace/Sources/Signposts.swift:269:12: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
267 | @available(macOS 10.14, iOS 12, tvOS 12, watchOS 5, *)
268 | private func _mark(_ type: OSSignpostType, in log: OSLog, id: OSSignpostID, name: String, format: String, formatArgs: [CVarArg], dso: UnsafeRawPointer) {
269 |   let ra = _swift_os_log_return_address()
    |            `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
270 |   name.withCString { namePtr in
271 |     format.withCString { formatPtr in
/Users/admin/builder/spi-builder-workspace/Sources/Signposts.swift:273:9: warning: '_swift_os_signpost_with_format' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
271 |     format.withCString { formatPtr in
272 |       withVaList(formatArgs) { formatArgs in
273 |         _swift_os_signpost_with_format(dso, ra, log, type, namePtr, id.rawValue, formatPtr, formatArgs)
    |         `- warning: '_swift_os_signpost_with_format' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
274 |       }
275 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[4/7] Compiling OSLogTrace Logging.swift
[5/7] Compiling OSLogTrace LogMessage.swift
/Users/admin/builder/spi-builder-workspace/Sources/LogMessage.swift:112:14: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
110 |
111 |   public func log(type: OSLogType, log: OSLog, prefix: String, dso: UnsafeRawPointer = #dsohandle) {
112 |     let ra = _swift_os_log_return_address()
    |              `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
113 |     "\(prefix)\(interpolation.format)".withCString { str in
114 |       withVaList(interpolation.arguments) { args in
/Users/admin/builder/spi-builder-workspace/Sources/LogMessage.swift:115:9: warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
113 |     "\(prefix)\(interpolation.format)".withCString { str in
114 |       withVaList(interpolation.arguments) { args in
115 |         _swift_os_log(dso, ra, log, .default, str, args)
    |         `- warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
116 |       }
117 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[6/7] Emitting module OSLogTrace
[7/7] Compiling OSLogTrace Activity.swift
Build complete! (3.07s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OSLogTrace",
  "name" : "OSLogTrace",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "OSLogTrace",
      "targets" : [
        "OSLogTrace"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OSLogTraceTests",
      "module_type" : "SwiftTarget",
      "name" : "OSLogTraceTests",
      "path" : "Tests",
      "sources" : [
        "ActivityTests.swift",
        "LinuxMain.swift",
        "LoggingTests.swift",
        "SignpostTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "OSLogTrace"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OSLogTrace",
      "module_type" : "SwiftTarget",
      "name" : "OSLogTrace",
      "path" : "Sources",
      "product_memberships" : [
        "OSLogTrace"
      ],
      "sources" : [
        "Activity.swift",
        "LogMessage.swift",
        "Logging.swift",
        "Signposts.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.