Build Information
Successful build of QuickJSON, reference 1.1.2 (79df0e
), with Swift 5.9 for macOS (SPM) on 30 Jun 2024 15:02:26 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.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: 1.1.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/tannerdsilva/QuickJSON
* tag 1.1.2 -> FETCH_HEAD
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 1.1.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $workDir
https://github.com/tannerdsilva/QuickJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling Logging MetadataProvider.swift
[2/6] Compiling Logging LogHandler.swift
[3/6] Emitting module Logging
[4/6] Compiling Logging Logging.swift
[5/6] Compiling Logging Locks.swift
[5/6] Compiling yyjson.c
[7/19] Compiling QuickJSON ec_unkeyed.swift
[8/19] Compiling QuickJSON dc_keyed.swift
[9/19] Compiling QuickJSON dc_single.swift
[10/19] Compiling QuickJSON MemoryPool.swift
[11/19] Compiling QuickJSON QuickJSON.swift
[12/19] Compiling QuickJSON dc_unkeyed.swift
[13/19] Compiling QuickJSON decoder.swift
[14/19] Compiling QuickJSON ec_keyed.swift
[15/19] Compiling QuickJSON ec_single.swift
[16/19] Emitting module QuickJSON
[17/19] Compiling QuickJSON Decoding.swift
[18/19] Compiling QuickJSON Encoding.swift
[19/19] Compiling QuickJSON encoder.swift
[20/20] Compiling QuickJSON extensions.swift
Build complete! (6.27s)
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 (0.48s)
Fetched https://github.com/apple/swift-log.git (0.67s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.2 (0.04s)
Computing version for https://github.com/ibireme/yyjson.git
Computed https://github.com/ibireme/yyjson.git at 0.8.0 (0.56s)
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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.2
Build complete.
Done.