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 SwiftTestReporter, reference 2.1.0 (f093c4), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 21:23:01 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.1
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.05s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (2.46s)
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
[1/235] Fetching swift-junit
Fetched https://github.com/allegro/swift-junit.git from cache (0.85s)
Fetching https://github.com/alexaubry/HTMLString.git from cache
Fetched https://github.com/alexaubry/HTMLString.git from cache (0.46s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (0.02s)
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 2.1.0 (f093c44)
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.0
Building package at path:  $PWD
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.1.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--7754E27361AE5C74.txt
[4/7] Compiling HTMLString HTMLString.swift
[5/7] Emitting module HTMLString
[6/7] Compiling HTMLString NSString+HTMLString.swift
[7/7] Compiling HTMLString Mappings.swift
[8/16] Compiling SwiftTestReporter Utils.swift
[9/16] Compiling SwiftTestReporter Models+JUnit.swift
[10/16] Compiling SwiftTestReporter TestObserver.swift
[11/16] Compiling SwiftTestReporter Reporter.swift
[12/16] Compiling SwiftTestReporter Handlers.swift
[13/16] Compiling SwiftTestReporter JUnitElement.swift
[14/16] Compiling SwiftTestReporter JUnitReporter.swift
[15/16] Emitting module SwiftTestReporter
[16/16] Compiling SwiftTestReporter Models.swift
Build complete! (14.81s)
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.