Build Information
Successful build of SLogger, reference 1.0.0 (f4ea5a
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 22:31:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ninise/SLogger.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ninise/SLogger
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at f4ea5a9 added some comments
Cloned https://github.com/Ninise/SLogger.git
Revision (git rev-parse @):
f4ea5a9a173655505efb616492901733e29f2a46
SUCCESS checkout https://github.com/Ninise/SLogger.git at 1.0.0
========================================
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": "slogger",
"name": "SLogger",
"url": "https://github.com/Ninise/SLogger.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SLogger",
"dependencies": [
]
}
]
}
Fetching https://github.com/Ninise/SLogger.git
[1/59] Fetching slogger
Fetched https://github.com/Ninise/SLogger.git from cache (0.63s)
Creating working copy for https://github.com/Ninise/SLogger.git
Working copy of https://github.com/Ninise/SLogger.git resolved at 1.0.0 (f4ea5a9)
warning: '.resolve-product-dependencies': dependency 'slogger' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/Ninise/SLogger.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Emitting module SLogger
[4/4] Compiling SLogger SLogger.swift
Build complete! (6.22s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SLogger",
"name" : "SLogger",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SLogger",
"targets" : [
"SLogger"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SLoggerTests",
"module_type" : "SwiftTarget",
"name" : "SLoggerTests",
"path" : "Tests/SLoggerTests",
"sources" : [
"SLoggerTests.swift"
],
"target_dependencies" : [
"SLogger"
],
"type" : "test"
},
{
"c99name" : "SLogger",
"module_type" : "SwiftTarget",
"name" : "SLogger",
"path" : "Sources/SLogger",
"product_memberships" : [
"SLogger"
],
"sources" : [
"SLogger.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.