The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Fuzi, reference 3.1.3 (f08c83), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 04:49:59 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/cezheng/Fuzi.git
Reference: 3.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cezheng/Fuzi
 * tag               3.1.3      -> FETCH_HEAD
HEAD is now at f08c832 Bumps version to 3.1.3
Cloned https://github.com/cezheng/Fuzi.git
Revision (git rev-parse @):
f08c8323da21e985f3772610753bcfc652c2103f
SUCCESS checkout https://github.com/cezheng/Fuzi.git at 3.1.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/cezheng/Fuzi.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/10] Compiling Fuzi Node.swift
[4/10] Compiling Fuzi Element.swift
[5/10] Compiling Fuzi Document.swift
[6/10] Compiling Fuzi Helpers.swift
[7/10] Emitting module Fuzi
[8/10] Compiling Fuzi Error.swift
[9/10] Compiling Fuzi Queryable.swift
[10/10] Compiling Fuzi NodeSet.swift
Build complete! (4.33s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Fuzi",
  "name" : "Fuzi",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Fuzi",
      "targets" : [
        "Fuzi"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FuziTests",
      "module_type" : "SwiftTarget",
      "name" : "FuziTests",
      "path" : "Tests",
      "sources" : [
        "AtomTests.swift",
        "CSSTests.swift",
        "DefaultNamespaceXPathTests.swift",
        "HTMLTests.swift",
        "VMAPTests.swift",
        "XMLTests.swift",
        "XPathFunctionResultTests.swift"
      ],
      "target_dependencies" : [
        "Fuzi"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Fuzi",
      "module_type" : "SwiftTarget",
      "name" : "Fuzi",
      "path" : "Sources",
      "product_memberships" : [
        "Fuzi"
      ],
      "sources" : [
        "Document.swift",
        "Element.swift",
        "Error.swift",
        "Helpers.swift",
        "Node.swift",
        "NodeSet.swift",
        "Queryable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.