Build Information
Successful build of OhMyLog, reference main (71e826
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 07:06:22 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/forkercat/OhMyLog
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 71e8260 Update README
Cloned https://github.com/forkercat/OhMyLog.git
Revision (git rev-parse @):
71e8260d2ee70928f03ca0a30e1a744007aa8bd5
SUCCESS checkout https://github.com/forkercat/OhMyLog.git at main
========================================
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
[1/7] Write OhMyLog-Demo-entitlement.plist
[2/7] Write sources
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/14] Compiling OhMyLog Logger+String.swift
[6/14] Compiling OhMyLog Logger+Any.swift
[7/14] Compiling OhMyLog Log.swift
[8/14] Compiling OhMyLog Log+String.swift
[9/14] Emitting module OhMyLog
[10/14] Compiling OhMyLog Log+Any.swift
[11/14] Compiling OhMyLog Logger.swift
[12/16] Compiling OhMyLog_Demo main.swift
[13/16] Emitting module OhMyLog_Demo
[13/16] Write Objects.LinkFileList
[14/16] Linking OhMyLog-Demo
[15/16] Applying OhMyLog-Demo
Build complete! (3.93s)
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+Any.swift",
"Log+String.swift",
"Log.swift",
"Logger+Any.swift",
"Logger+String.swift",
"Logger.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.