The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Ji, reference master (63214b), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 08:27:03 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/honghaoz/Ji.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/honghaoz/Ji
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 63214b5 Update gitignore
Cloned https://github.com/honghaoz/Ji.git
Revision (git rev-parse @):
63214b56f35f13f3a74733f5efa70ef2a803e1ca
SUCCESS checkout https://github.com/honghaoz/Ji.git at master
========================================
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": "ji",
      "name": "Ji",
      "url": "https://github.com/honghaoz/Ji.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Ji",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/honghaoz/Ji.git
[1/1253] Fetching ji
Fetched https://github.com/honghaoz/Ji.git from cache (0.83s)
Creating working copy for https://github.com/honghaoz/Ji.git
Working copy of https://github.com/honghaoz/Ji.git resolved at master (63214b5)
warning: '.resolve-product-dependencies': dependency 'ji' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/honghaoz/Ji.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling Ji Ji.swift
[4/6] Compiling Ji JiHelper.swift
[5/6] Compiling Ji JiNode.swift
[6/6] Emitting module Ji
Build complete! (4.07s)
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install libxml-2.0 using your system-packager:
    brew install libxml2
warning: you may be able to install libxml-2.0 using your system-packager:
    brew install libxml2
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ji",
  "name" : "Ji",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Ji",
      "targets" : [
        "Ji"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JiTests",
      "module_type" : "SwiftTarget",
      "name" : "JiTests",
      "path" : "Tests/JiTests",
      "sources" : [
        "JiNodeHTMLTests.swift",
        "JiNodeXMLTests.swift",
        "JiTests.swift",
        "Resources.swift",
        "XCTestManifests.swift",
        "htmlXPathTests.swift",
        "xmlXPathTests.swift"
      ],
      "target_dependencies" : [
        "Ji"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ji",
      "module_type" : "SwiftTarget",
      "name" : "Ji",
      "path" : "Sources/Ji",
      "product_memberships" : [
        "Ji"
      ],
      "sources" : [
        "Ji.swift",
        "JiHelper.swift",
        "JiNode.swift"
      ],
      "target_dependencies" : [
        "Clibxml2"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Clibxml2",
      "module_type" : "SystemLibraryTarget",
      "name" : "Clibxml2",
      "path" : "Sources/Clibxml2",
      "product_memberships" : [
        "Ji"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.1"
}
Done.