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 XCTestExtensions, reference main (40da6a), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 14:41:26 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/elegantchaos/XCTestExtensions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/XCTestExtensions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 40da6a0 Fixed macOS build
Cloned https://github.com/elegantchaos/XCTestExtensions.git
Revision (git rev-parse @):
40da6a09823c8a9bfa68b6487e92d86b8e8a821e
SUCCESS checkout https://github.com/elegantchaos/XCTestExtensions.git at main
Fetching https://github.com/elegantchaos/Matchable.git
[1/113] Fetching matchable
Fetched https://github.com/elegantchaos/Matchable.git from cache (0.74s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.6 (0.61s)
Creating working copy for https://github.com/elegantchaos/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.6
========================================
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": "xctestextensions",
      "name": "XCTestExtensions",
      "url": "https://github.com/elegantchaos/XCTestExtensions.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTestExtensions",
      "dependencies": [
        {
          "identity": "matchable",
          "name": "Matchable",
          "url": "https://github.com/elegantchaos/Matchable.git",
          "version": "1.0.7",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Matchable",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/elegantchaos/XCTestExtensions.git
[1/571] Fetching xctestextensions
Fetched https://github.com/elegantchaos/XCTestExtensions.git from cache (0.77s)
Fetching https://github.com/elegantchaos/Matchable.git from cache
Fetched https://github.com/elegantchaos/Matchable.git from cache (0.48s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.7 (0.02s)
Creating working copy for https://github.com/elegantchaos/XCTestExtensions.git
Working copy of https://github.com/elegantchaos/XCTestExtensions.git resolved at main (40da6a0)
Creating working copy for https://github.com/elegantchaos/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.7
warning: '.resolve-product-dependencies': dependency 'xctestextensions' is not used by any target
Found 1 product dependencies
  - Matchable
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/elegantchaos/XCTestExtensions.git
{
  "dependencies" : [
    {
      "identity" : "matchable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Matchable.git"
    }
  ],
  "manifest_display_name" : "XCTestExtensions",
  "name" : "XCTestExtensions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "XCTestExtensions",
      "targets" : [
        "XCTestExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "UITestingExtensions",
      "targets" : [
        "UITestingExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCTestExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "XCTestExtensionsTests",
      "path" : "Tests/XCTestExtensionsTests",
      "sources" : [
        "XCTestExtensionsTests.swift",
        "XCTestManifests.swift",
        "XCTestRunnerTests.swift"
      ],
      "target_dependencies" : [
        "XCTestExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCTestExtensions",
      "module_type" : "SwiftTarget",
      "name" : "XCTestExtensions",
      "path" : "Sources/XCTestExtensions",
      "product_dependencies" : [
        "Matchable"
      ],
      "product_memberships" : [
        "XCTestExtensions"
      ],
      "sources" : [
        "XCTAssert+Collections.swift",
        "XCTAssert+Matching.swift",
        "XCTAssert+Result.swift",
        "XCTAssert+Types.swift",
        "XCTAssertEqual+Data.swift",
        "XCTAssertEqual+Result.swift",
        "XCTAssertEqual+String.swift",
        "XCTestCase+Combine.swift",
        "XCTestCase+JSON.swift",
        "XCTestCase+Resources.swift",
        "XCTestCase+WaitForAsync.swift",
        "XCTestMonitor.swift",
        "XCTestRunner.swift",
        "XCUIApplication+UITesting.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UITestingExtensions",
      "module_type" : "SwiftTarget",
      "name" : "UITestingExtensions",
      "path" : "Sources/UITestingExtensions",
      "product_memberships" : [
        "UITestingExtensions"
      ],
      "sources" : [
        "ProcessInfo+XCTestRuntime.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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/4] Write sources
[3/4] Write swift-version--7754E27361AE5C74.txt
[5/15] Emitting module UITestingExtensions
[6/15] Compiling Matchable FloatingPoint+Matching.swift
[7/15] Compiling UITestingExtensions ProcessInfo+XCTestRuntime.swift
[8/15] Emitting module Matchable
[9/15] Compiling Matchable Collections+Matching.swift
[10/15] Compiling Matchable String+Matching.swift
[11/15] Compiling Matchable Matchable.swift
[12/15] Compiling Matchable Integer+Matching.swift
[13/15] Compiling Matchable Date+Matching.swift
[14/15] Compiling Matchable Bool+Matching.swift
[15/15] Compiling Matchable MatchableCompound.swift
[16/29] Compiling XCTestExtensions XCTestRunner.swift
[17/30] Compiling XCTestExtensions XCTestMonitor.swift
[18/30] Compiling XCTestExtensions XCTestCase+WaitForAsync.swift
[19/30] Compiling XCTestExtensions XCTAssertEqual+Data.swift
[20/30] Compiling XCTestExtensions XCTAssertEqual+Result.swift
[21/30] Compiling XCTestExtensions XCTestCase+JSON.swift
[22/30] Compiling XCTestExtensions XCTAssertEqual+String.swift
[23/30] Compiling XCTestExtensions XCTestCase+Combine.swift
[24/30] Compiling XCTestExtensions XCTAssert+Result.swift
[25/30] Compiling XCTestExtensions XCTAssert+Types.swift
[26/30] Emitting module XCTestExtensions
[27/30] Compiling XCTestExtensions XCTAssert+Collections.swift
[28/30] Compiling XCTestExtensions XCTAssert+Matching.swift
[29/30] Compiling XCTestExtensions XCTestCase+Resources.swift
[30/30] Compiling XCTestExtensions XCUIApplication+UITesting.swift
Build complete! (21.57s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "matchable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Matchable.git"
    }
  ],
  "manifest_display_name" : "XCTestExtensions",
  "name" : "XCTestExtensions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "XCTestExtensions",
      "targets" : [
        "XCTestExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "UITestingExtensions",
      "targets" : [
        "UITestingExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCTestExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "XCTestExtensionsTests",
      "path" : "Tests/XCTestExtensionsTests",
      "sources" : [
        "XCTestExtensionsTests.swift",
        "XCTestManifests.swift",
        "XCTestRunnerTests.swift"
      ],
      "target_dependencies" : [
        "XCTestExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCTestExtensions",
      "module_type" : "SwiftTarget",
      "name" : "XCTestExtensions",
      "path" : "Sources/XCTestExtensions",
      "product_dependencies" : [
        "Matchable"
      ],
      "product_memberships" : [
        "XCTestExtensions"
      ],
      "sources" : [
        "XCTAssert+Collections.swift",
        "XCTAssert+Matching.swift",
        "XCTAssert+Result.swift",
        "XCTAssert+Types.swift",
        "XCTAssertEqual+Data.swift",
        "XCTAssertEqual+Result.swift",
        "XCTAssertEqual+String.swift",
        "XCTestCase+Combine.swift",
        "XCTestCase+JSON.swift",
        "XCTestCase+Resources.swift",
        "XCTestCase+WaitForAsync.swift",
        "XCTestMonitor.swift",
        "XCTestRunner.swift",
        "XCUIApplication+UITesting.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UITestingExtensions",
      "module_type" : "SwiftTarget",
      "name" : "UITestingExtensions",
      "path" : "Sources/UITestingExtensions",
      "product_memberships" : [
        "UITestingExtensions"
      ],
      "sources" : [
        "ProcessInfo+XCTestRuntime.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.