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 main (924b73), with Swift 6.1 for iOS using Xcode 16.3 on 29 Apr 2025 18:48:17 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alemar11/AdvancedOperation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 924b731 7.1.0
Cloned https://github.com/alemar11/AdvancedOperation.git
Revision (git rev-parse @):
924b731eb236eb87c659cf12a60fdee9f560728e
SUCCESS checkout https://github.com/alemar11/AdvancedOperation.git at main
========================================
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: b17e5efbcb96ba9555b6b22d4c68437e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b17e5efbcb96ba9555b6b22d4c68437e.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: f617de287e7a62efe2e1fd7b67eda117
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f617de287e7a62efe2e1fd7b67eda117.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