The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Ji, reference 5.1.0 (a37a31), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 07:44:33 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/honghaoz/Ji.git
Reference: 5.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/honghaoz/Ji
 * tag               5.1.0      -> FETCH_HEAD
HEAD is now at a37a310 Update SPM to Swift 5.1
Cloned https://github.com/honghaoz/Ji.git
Revision (git rev-parse @):
a37a310cc6aaf999de4bee953a9680bf9b629200
SUCCESS checkout https://github.com/honghaoz/Ji.git at 5.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/honghaoz/Ji.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling Ji JiHelper.swift
[4/6] Emitting module Ji
[5/6] Compiling Ji JiNode.swift
[6/6] Compiling Ji Ji.swift
Build complete! (3.40s)
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.