The Swift Package Index logo.Swift Package Index

Build Information

Successful build of oslog-logger, reference 0.3.0 (0dde0b), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 14:00:46 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xcode-actions/oslog-logger.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/xcode-actions/oslog-logger
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at 0dde0b2 Merge all the source metadata in a single “origin” metadata
Cloned https://github.com/xcode-actions/oslog-logger.git
Revision (git rev-parse @):
0dde0b243cb81c6d9d3ea4acccd0e285c0577bc4
SUCCESS checkout https://github.com/xcode-actions/oslog-logger.git at 0.3.0
Fetching https://github.com/apple/swift-log.git
[1/6569] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.27s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (2.01s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "oslog-logger",
      "name": "oslog-logger",
      "url": "https://github.com/xcode-actions/oslog-logger.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/oslog-logger",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.12.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "traits": [
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/xcode-actions/oslog-logger.git
[1/104] Fetching oslog-logger
Fetched https://github.com/xcode-actions/oslog-logger.git from cache (0.65s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.53s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (1.13s)
Creating working copy for https://github.com/xcode-actions/oslog-logger.git
Working copy of https://github.com/xcode-actions/oslog-logger.git resolved at 0.3.0 (0dde0b2)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
warning: '.resolve-product-dependencies': dependency 'oslog-logger' is not used by any target
Found 1 product dependencies
  - swift-log
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/xcode-actions/oslog-logger.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/8] Compiling Logging Locks.swift
[5/8] Emitting module Logging
[6/8] Compiling Logging MetadataProvider.swift
[7/8] Compiling Logging LogHandler.swift
[8/8] Compiling Logging Logging.swift
[9/12] Compiling OSLogLogger OSLogLogger.swift
[10/12] Compiling OSLogLogger UnderlyingLogger.swift
[11/12] Compiling OSLogLogger String+Utils.swift
[12/12] Emitting module OSLogLogger
Build complete! (5.15s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "oslog-logger",
  "name" : "oslog-logger",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "OSLogLogger",
      "targets" : [
        "OSLogLogger"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OSLogLoggerTests",
      "module_type" : "SwiftTarget",
      "name" : "OSLogLoggerTests",
      "path" : "Tests",
      "sources" : [
        "OSLogLoggerTests.swift"
      ],
      "target_dependencies" : [
        "OSLogLogger"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OSLogLogger",
      "module_type" : "SwiftTarget",
      "name" : "OSLogLogger",
      "path" : "Sources",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "OSLogLogger"
      ],
      "sources" : [
        "OSLogLogger.swift",
        "String+Utils.swift",
        "UnderlyingLogger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.