The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JSON-DSL with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/crelies/json-dsl.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/crelies/json-dsl
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a4dfd57 Merge pull request #1 from crelies/dev
Cloned https://github.com/crelies/json-dsl.git
Revision (git rev-parse @):
a4dfd576ecccda30fbbc35a28f1a601f435adb8b
SUCCESS checkout https://github.com/crelies/json-dsl.git at master
========================================
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": "json-dsl",
      "name": "JSON-DSL",
      "url": "https://github.com/crelies/json-dsl.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/json-dsl",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/crelies/json-dsl.git
[1/97] Fetching json-dsl
Fetched https://github.com/crelies/json-dsl.git (0.22s)
Creating working copy for https://github.com/crelies/json-dsl.git
Working copy of https://github.com/crelies/json-dsl.git resolved at master
warning: '.resolve-product-dependencies': dependency 'json-dsl' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/14] Compiling JSON_DSL Renderable.swift
[2/14] Compiling JSON_DSL Node+isRootNode.swift
[3/14] Compiling JSON_DSL RootNode+Renderable.swift
[4/14] Compiling JSON_DSL JSON.swift
[5/14] Compiling JSON_DSL NodeConvertible.swift
[6/14] Compiling JSON_DSL Property.swift
[7/14] Compiling JSON_DSL RootNode.swift
[8/15] Compiling JSON_DSL Node.swift
[9/15] Compiling JSON_DSL Object+Renderable.swift
[10/15] Emitting module JSON_DSL
[11/15] Compiling JSON_DSL Object.swift
[12/15] Compiling JSON_DSL Property+Renderable.swift
[13/15] Compiling JSON_DSL Node+ExpressibleBy.swift
[14/15] Compiling JSON_DSL Node+Renderable.swift
[15/15] Compiling JSON_DSL RootNode+NodeConvertible.swift
Build complete! (4.88s)
Build complete.
Done.