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 1.5.2 (39de59), with Swift 6.0 for Linux on 24 Feb 2025 23:34:31 UTC.

Swift 6 data race errors: 1

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-issue-reporting.git
Reference: 1.5.2
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
 * tag               1.5.2      -> FETCH_HEAD
HEAD is now at 39de59b Fix Linux/Windows Testing support (#149)
Cloned https://github.com/pointfreeco/swift-issue-reporting.git
Revision (git rev-parse @):
39de59b2d47f7ef3ca88a039dff3084688fe27f4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-issue-reporting.git at 1.5.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/pointfreeco/swift-issue-reporting.git
https://github.com/pointfreeco/swift-issue-reporting.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
      ],
      "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"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version-24593BA9C3E375BF.txt
[5/29] Emitting module IssueReporting
[6/31] Compiling IssueReporting WithExpectedIssue.swift
[7/31] Compiling IssueReporting WithIssueContext.swift
[8/31] Compiling IssueReporting ErrorReporting.swift
[9/31] Compiling IssueReporting AppHostWarning.swift
[10/31] Compiling IssueReporting Deprecations.swift
[11/31] Compiling IssueReportingTestSupport SwiftTesting.swift
[12/31] Compiling IssueReportingTestSupport XCTest.swift
[13/31] Emitting module IssueReportingTestSupport
[14/32] Compiling IssueReporting TestContext.swift
[15/32] Compiling IssueReporting Unimplemented.swift
[16/32] Compiling IssueReporting FailureObserver.swift
[17/32] Compiling IssueReporting LockIsolated.swift
[18/32] Compiling IssueReporting Rethrows.swift
[20/32] Compiling IssueReporting BreakpointReporter.swift
[21/32] Compiling IssueReporting FatalErrorReporter.swift
[22/32] Compiling IssueReporting RuntimeWarningReporter.swift
[23/32] Compiling IssueReporting ReportIssue.swift
[24/32] Compiling IssueReporting SwiftTesting.swift
[25/32] Compiling IssueReporting UncheckedSendable.swift
[26/32] Compiling IssueReporting Warn.swift
[27/32] Compiling IssueReporting XCTest.swift
[28/32] Compiling IssueReporting IsTesting.swift
[29/32] Compiling IssueReporting IssueReporter.swift
[29/33] Wrapping AST for IssueReportingTestSupport for debugging
[30/33] Write Objects.LinkFileList
[32/36] Linking libIssueReportingTestSupport.so
[34/36] Compiling XCTestDynamicOverlay Exports.swift
[35/36] Emitting module XCTestDynamicOverlay
[36/36] Compiling XCTestDynamicOverlay Deprecations.swift
Build complete! (14.67s)
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"
      ],
      "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"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.