The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftTestReporter, reference 2.1.0 (f093c4), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 10:50:50 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/allegro/swift-junit.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/allegro/swift-junit
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at f093c44 Merge pull request #16 from aufflick/master
Cloned https://github.com/allegro/swift-junit.git
Revision (git rev-parse @):
f093c446dd280ec726e8102effd9662bb0f5465b
SUCCESS checkout https://github.com/allegro/swift-junit.git at 2.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/allegro/swift-junit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Compiling HTMLString NSString+HTMLString.swift
[5/7] Compiling HTMLString Mappings.swift
[6/7] Emitting module HTMLString
[7/7] Compiling HTMLString HTMLString.swift
[8/16] Compiling SwiftTestReporter Utils.swift
[9/16] Compiling SwiftTestReporter Reporter.swift
[10/16] Compiling SwiftTestReporter TestObserver.swift
[11/16] Compiling SwiftTestReporter Models+JUnit.swift
[12/16] Compiling SwiftTestReporter JUnitReporter.swift
[13/16] Compiling SwiftTestReporter Handlers.swift
[14/16] Compiling SwiftTestReporter JUnitElement.swift
[15/16] Emitting module SwiftTestReporter
[16/16] Compiling SwiftTestReporter Models.swift
Build complete! (16.01s)
Fetching https://github.com/alexaubry/HTMLString.git
[1/1631] Fetching htmlstring
Fetched https://github.com/alexaubry/HTMLString.git from cache (1.15s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (3.05s)
Creating working copy for https://github.com/alexaubry/HTMLString.git
Working copy of https://github.com/alexaubry/HTMLString.git resolved at 5.0.0
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.