Build Information
Successful build of DynamicJSON 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.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/objecthub/swift-dynamicjson.git
Reference: 1.0.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/objecthub/swift-dynamicjson
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 5ca0bb3 Provide API allowing to remove members from JSON objects.
Cloned https://github.com/objecthub/swift-dynamicjson.git
Revision (git rev-parse @):
5ca0bb39f12910b8703ca3fe1e4426f110be2336
SUCCESS checkout https://github.com/objecthub/swift-dynamicjson.git at 1.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swift-dynamicjson",
"name": "DynamicJSON",
"url": "https://github.com/objecthub/swift-dynamicjson.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-dynamicjson",
"dependencies": [
]
}
]
}
Fetching https://github.com/objecthub/swift-dynamicjson.git from cache
Fetched https://github.com/objecthub/swift-dynamicjson.git from cache (0.27s)
Creating working copy for https://github.com/objecthub/swift-dynamicjson.git
Working copy of https://github.com/objecthub/swift-dynamicjson.git resolved at 1.0.1 (5ca0bb3)
warning: '.resolve-product-dependencies': dependency 'swift-dynamicjson' 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/objecthub/swift-dynamicjson.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write JSONPathTool-entitlement.plist
[3/7] Write swift-version-6044DDE57671499D.txt
[5/31] Compiling DynamicJSON JSONPath.swift
[6/31] Compiling DynamicJSON JSONPathEnvironment.swift
[7/31] Compiling DynamicJSON JSONPathEvaluator.swift
[8/31] Compiling DynamicJSON JSONPathParser.swift
[9/31] Emitting module DynamicJSON
[10/34] Compiling DynamicJSON JSONPointer.swift
[11/34] Compiling DynamicJSON JSONReference.swift
[12/34] Compiling DynamicJSON JSONSchema.swift
[13/34] Compiling DynamicJSON JSONSchemaIdentifier.swift
[14/34] Compiling DynamicJSON JSONSchemaProvider.swift
[15/34] Compiling DynamicJSON JSONSchemaRegistry.swift
[16/34] Compiling DynamicJSON JSONSchemaValidator.swift
[17/34] Compiling DynamicJSON JSONType.swift
[18/34] Compiling DynamicJSON LocatedJSON.swift
[19/34] Compiling DynamicJSON JSONSchemaResource.swift
[20/34] Compiling DynamicJSON JSONSchemaValidationContext.swift
[21/34] Compiling DynamicJSON JSONSchemaValidationResult.swift
[22/34] Compiling DynamicJSON JSONSchemaDialect.swift
[23/34] Compiling DynamicJSON JSONSchemaDraft2020.swift
[24/34] Compiling DynamicJSON JSONSchemaFormatValidators.swift
[25/34] Compiling DynamicJSON JSON.swift
[26/34] Compiling DynamicJSON JSONLocation.swift
[27/34] Compiling DynamicJSON JSONPatch.swift
[28/34] Compiling DynamicJSON JSONPatchOperation.swift
[29/34] Compiling DynamicJSON Indirect.swift
[30/34] Compiling DynamicJSON JSONExtensions.swift
[31/34] Compiling DynamicJSON NSNumber.swift
[32/36] Compiling JSONPathTool main.swift
[33/36] Emitting module JSONPathTool
[33/36] Write Objects.LinkFileList
[34/36] Linking JSONPathTool
[35/36] Applying JSONPathTool
Build complete! (7.65s)
Build complete.
Done.