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 AdvancedOperation, reference 7.1.0 (dd1f06), with Swift 6.1 for iOS using Xcode 16.3 on 29 Apr 2025 18:47:35 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AdvancedOperation -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alemar11/AdvancedOperation.git
Reference: 7.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alemar11/AdvancedOperation
 * tag               7.1.0      -> FETCH_HEAD
HEAD is now at dd1f065 7.1.0
Cloned https://github.com/alemar11/AdvancedOperation.git
Revision (git rev-parse @):
dd1f0656230de2902e174e4c6e5d889602904161
SUCCESS checkout https://github.com/alemar11/AdvancedOperation.git at 7.1.0
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alemar11/AdvancedOperation.git
https://github.com/alemar11/AdvancedOperation.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AdvancedOperation",
  "name" : "AdvancedOperation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AdvancedOperation",
      "targets" : [
        "AdvancedOperation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "AdvancedOperationTests",
      "module_type" : "SwiftTarget",
      "name" : "AdvancedOperationTests",
      "path" : "Tests/AdvancedOperationTests",
      "sources" : [
        "Core/AsynchronousOperationTests.swift",
        "Core/OperationStateTests.swift",
        "Core/OperationUtilsTests.swift",
        "Core/ProgressReportingTests.swift",
        "Helpers/Mocks.swift",
        "Helpers/XCTestCase+Utils.swift",
        "Operations/AsynchronousBlockOperationTests.swift",
        "Operations/AsynchronousCancellableBlockOperationTests.swift",
        "Operations/FailableAsynchronousOperationTests.swift",
        "Operations/GroupOperationTests.swift",
        "Operations/ResultOperationTests.swift"
      ],
      "target_dependencies" : [
        "AdvancedOperation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AdvancedOperation",
      "module_type" : "SwiftTarget",
      "name" : "AdvancedOperation",
      "path" : "Sources",
      "product_memberships" : [
        "AdvancedOperation"
      ],
      "sources" : [
        "Core/AdvancedOperation.swift",
        "Core/AsynchronousOperation.swift",
        "Core/Operation+Utils.swift",
        "Operations/AsynchronousBlockOperation.swift",
        "Operations/AsynchronousCancellableBlockOperation.swift",
        "Operations/FailableAsyncOperation.swift",
        "Operations/GroupOperation.swift",
        "Operations/ResultOperation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AdvancedOperation",
  "name" : "AdvancedOperation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AdvancedOperation",
      "targets" : [
        "AdvancedOperation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "AdvancedOperationTests",
      "module_type" : "SwiftTarget",
      "name" : "AdvancedOperationTests",
      "path" : "Tests/AdvancedOperationTests",
      "sources" : [
        "Core/AsynchronousOperationTests.swift",
        "Core/OperationStateTests.swift",
        "Core/OperationUtilsTests.swift",
        "Core/ProgressReportingTests.swift",
        "Helpers/Mocks.swift",
        "Helpers/XCTestCase+Utils.swift",
        "Operations/AsynchronousBlockOperationTests.swift",
        "Operations/AsynchronousCancellableBlockOperationTests.swift",
        "Operations/FailableAsynchronousOperationTests.swift",
        "Operations/GroupOperationTests.swift",
        "Operations/ResultOperationTests.swift"
      ],
      "target_dependencies" : [
        "AdvancedOperation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AdvancedOperation",
      "module_type" : "SwiftTarget",
      "name" : "AdvancedOperation",
      "path" : "Sources",
      "product_memberships" : [
        "AdvancedOperation"
      ],
      "sources" : [
        "Core/AdvancedOperation.swift",
        "Core/AsynchronousOperation.swift",
        "Core/Operation+Utils.swift",
        "Operations/AsynchronousBlockOperation.swift",
        "Operations/AsynchronousCancellableBlockOperation.swift",
        "Operations/FailableAsyncOperation.swift",
        "Operations/GroupOperation.swift",
        "Operations/ResultOperation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "AdvancedOperation",
    "schemes" : [
      "AdvancedOperation"
    ],
    "targets" : [
      "AdvancedOperation",
      "AdvancedOperation Tests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AdvancedOperation -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.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 AdvancedOperation -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'AdvancedOperation' in project 'AdvancedOperation' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: e0c77e8298db66038bb4a32ecad75b6e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e0c77e8298db66038bb4a32ecad75b6e.xcbuilddata
/Users/admin/builder/spi-builder-workspace/AdvancedOperation.xcodeproj: error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "XQEAXK7Y68" with a private key was found. (in target 'AdvancedOperation' from project 'AdvancedOperation')
** BUILD FAILED **
The following build commands failed:
	Building project AdvancedOperation with scheme AdvancedOperation
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AdvancedOperation",
  "name" : "AdvancedOperation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AdvancedOperation",
      "targets" : [
        "AdvancedOperation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "AdvancedOperationTests",
      "module_type" : "SwiftTarget",
      "name" : "AdvancedOperationTests",
      "path" : "Tests/AdvancedOperationTests",
      "sources" : [
        "Core/AsynchronousOperationTests.swift",
        "Core/OperationStateTests.swift",
        "Core/OperationUtilsTests.swift",
        "Core/ProgressReportingTests.swift",
        "Helpers/Mocks.swift",
        "Helpers/XCTestCase+Utils.swift",
        "Operations/AsynchronousBlockOperationTests.swift",
        "Operations/AsynchronousCancellableBlockOperationTests.swift",
        "Operations/FailableAsynchronousOperationTests.swift",
        "Operations/GroupOperationTests.swift",
        "Operations/ResultOperationTests.swift"
      ],
      "target_dependencies" : [
        "AdvancedOperation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AdvancedOperation",
      "module_type" : "SwiftTarget",
      "name" : "AdvancedOperation",
      "path" : "Sources",
      "product_memberships" : [
        "AdvancedOperation"
      ],
      "sources" : [
        "Core/AdvancedOperation.swift",
        "Core/AsynchronousOperation.swift",
        "Core/Operation+Utils.swift",
        "Operations/AsynchronousBlockOperation.swift",
        "Operations/AsynchronousCancellableBlockOperation.swift",
        "Operations/FailableAsyncOperation.swift",
        "Operations/GroupOperation.swift",
        "Operations/ResultOperation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "AdvancedOperation",
    "schemes" : [
      "AdvancedOperation"
    ],
    "targets" : [
      "AdvancedOperation",
      "AdvancedOperation Tests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AdvancedOperation -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-16.3.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 AdvancedOperation -destination generic/platform=iOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'AdvancedOperation' in project 'AdvancedOperation' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 2c603d65ded832391d8d2c043c8c94ab
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2c603d65ded832391d8d2c043c8c94ab.xcbuilddata
/Users/admin/builder/spi-builder-workspace/AdvancedOperation.xcodeproj: error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "XQEAXK7Y68" with a private key was found. (in target 'AdvancedOperation' from project 'AdvancedOperation')
** BUILD FAILED **
The following build commands failed:
	Building project AdvancedOperation with scheme AdvancedOperation
(1 failure)
BUILD FAILURE 6.1 iOS