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 xctest-dynamic-overlay, reference main (fd1b3d), with Swift 6.0 for Linux on 2 May 2025 08:01:39 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-issue-reporting.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/pointfreeco/swift-issue-reporting
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fd1b3d1 Run swift-format
Cloned https://github.com/pointfreeco/swift-issue-reporting.git
Revision (git rev-parse @):
fd1b3d1c21fead2ce3e6cc2843804f4207772547
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-issue-reporting.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/pointfreeco/swift-issue-reporting.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/9] Write sources
[4/9] Write swift-version-24593BA9C3E375BF.txt
[6/11] Emitting module IssueReportingPackageSupport
[7/11] Compiling IssueReportingPackageSupport _Test.swift
[8/12] Wrapping AST for IssueReportingPackageSupport for debugging
[10/34] Emitting module IssueReportingTestSupport
[11/34] Emitting module IssueReporting
[12/36] Compiling IssueReporting WithExpectedIssue.swift
[13/36] Compiling IssueReporting WithIssueContext.swift
[14/36] Compiling IssueReportingTestSupport SwiftTesting.swift
[15/36] Compiling IssueReportingTestSupport XCTest.swift
[16/37] Compiling IssueReporting ErrorReporting.swift
[17/37] Compiling IssueReporting AppHostWarning.swift
[18/37] Compiling IssueReporting Deprecations.swift
[20/37] Compiling IssueReporting TestContext.swift
[21/37] Compiling IssueReporting Unimplemented.swift
[22/37] Compiling IssueReporting SwiftTesting.swift
[23/37] Compiling IssueReporting UncheckedSendable.swift
[24/37] Compiling IssueReporting Warn.swift
[24/37] Wrapping AST for IssueReportingTestSupport for debugging
[25/37] Write Objects.LinkFileList
[27/37] Compiling IssueReporting RuntimeWarningReporter.swift
[28/37] Compiling IssueReporting ReportIssue.swift
[29/37] Compiling IssueReporting BreakpointReporter.swift
[30/37] Compiling IssueReporting FatalErrorReporter.swift
[31/37] Compiling IssueReporting FailureObserver.swift
[32/37] Compiling IssueReporting LockIsolated.swift
[33/37] Compiling IssueReporting Rethrows.swift
[34/37] Compiling IssueReporting XCTest.swift
[35/37] Compiling IssueReporting IsTesting.swift
[36/37] Compiling IssueReporting IssueReporter.swift
[37/38] Linking libIssueReportingTestSupport.so
[39/41] Compiling XCTestDynamicOverlay Exports.swift
[40/41] Compiling XCTestDynamicOverlay Deprecations.swift
[41/41] Emitting module XCTestDynamicOverlay
Build complete! (10.60s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "xctest-dynamic-overlay",
  "name" : "xctest-dynamic-overlay",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "IssueReporting",
      "targets" : [
        "IssueReporting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IssueReportingTestSupport",
      "targets" : [
        "IssueReportingTestSupport"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "XCTestDynamicOverlay",
      "targets" : [
        "XCTestDynamicOverlay"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "XCTestDynamicOverlayTests",
      "module_type" : "SwiftTarget",
      "name" : "XCTestDynamicOverlayTests",
      "path" : "Tests/XCTestDynamicOverlayTests",
      "sources" : [
        "TestHelpers.swift",
        "UnimplementedTests.swift",
        "XCTContextTests.swift",
        "XCTExpectFailureTests.swift",
        "XCTFailRegressionTests.swift",
        "XCTFailTests.swift"
      ],
      "target_dependencies" : [
        "IssueReportingTestSupport",
        "XCTestDynamicOverlay"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCTestDynamicOverlay",
      "module_type" : "SwiftTarget",
      "name" : "XCTestDynamicOverlay",
      "path" : "Sources/XCTestDynamicOverlay",
      "product_memberships" : [
        "XCTestDynamicOverlay"
      ],
      "sources" : [
        "Internal/Deprecations.swift",
        "Internal/Exports.swift"
      ],
      "target_dependencies" : [
        "IssueReporting"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IssueReportingTests",
      "module_type" : "SwiftTarget",
      "name" : "IssueReportingTests",
      "path" : "Tests/IssueReportingTests",
      "sources" : [
        "HostAppDetectionTests.swift",
        "SwiftTestingTests.swift",
        "UnimplementedTests.swift",
        "WithErrorReportingTests.swift",
        "XCTestTests.swift"
      ],
      "target_dependencies" : [
        "IssueReporting",
        "IssueReportingTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IssueReportingTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "IssueReportingTestSupport",
      "path" : "Sources/IssueReportingTestSupport",
      "product_memberships" : [
        "IssueReportingTestSupport"
      ],
      "sources" : [
        "SwiftTesting.swift",
        "XCTest.swift"
      ],
      "target_dependencies" : [
        "IssueReportingPackageSupport"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IssueReportingPackageSupport",
      "module_type" : "SwiftTarget",
      "name" : "IssueReportingPackageSupport",
      "path" : "Sources/IssueReportingPackageSupport",
      "product_memberships" : [
        "IssueReporting",
        "IssueReportingTestSupport",
        "XCTestDynamicOverlay"
      ],
      "sources" : [
        "_Test.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IssueReporting",
      "module_type" : "SwiftTarget",
      "name" : "IssueReporting",
      "path" : "Sources/IssueReporting",
      "product_memberships" : [
        "IssueReporting",
        "XCTestDynamicOverlay"
      ],
      "sources" : [
        "ErrorReporting.swift",
        "Internal/AppHostWarning.swift",
        "Internal/Deprecations.swift",
        "Internal/FailureObserver.swift",
        "Internal/LockIsolated.swift",
        "Internal/Rethrows.swift",
        "Internal/SwiftTesting.swift",
        "Internal/UncheckedSendable.swift",
        "Internal/Warn.swift",
        "Internal/XCTest.swift",
        "IsTesting.swift",
        "IssueReporter.swift",
        "IssueReporters/BreakpointReporter.swift",
        "IssueReporters/FatalErrorReporter.swift",
        "IssueReporters/RuntimeWarningReporter.swift",
        "ReportIssue.swift",
        "TestContext.swift",
        "Unimplemented.swift",
        "WithExpectedIssue.swift",
        "WithIssueContext.swift"
      ],
      "target_dependencies" : [
        "IssueReportingPackageSupport"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.