Build Information
Successful build of json-logger with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.32.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xcode-actions/json-logger.git
Reference: 0.2.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/xcode-actions/json-logger
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 502d98b Fix Swift 5.10 concurrency warnings
Cloned https://github.com/xcode-actions/json-logger.git
Revision (git rev-parse @):
502d98b1ca4ff83497dfed2791d6a438e785b66e
SUCCESS checkout https://github.com/xcode-actions/json-logger.git at 0.2.0
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/Frizlab/generic-json.git from cache
Fetched https://github.com/Frizlab/generic-json.git from cache (0.18s)
Fetched https://github.com/apple/swift-log.git from cache (0.19s)
Computing version for https://github.com/Frizlab/generic-json.git
Computed https://github.com/Frizlab/generic-json.git at 3.0.0 (0.25s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.3 (0.05s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.3
Creating working copy for https://github.com/Frizlab/generic-json.git
Working copy of https://github.com/Frizlab/generic-json.git resolved at 3.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "json-logger",
"name": "json-logger",
"url": "https://github.com/xcode-actions/json-logger.git",
"version": "unspecified",
"path": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/json-logger",
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log.git",
"version": "1.5.4",
"path": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"dependencies": [
]
},
{
"identity": "generic-json",
"name": "GenericJSON",
"url": "https://github.com/Frizlab/generic-json.git",
"version": "3.0.0",
"path": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/generic-json",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/xcode-actions/json-logger.git from cache
Fetched https://github.com/xcode-actions/json-logger.git from cache (0.22s)
Fetching https://github.com/Frizlab/generic-json.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/Frizlab/generic-json.git from cache (0.18s)
Fetched https://github.com/apple/swift-log.git from cache (0.19s)
Computing version for https://github.com/Frizlab/generic-json.git
Computed https://github.com/Frizlab/generic-json.git at 3.0.0 (0.02s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.03s)
Creating working copy for https://github.com/xcode-actions/json-logger.git
Working copy of https://github.com/xcode-actions/json-logger.git resolved at 0.2.0 (502d98b)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.4
Creating working copy for https://github.com/Frizlab/generic-json.git
Working copy of https://github.com/Frizlab/generic-json.git resolved at 3.0.0
warning: '.resolve-product-dependencies': dependency 'json-logger' is not used by any target
Found 2 product dependencies
- swift-log
- GenericJSON
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/xcode-actions/json-logger.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-6044DDE57671499D.txt
[5/14] Compiling Logging LogHandler.swift
[6/14] Emitting module Logging
[7/14] Compiling Logging Locks.swift
[8/14] Compiling Logging MetadataProvider.swift
[9/14] Compiling Logging Logging.swift
[10/14] Compiling GenericJSON Querying.swift
[11/14] Compiling GenericJSON Initialization.swift
[12/14] Compiling GenericJSON JSON.swift
[13/14] Emitting module GenericJSON
[14/14] Compiling GenericJSON Merging.swift
[15/19] Emitting module JSONLogger
[16/19] Compiling JSONLogger JSONLogger.swift
[17/19] Compiling JSONLogger NSLock+Linux.swift
[18/19] Compiling JSONLogger LogLine.swift
[19/19] Compiling JSONLogger String+Utils.swift
Build complete! (7.40s)
Build complete.
Done.