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

Failed to build swift-testing-revolutionary, reference 0.3.2 (c80b75), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 14 Sep 2024 13:14:44 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-testing-revolutionary-Package -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/giginet/swift-testing-revolutionary.git
Reference: 0.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/giginet/swift-testing-revolutionary
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at c80b75e Update dependencies
Cloned https://github.com/giginet/swift-testing-revolutionary.git
Revision (git rev-parse @):
c80b75e264739e5ecbd6b33ffc122ec8d827366a
SUCCESS checkout https://github.com/giginet/swift-testing-revolutionary.git at 0.3.2
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.10
Building package at path:  $PWD
https://github.com/giginet/swift-testing-revolutionary.git
Command line invocation:
    /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/swiftlang/swift-syntax.git
Fetching from https://github.com/apple/swift-testing.git
Fetching from https://github.com/apple/swift-argument-parser.git
Creating working copy of package ‘swift-syntax’
Checking out 510.0.3 of package ‘swift-syntax’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-testing’
Checking out 0.7.0 of package ‘swift-testing’
'swift-testing' dependency on 'https://github.com/apple/swift-syntax.git' conflicts with dependency on 'https://github.com/swiftlang/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Resolved source packages:
  swift-testing: https://github.com/apple/swift-testing.git @ 0.7.0
  swift-testing-revolutionary: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 510.0.3
resolved source packages: swift-testing, swift-testing-revolutionary, swift-argument-parser, swift-syntax
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.1",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-testing.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "swift-testing-revolutionary",
  "name" : "swift-testing-revolutionary",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-testing-revolutionary",
      "targets" : [
        "swift-testing-revolutionary"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "RevolutionKit",
      "targets" : [
        "RevolutionKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RevolutionaryPlugin",
      "targets" : [
        "RevolutionaryPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_testing_revolutionary",
      "module_type" : "SwiftTarget",
      "name" : "swift-testing-revolutionary",
      "path" : "Sources/swift-testing-revolutionary",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swift-testing-revolutionary",
        "RevolutionaryPlugin"
      ],
      "sources" : [
        "Command.swift"
      ],
      "target_dependencies" : [
        "RevolutionKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RevolutionaryPlugin",
      "module_type" : "PluginTarget",
      "name" : "RevolutionaryPlugin",
      "path" : "Plugins/RevolutionaryPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Convert XCTest cases to swift-testing",
          "type" : "custom",
          "verb" : "swift-testing-revolutionary"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Rewrite implementations",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "RevolutionaryPlugin"
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "swift-testing-revolutionary"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "RevolutionKitTests",
      "module_type" : "SwiftTarget",
      "name" : "RevolutionKitTests",
      "path" : "Tests/RevolutionKitTests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "AssertionsTests.swift",
        "ConversionTestFixture.swift",
        "ImportStatementTests.swift",
        "RunnerTests.swift",
        "SwiftTestingBridge.swift",
        "TestMethodNameConverterTests.swift",
        "TestMethodsTests.swift",
        "TestSuiteClassTests.swift"
      ],
      "target_dependencies" : [
        "RevolutionKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RevolutionKit",
      "module_type" : "SwiftTarget",
      "name" : "RevolutionKit",
      "path" : "Sources/RevolutionKit",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser"
      ],
      "product_memberships" : [
        "swift-testing-revolutionary",
        "RevolutionKit",
        "RevolutionaryPlugin"
      ],
      "sources" : [
        "Emitter.swift",
        "GlobalOptions.swift",
        "Rewriter/AssertionConverters/AssertionConverter.swift",
        "Rewriter/AssertionConverters/ErrorAssertionExpectConverters.swift",
        "Rewriter/AssertionConverters/InfixOperatorExpectConverters.swift",
        "Rewriter/AssertionConverters/SingleArgumentExpectConverters.swift",
        "Rewriter/AssertionConverters/XCTFailConverter.swift",
        "Rewriter/AssertionConverters/XCTUnwrapConverter.swift",
        "Rewriter/TestMethodNameConverter.swift",
        "Rewriter/XCTestRewriter+AssertionVisitor.swift",
        "Rewriter/XCTestRewriter+ClassVisitor.swift",
        "Rewriter/XCTestRewriter+ImportStatementVisitor.swift",
        "Rewriter/XCTestRewriter+MethodVisitor.swift",
        "Rewriter/XCTestRewriter.swift",
        "Runner.swift",
        "TestFileFinder.swift",
        "Utility/SwiftSyntax+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "RevolutionKit",
      "swift-testing-revolutionary",
      "swift-testing-revolutionary-Package",
      "Testing"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-testing-revolutionary-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme swift-testing-revolutionary-Package -destination platform=macOS,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
'swift-testing' dependency on 'https://github.com/apple/swift-syntax.git' conflicts with dependency on 'https://github.com/swiftlang/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Resolved source packages:
  swift-testing-revolutionary: /Users/admin/builder/spi-builder-workspace
  swift-testing: https://github.com/apple/swift-testing.git @ 0.7.0
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 510.0.3
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
Prepare packages
Compile plug-in “RevolutionaryPlugin” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/RevolutionaryPlugin
[debug]: Using compiler /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.dependencies/plugins'
[debug]: Computed hash of plugin compilation inputs: 438e38222321edc41e82fb9b05bd485da472a98385db4a89269c824d7223d574
error: fatalError
/Users/admin/builder/spi-builder-workspace/Plugins/RevolutionaryPlugin/Plugin.swift:32:30: error: value of type 'FileList.Element' (aka 'File') has no member 'url'
                .filter { $0.url.lastPathComponent.hasSuffix("Tests.swift") }
                          ~~ ^~~
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
** BUILD INTERRUPTED **
The following build commands failed:
	Compile plug-in “RevolutionaryPlugin” in package “spi-builder-workspace”
	eyJibHVlcHJpbnRQcm92aWRlcl9wcm92aWRlckZpbGVQYXRoU3RyaW5nIjoiXC9Vc2Vyc1wvYWRtaW5cL2J1aWxkZXJcL3NwaS1idWlsZGVyLXdvcmtzcGFjZSIsInR5cGUiOnsiYmx1ZXByaW50UHJvdmlkZXIiOnt9fX0=
(2 failures)
Command line invocation:
    /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme swift-testing-revolutionary-Package -destination platform=macOS,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
'swift-testing' dependency on 'https://github.com/apple/swift-syntax.git' conflicts with dependency on 'https://github.com/swiftlang/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Resolved source packages:
  swift-testing-revolutionary: /Users/admin/builder/spi-builder-workspace
  swift-testing: https://github.com/apple/swift-testing.git @ 0.7.0
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 510.0.3
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
Prepare packages
Compile plug-in “RevolutionaryPlugin” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/RevolutionaryPlugin
[debug]: Using compiler /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.dependencies/plugins'
[debug]: Computed hash of plugin compilation inputs: 438e38222321edc41e82fb9b05bd485da472a98385db4a89269c824d7223d574
error: fatalError
/Users/admin/builder/spi-builder-workspace/Plugins/RevolutionaryPlugin/Plugin.swift:32:30: error: value of type 'FileList.Element' (aka 'File') has no member 'url'
                .filter { $0.url.lastPathComponent.hasSuffix("Tests.swift") }
                          ~~ ^~~
Resolve Package Graph
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
** BUILD INTERRUPTED **
The following build commands failed:
	Compile plug-in “RevolutionaryPlugin” in package “spi-builder-workspace”
	eyJibHVlcHJpbnRQcm92aWRlcl9wcm92aWRlckZpbGVQYXRoU3RyaW5nIjoiXC9Vc2Vyc1wvYWRtaW5cL2J1aWxkZXJcL3NwaS1idWlsZGVyLXdvcmtzcGFjZSIsInR5cGUiOnsiYmx1ZXByaW50UHJvdmlkZXIiOnt9fX0=
(2 failures)
BUILD FAILURE 5.10 macosXcodebuild