The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ReadiumFuzi, reference master (347aab), with Swift 5.10 for macOS (SPM) on 11 Dec 2024 14:52:32 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/readium/Fuzi.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/readium/Fuzi
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 347aab1 Rename packages (#2)
Cloned https://github.com/readium/Fuzi.git
Revision (git rev-parse @):
347aab158ff8894966ff80469b384bb5337928cd
SUCCESS checkout https://github.com/readium/Fuzi.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/readium/Fuzi.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/10] Compiling ReadiumFuzi Node.swift
[4/10] Compiling ReadiumFuzi NodeSet.swift
[5/10] Compiling ReadiumFuzi Error.swift
[6/10] Compiling ReadiumFuzi Element.swift
[7/10] Compiling ReadiumFuzi Queryable.swift
[8/10] Compiling ReadiumFuzi Helpers.swift
[9/10] Compiling ReadiumFuzi Document.swift
[10/10] Emitting module ReadiumFuzi
Build complete! (6.84s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ReadiumFuzi",
  "name" : "ReadiumFuzi",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ReadiumFuzi",
      "targets" : [
        "ReadiumFuzi"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ReadiumFuziTests",
      "module_type" : "SwiftTarget",
      "name" : "ReadiumFuziTests",
      "path" : "Tests",
      "sources" : [
        "AtomTests.swift",
        "CSSTests.swift",
        "DefaultNamespaceXPathTests.swift",
        "HTMLTests.swift",
        "VMAPTests.swift",
        "XMLTests.swift",
        "XPathFunctionResultTests.swift"
      ],
      "target_dependencies" : [
        "ReadiumFuzi"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ReadiumFuzi",
      "module_type" : "SwiftTarget",
      "name" : "ReadiumFuzi",
      "path" : "Sources",
      "product_memberships" : [
        "ReadiumFuzi"
      ],
      "sources" : [
        "Document.swift",
        "Element.swift",
        "Error.swift",
        "Helpers.swift",
        "Node.swift",
        "NodeSet.swift",
        "Queryable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.