Build Information
Successful build of oslog-logger, reference main (aa3ae8), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 20:02:43 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xcode-actions/oslog-logger.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/xcode-actions/oslog-logger
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at aa3ae85 Remove an obsolete comment
Cloned https://github.com/xcode-actions/oslog-logger.git
Revision (git rev-parse @):
aa3ae85dca66f21b902fc49ca3616523e0c5fb39
SUCCESS checkout https://github.com/xcode-actions/oslog-logger.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/xcode-actions/oslog-logger.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 Locks.swift
[5/8] Emitting module Logging
[6/8] Compiling Logging LogHandler.swift
[7/8] Compiling Logging Logging.swift
[8/8] Compiling Logging MetadataProvider.swift
[9/12] Compiling OSLogLogger UnderlyingLogger.swift
[10/12] Compiling OSLogLogger String+Utils.swift
[11/12] Emitting module OSLogLogger
[12/12] Compiling OSLogLogger OSLogLogger.swift
Build complete! (5.82s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.93s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.37s)
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.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.