Build Information
Successful build of QuickJSON, reference master (79df0e
), with Swift 5.10 for macOS (SPM) on 30 Jun 2024 14:39:29 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tannerdsilva/QuickJSON.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/tannerdsilva/QuickJSON
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 79df0ef release v1.1.2 fixed memory leak
Cloned https://github.com/tannerdsilva/QuickJSON.git
Revision (git rev-parse @):
79df0ef2f7ce80dfe95a3a5179d10daa0dbf49c7
SUCCESS checkout https://github.com/tannerdsilva/QuickJSON.git at master
Fetching https://github.com/ibireme/yyjson.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/ibireme/yyjson.git from cache (0.24s)
Fetched https://github.com/apple/swift-log.git from cache (0.33s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.2 (0.03s)
Computing version for https://github.com/ibireme/yyjson.git
Computed https://github.com/ibireme/yyjson.git at 0.8.0 (0.60s)
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.2
Creating working copy for https://github.com/ibireme/yyjson.git
Working copy of https://github.com/ibireme/yyjson.git resolved at 0.8.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "quickjson",
"name": "QuickJSON",
"url": "https://github.com/tannerdsilva/QuickJSON.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/QuickJSON",
"dependencies": [
{
"identity": "yyjson",
"name": "yyjson",
"url": "https://github.com/ibireme/yyjson.git",
"version": "0.8.0",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/yyjson",
"dependencies": [
]
},
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log.git",
"version": "1.6.1",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/tannerdsilva/QuickJSON.git from cache
Fetched https://github.com/tannerdsilva/QuickJSON.git from cache (0.15s)
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/ibireme/yyjson.git from cache
Fetched https://github.com/ibireme/yyjson.git from cache (0.25s)
Fetched https://github.com/apple/swift-log.git from cache (0.35s)
Computing version for https://github.com/ibireme/yyjson.git
Computed https://github.com/ibireme/yyjson.git at 0.8.0 (0.02s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.1 (0.02s)
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
Creating working copy for https://github.com/ibireme/yyjson.git
Working copy of https://github.com/ibireme/yyjson.git resolved at 0.8.0
Creating working copy for https://github.com/tannerdsilva/QuickJSON.git
Working copy of https://github.com/tannerdsilva/QuickJSON.git resolved at master (79df0ef)
warning: '.resolve-product-dependencies': dependency 'quickjson' is not used by any target
Found 2 product dependencies
- yyjson
- swift-log
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/tannerdsilva/QuickJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version-33747A42983211AE.txt
[4/9] Compiling Logging LogHandler.swift
[5/9] Compiling Logging MetadataProvider.swift
[6/9] Emitting module Logging
[7/9] Compiling Logging Locks.swift
[8/9] Compiling Logging Logging.swift
[8/9] Compiling yyjson.c
[10/22] Compiling QuickJSON ec_unkeyed.swift
[11/22] Compiling QuickJSON encoder.swift
[12/23] Compiling QuickJSON extensions.swift
[13/23] Compiling QuickJSON dc_unkeyed.swift
[14/23] Compiling QuickJSON decoder.swift
[15/23] Compiling QuickJSON dc_keyed.swift
[16/23] Compiling QuickJSON dc_single.swift
[17/23] Compiling QuickJSON Decoding.swift
[18/23] Compiling QuickJSON Encoding.swift
[19/23] Compiling QuickJSON MemoryPool.swift
[20/23] Compiling QuickJSON QuickJSON.swift
[21/23] Emitting module QuickJSON
[22/23] Compiling QuickJSON ec_keyed.swift
[23/23] Compiling QuickJSON ec_single.swift
Build complete! (5.55s)
Build complete.
Done.