The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftTestReporter, reference master (35b6a9), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 12:14:51 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/allegro/swift-junit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/allegro/swift-junit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 35b6a95 Merge pull request #22 from allegro/feature/swift6
Cloned https://github.com/allegro/swift-junit.git
Revision (git rev-parse @):
35b6a9550fdfc506f3245e2bd85b42f19747ee1e
SUCCESS checkout https://github.com/allegro/swift-junit.git at master
Fetching https://github.com/alexaubry/HTMLString.git
[1/1631] Fetching htmlstring
Fetched https://github.com/alexaubry/HTMLString.git from cache (0.98s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (3.27s)
Creating working copy for https://github.com/alexaubry/HTMLString.git
Working copy of https://github.com/alexaubry/HTMLString.git resolved at 5.0.0
========================================
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": "swift-junit",
      "name": "SwiftTestReporter",
      "url": "https://github.com/allegro/swift-junit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-junit",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "htmlstring",
          "name": "HTMLString",
          "url": "https://github.com/alexaubry/HTMLString.git",
          "version": "5.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HTMLString",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/allegro/swift-junit.git
[1/236] Fetching swift-junit
Fetched https://github.com/allegro/swift-junit.git from cache (0.83s)
Fetching https://github.com/alexaubry/HTMLString.git from cache
Fetched https://github.com/alexaubry/HTMLString.git from cache (0.43s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (0.49s)
Creating working copy for https://github.com/alexaubry/HTMLString.git
Working copy of https://github.com/alexaubry/HTMLString.git resolved at 5.0.0
Creating working copy for https://github.com/allegro/swift-junit.git
Working copy of https://github.com/allegro/swift-junit.git resolved at master (35b6a95)
warning: '.resolve-product-dependencies': dependency 'swift-junit' is not used by any target
Found 1 product dependencies
  - HTMLString
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/allegro/swift-junit.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/7] Compiling HTMLString NSString+HTMLString.swift
[5/7] Compiling HTMLString HTMLString.swift
[6/7] Compiling HTMLString Mappings.swift
[7/7] Emitting module HTMLString
[8/16] Compiling SwiftTestReporter Reporter.swift
[9/16] Compiling SwiftTestReporter Models+JUnit.swift
[10/16] Compiling SwiftTestReporter JUnitReporter.swift
[11/16] Compiling SwiftTestReporter TestObserver.swift
[12/16] Compiling SwiftTestReporter Utils.swift
[13/16] Compiling SwiftTestReporter JUnitElement.swift
[14/16] Compiling SwiftTestReporter Handlers.swift
[15/16] Emitting module SwiftTestReporter
[16/16] Compiling SwiftTestReporter Models.swift
Build complete! (15.73s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "htmlstring",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/alexaubry/HTMLString.git"
    }
  ],
  "manifest_display_name" : "SwiftTestReporter",
  "name" : "SwiftTestReporter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftTestReporter",
      "targets" : [
        "SwiftTestReporter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftTestReporterTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTestReporterTests",
      "path" : "Tests/SwiftTestReporterTests",
      "sources" : [
        "HandlersTests.swift",
        "JUnitReporterTests.swift",
        "UtilsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftTestReporter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftTestReporter",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTestReporter",
      "path" : "Sources/SwiftTestReporter",
      "product_dependencies" : [
        "HTMLString"
      ],
      "product_memberships" : [
        "SwiftTestReporter"
      ],
      "sources" : [
        "Handlers.swift",
        "Models.swift",
        "Reporters/JUnit/JUnitElement.swift",
        "Reporters/JUnit/JUnitReporter.swift",
        "Reporters/JUnit/Models+JUnit.swift",
        "Reporters/Reporter.swift",
        "TestObserver.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.