Build Information
Successful build of JSON 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.34.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankogai/swift-json.git
Reference: 4.0.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dankogai/swift-json
* tag 4.0.2 -> FETCH_HEAD
HEAD is now at 12e37ec version 4.0.2
Cloned https://github.com/dankogai/swift-json.git
Revision (git rev-parse @):
12e37ec0a9e5d979de7cd3d00e0495a87c62834d
SUCCESS checkout https://github.com/dankogai/swift-json.git at 4.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swift-json",
"name": "JSON",
"url": "https://github.com/dankogai/swift-json.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-json",
"dependencies": [
]
}
]
}
Fetching https://github.com/dankogai/swift-json.git
[1/466] Fetching swift-json
Fetched https://github.com/dankogai/swift-json.git from cache (0.23s)
Creating working copy for https://github.com/dankogai/swift-json.git
Working copy of https://github.com/dankogai/swift-json.git resolved at 4.0.2 (12e37ec)
warning: '.resolve-product-dependencies': dependency 'swift-json' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/dankogai/swift-json.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[2/9] Write JSONRun-entitlement.plist
[3/9] Write swift-version-6044DDE57671499D.txt
[5/11] Emitting module JSON
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JSON/JSON.swift:32:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'JSON' to 'Hashable' by implementing 'hash(into:)' instead
public var hashValue: Int {
^
[6/11] Compiling JSON JSON.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JSON/JSON.swift:32:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'JSON' to 'Hashable' by implementing 'hash(into:)' instead
public var hashValue: Int {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JSON/JSON.swift:270:17: warning: variable 'kv' was never mutated; consider changing to 'let' constant
var kv = o.map{ $0 }
~~~ ^
let
[6/11] Write Objects.LinkFileList
[7/13] Linking libJSON.dylib
[9/13] Emitting module JSONRun
[10/13] Compiling JSONRun main.swift
[10/13] Write Objects.LinkFileList
[11/13] Linking JSONRun
[12/13] Applying JSONRun
Build complete! (3.53s)
Build complete.
Done.