Build Information
Successful build of LoggingGitHubActions, reference main (43c5af
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 17:00:14 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/NSHipster/swift-log-github-actions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NSHipster/swift-log-github-actions
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 43c5af3 Bump version to 1.0.0
Cloned https://github.com/NSHipster/swift-log-github-actions.git
Revision (git rev-parse @):
43c5af3247dc1af941c64d5a8fd940c8d608d82d
SUCCESS checkout https://github.com/NSHipster/swift-log-github-actions.git at main
Fetching https://github.com/apple/swift-log.git
[1/3660] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.09s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.2.0 (0.65s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.2.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": "swift-log-github-actions",
"name": "LoggingGitHubActions",
"url": "https://github.com/NSHipster/swift-log-github-actions.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log-github-actions",
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log.git",
"version": "1.6.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/NSHipster/swift-log-github-actions.git
[1/67] Fetching swift-log-github-actions
Fetched https://github.com/NSHipster/swift-log-github-actions.git from cache (0.90s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.1 (0.48s)
Creating working copy for https://github.com/NSHipster/swift-log-github-actions.git
Working copy of https://github.com/NSHipster/swift-log-github-actions.git resolved at main (43c5af3)
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.1
warning: '.resolve-product-dependencies': dependency 'swift-log-github-actions' is not used by any target
Found 1 product dependencies
- swift-log
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/NSHipster/swift-log-github-actions.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/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/7] Compiling Logging Locks.swift
[5/7] Compiling Logging LogHandler.swift
[6/7] Emitting module Logging
[7/7] Compiling Logging Logging.swift
[8/9] Emitting module LoggingGitHubActions
[9/9] Compiling LoggingGitHubActions GitHubActionsLogHandler.swift
Build complete! (7.02s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "LoggingGitHubActions",
"name" : "LoggingGitHubActions",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LoggingGitHubActions",
"targets" : [
"LoggingGitHubActions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LoggingGitHubActionsTests",
"module_type" : "SwiftTarget",
"name" : "LoggingGitHubActionsTests",
"path" : "Tests/LoggingGitHubActionsTests",
"sources" : [
"SmokeTests.swift",
"Supporting Types/MockTextOutputStream.swift",
"UnitTests.swift"
],
"target_dependencies" : [
"LoggingGitHubActions"
],
"type" : "test"
},
{
"c99name" : "LoggingGitHubActions",
"module_type" : "SwiftTarget",
"name" : "LoggingGitHubActions",
"path" : "Sources/LoggingGitHubActions",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"LoggingGitHubActions"
],
"sources" : [
"GitHubActionsLogHandler.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.