Build Information
Successful build of LGNLog, reference 0.5.0 (d40460), with Swift 6.0 for macOS (SPM) on 17 Nov 2025 21:14:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1711-Games/LGN-Log.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/1711-Games/LGN-Log
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at d404607 Merge pull request #1 from 1711-Games/strict-concurrency
Cloned https://github.com/1711-Games/LGN-Log.git
Revision (git rev-parse @):
d4046070795dee23ae13a8c4affd26a297555f3e
SUCCESS checkout https://github.com/1711-Games/LGN-Log.git at 0.5.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/1711-Games/LGN-Log.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.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/10] Emitting module LGNLog
[10/10] Compiling LGNLog LGNLog.swift
Build complete! (7.46s)
Fetching https://github.com/apple/swift-log.git
[1/4398] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.03s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.44s)
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.4
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "LGNLog",
"name" : "LGNLog",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "LGNLog",
"targets" : [
"LGNLog"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LGNLogTests",
"module_type" : "SwiftTarget",
"name" : "LGNLogTests",
"path" : "Tests/LGNLogTests",
"sources" : [
"LGNLogTests.swift"
],
"target_dependencies" : [
"LGNLog"
],
"type" : "test"
},
{
"c99name" : "LGNLog",
"module_type" : "SwiftTarget",
"name" : "LGNLog",
"path" : "Sources/LGNLog",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"LGNLog"
],
"sources" : [
"LGNLog.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.