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.1 for macOS (SPM) on 27 Apr 2025 18:32:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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
Fetching https://github.com/alexaubry/HTMLString.git
[1/1631] Fetching htmlstring
Fetched https://github.com/alexaubry/HTMLString.git from cache (1.08s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (1.76s)
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",
  "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",
      "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",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/allegro/swift-junit.git
[5/235] Fetching swift-junit
Fetched https://github.com/allegro/swift-junit.git from cache (0.80s)
Fetching https://github.com/alexaubry/HTMLString.git from cache
Fetched https://github.com/alexaubry/HTMLString.git from cache (0.40s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (0.45s)
Creating working copy for https://github.com/allegro/swift-junit.git
Working copy of https://github.com/allegro/swift-junit.git resolved at 2.1.0 (f093c44)
Creating working copy for https://github.com/alexaubry/HTMLString.git
Working copy of https://github.com/alexaubry/HTMLString.git resolved at 5.0.0
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.1
Building package at path:  $PWD
https://github.com/allegro/swift-junit.git
https://github.com/allegro/swift-junit.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/7] Compiling HTMLString Mappings.swift
[5/7] Compiling HTMLString NSString+HTMLString.swift
[6/7] Emitting module HTMLString
[7/7] Compiling HTMLString HTMLString.swift
[8/16] Emitting module SwiftTestReporter
[9/16] Compiling SwiftTestReporter TestObserver.swift
[10/16] Compiling SwiftTestReporter JUnitReporter.swift
[11/16] Compiling SwiftTestReporter Models+JUnit.swift
[12/16] Compiling SwiftTestReporter Utils.swift
[13/16] Compiling SwiftTestReporter Reporter.swift
[14/16] Compiling SwiftTestReporter JUnitElement.swift
[15/16] Compiling SwiftTestReporter Handlers.swift
[16/16] Compiling SwiftTestReporter Models.swift
Build complete! (14.08s)
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.