Build Information
Successful build of OhMyLog, reference v1.1.0 (844c80
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 07:05:32 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/forkercat/OhMyLog.git
Reference: v1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/forkercat/OhMyLog
* tag v1.1.0 -> FETCH_HEAD
HEAD is now at 844c80a Update workflow and add platform/swift version indicators
Cloned https://github.com/forkercat/OhMyLog.git
Revision (git rev-parse @):
844c80af4b867fa693f1bdde7c1df80064e770be
SUCCESS checkout https://github.com/forkercat/OhMyLog.git at v1.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/forkercat/OhMyLog.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[0/7] Write OhMyLog-Demo-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/12] Compiling OhMyLog Logger.swift
[6/12] Compiling OhMyLog Logger+Any.swift
[7/12] Compiling OhMyLog Logger+String.swift
[8/12] Emitting module OhMyLog
[9/12] Compiling OhMyLog Log.swift
[10/14] Compiling OhMyLog_Demo main.swift
[11/14] Emitting module OhMyLog_Demo
[11/14] Write Objects.LinkFileList
[12/14] Linking OhMyLog-Demo
[13/14] Applying OhMyLog-Demo
Build complete! (3.77s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "OhMyLog",
"name" : "OhMyLog",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "OhMyLog",
"targets" : [
"OhMyLog"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OhMyLog-Demo",
"targets" : [
"OhMyLog-Demo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "OhMyLog_Demo",
"module_type" : "SwiftTarget",
"name" : "OhMyLog-Demo",
"path" : "Sources/OhMyLog-Demo",
"product_memberships" : [
"OhMyLog-Demo"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"OhMyLog"
],
"type" : "executable"
},
{
"c99name" : "OhMyLog",
"module_type" : "SwiftTarget",
"name" : "OhMyLog",
"path" : "Sources/OhMyLog",
"product_memberships" : [
"OhMyLog",
"OhMyLog-Demo"
],
"sources" : [
"Log.swift",
"Logger+Any.swift",
"Logger+String.swift",
"Logger.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.