The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-oslog, reference main (a04276), with Swift 6.2 for macOS (SPM) on 24 Mar 2026 23:47:24 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielctull/swift-oslog.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielctull/swift-oslog
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a042766 Add readme
Cloned https://github.com/danielctull/swift-oslog.git
Revision (git rev-parse @):
a042766b8fdd02aad42be4d20ce9aa2dd965e1c3
SUCCESS checkout https://github.com/danielctull/swift-oslog.git at main
Fetching https://github.com/apple/swift-log.git
[1/6274] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.12s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.67s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
========================================
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",
  "dependencies": [
    {
      "identity": "swift-oslog",
      "name": "swift-oslog",
      "url": "https://github.com/danielctull/swift-oslog.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-oslog",
      "dependencies": [
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.10.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/danielctull/swift-oslog.git
[1/33] Fetching swift-oslog
Fetched https://github.com/danielctull/swift-oslog.git from cache (0.61s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.64s)
Creating working copy for https://github.com/danielctull/swift-oslog.git
Working copy of https://github.com/danielctull/swift-oslog.git resolved at main (a042766)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
warning: '.resolve-product-dependencies': dependency 'swift-oslog' is not used by any target
Found 1 product dependencies
  - swift-log
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/danielctull/swift-oslog.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/8] Compiling Logging LogHandler.swift
[5/8] Emitting module Logging
[6/8] Compiling Logging Logging.swift
[7/8] Compiling Logging Locks.swift
[8/8] Compiling Logging MetadataProvider.swift
[9/10] Compiling OSLogging OSLogHandler.swift
[10/10] Emitting module OSLogging
Build complete! (5.64s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "swift-oslog",
  "name" : "swift-oslog",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "OSLogging",
      "targets" : [
        "OSLogging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OSLoggingTests",
      "module_type" : "SwiftTarget",
      "name" : "OSLoggingTests",
      "path" : "Tests/OSLoggingTests",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "OSLogHandlerTests.swift"
      ],
      "target_dependencies" : [
        "OSLogging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OSLogging",
      "module_type" : "SwiftTarget",
      "name" : "OSLogging",
      "path" : "Sources/OSLogging",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "OSLogging"
      ],
      "sources" : [
        "OSLogHandler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.