The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JSONConfig, reference master (e4c50a), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 16:50:46 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iamjono/jsonconfig.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iamjono/jsonconfig
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e4c50a3 Merge pull request #3 from kjessup/master
Cloned https://github.com/iamjono/jsonconfig.git
Revision (git rev-parse @):
e4c50a3b9f75014243b72ff6ed569dea961579b7
SUCCESS checkout https://github.com/iamjono/jsonconfig.git at master
Fetching https://github.com/PerfectlySoft/PerfectLib.git
[1/10784] Fetching perfectlib
Fetched https://github.com/PerfectlySoft/PerfectLib.git from cache (3.71s)
Computing version for https://github.com/PerfectlySoft/PerfectLib.git
Computed https://github.com/PerfectlySoft/PerfectLib.git at 3.1.4 (6.38s)
Creating working copy for https://github.com/PerfectlySoft/PerfectLib.git
Working copy of https://github.com/PerfectlySoft/PerfectLib.git resolved at 3.1.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "jsonconfig",
      "name": "JSONConfig",
      "url": "https://github.com/iamjono/jsonconfig.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/jsonconfig",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "perfectlib",
          "name": "PerfectLib",
          "url": "https://github.com/PerfectlySoft/PerfectLib.git",
          "version": "3.1.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PerfectLib",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/iamjono/jsonconfig.git
[1/64] Fetching jsonconfig
Fetched https://github.com/iamjono/jsonconfig.git from cache (0.63s)
Fetching https://github.com/PerfectlySoft/PerfectLib.git from cache
Fetched https://github.com/PerfectlySoft/PerfectLib.git from cache (0.43s)
Computing version for https://github.com/PerfectlySoft/PerfectLib.git
Computed https://github.com/PerfectlySoft/PerfectLib.git at 3.1.4 (0.49s)
Creating working copy for https://github.com/iamjono/jsonconfig.git
Working copy of https://github.com/iamjono/jsonconfig.git resolved at master (e4c50a3)
Creating working copy for https://github.com/PerfectlySoft/PerfectLib.git
Working copy of https://github.com/PerfectlySoft/PerfectLib.git resolved at 3.1.4
warning: '.resolve-product-dependencies': dependency 'jsonconfig' is not used by any target
Found 1 product dependencies
  - PerfectLib
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/iamjono/jsonconfig.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/13] Compiling PerfectLib Bytes.swift
[5/13] Compiling PerfectLib Log.swift
[6/13] Compiling PerfectLib Utilities.swift
[7/13] Compiling PerfectLib SysProcess.swift
[8/13] Compiling PerfectLib JSONConvertible.swift
[9/13] Compiling PerfectLib PerfectServer.swift
[10/13] Emitting module PerfectLib
[11/13] Compiling PerfectLib Dir.swift
[12/13] Compiling PerfectLib File.swift
[13/13] Compiling PerfectLib PerfectError.swift
[14/15] Compiling JSONConfig jsonConfig.swift
[15/15] Emitting module JSONConfig
Build complete! (6.58s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "perfectlib",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PerfectlySoft/PerfectLib.git"
    }
  ],
  "manifest_display_name" : "JSONConfig",
  "name" : "JSONConfig",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONConfig",
      "targets" : [
        "JSONConfig"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONConfig",
      "module_type" : "SwiftTarget",
      "name" : "JSONConfig",
      "path" : "Sources/JSONConfig",
      "product_dependencies" : [
        "PerfectLib"
      ],
      "product_memberships" : [
        "JSONConfig"
      ],
      "sources" : [
        "jsonConfig.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.