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 MapleBacon, reference master (d5b592), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 20:11:50 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JanGorman/MapleBacon.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JanGorman/MapleBacon
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d5b5929 Merge pull request #332 from JanGorman/dependabot/bundler/fastlane-2.227.1
Cloned https://github.com/JanGorman/MapleBacon.git
Revision (git rev-parse @):
d5b5929096bb0d1a3957770e4ae7be63398cbc49
SUCCESS checkout https://github.com/JanGorman/MapleBacon.git at master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/JanGorman/MapleBacon.git
https://github.com/JanGorman/MapleBacon.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MapleBacon",
  "name" : "MapleBacon",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "MapleBacon",
      "targets" : [
        "MapleBacon"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MapleBacon",
      "module_type" : "SwiftTarget",
      "name" : "MapleBacon",
      "path" : "MapleBacon",
      "product_memberships" : [
        "MapleBacon"
      ],
      "sources" : [
        "Core/Cache/Cache.swift",
        "Core/Cache/CacheClearOptions.swift",
        "Core/Cache/CacheResult.swift",
        "Core/Cache/DiskCache.swift",
        "Core/Cache/MemoryCache.swift",
        "Core/DisplayOptions.swift",
        "Core/Download.swift",
        "Core/Downloader.swift",
        "Core/ImageTransforming.swift",
        "Core/MapleBacon.swift",
        "Extensions/CGSize+MapleBacon.swift",
        "Extensions/Data+MapleBacon.swift",
        "Extensions/DataConvertible.swift",
        "Extensions/DispatchQueue+MapleBacon.swift",
        "Extensions/DownsamplingImageTransformer.swift",
        "Extensions/FileManager.swift",
        "Extensions/TimePeriod.swift",
        "Extensions/UIImageView+MapleBacon.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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" : "MapleBacon",
  "name" : "MapleBacon",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "MapleBacon",
      "targets" : [
        "MapleBacon"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MapleBacon",
      "module_type" : "SwiftTarget",
      "name" : "MapleBacon",
      "path" : "MapleBacon",
      "product_memberships" : [
        "MapleBacon"
      ],
      "sources" : [
        "Core/Cache/Cache.swift",
        "Core/Cache/CacheClearOptions.swift",
        "Core/Cache/CacheResult.swift",
        "Core/Cache/DiskCache.swift",
        "Core/Cache/MemoryCache.swift",
        "Core/DisplayOptions.swift",
        "Core/Download.swift",
        "Core/Downloader.swift",
        "Core/ImageTransforming.swift",
        "Core/MapleBacon.swift",
        "Extensions/CGSize+MapleBacon.swift",
        "Extensions/Data+MapleBacon.swift",
        "Extensions/DataConvertible.swift",
        "Extensions/DispatchQueue+MapleBacon.swift",
        "Extensions/DownsamplingImageTransformer.swift",
        "Extensions/FileManager.swift",
        "Extensions/TimePeriod.swift",
        "Extensions/UIImageView+MapleBacon.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "MapleBacon",
    "schemes" : [
      "MapleBacon"
    ],
    "targets" : [
      "MapleBacon",
      "MapleBaconTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MapleBacon -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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 MapleBacon -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'MapleBacon' in project 'MapleBacon' (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: 103e02ca5d9c174f3f21dc605ecedfe5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/103e02ca5d9c174f3f21dc605ecedfe5.xcbuilddata
/Users/admin/builder/spi-builder-workspace/MapleBacon.xcodeproj: error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "CPRVB9W254" with a private key was found. (in target 'MapleBacon' from project 'MapleBacon')
** BUILD FAILED **
The following build commands failed:
	Building project MapleBacon with scheme MapleBacon
(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" : "MapleBacon",
  "name" : "MapleBacon",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "MapleBacon",
      "targets" : [
        "MapleBacon"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MapleBacon",
      "module_type" : "SwiftTarget",
      "name" : "MapleBacon",
      "path" : "MapleBacon",
      "product_memberships" : [
        "MapleBacon"
      ],
      "sources" : [
        "Core/Cache/Cache.swift",
        "Core/Cache/CacheClearOptions.swift",
        "Core/Cache/CacheResult.swift",
        "Core/Cache/DiskCache.swift",
        "Core/Cache/MemoryCache.swift",
        "Core/DisplayOptions.swift",
        "Core/Download.swift",
        "Core/Downloader.swift",
        "Core/ImageTransforming.swift",
        "Core/MapleBacon.swift",
        "Extensions/CGSize+MapleBacon.swift",
        "Extensions/Data+MapleBacon.swift",
        "Extensions/DataConvertible.swift",
        "Extensions/DispatchQueue+MapleBacon.swift",
        "Extensions/DownsamplingImageTransformer.swift",
        "Extensions/FileManager.swift",
        "Extensions/TimePeriod.swift",
        "Extensions/UIImageView+MapleBacon.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "MapleBacon",
    "schemes" : [
      "MapleBacon"
    ],
    "targets" : [
      "MapleBacon",
      "MapleBaconTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MapleBacon -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 MapleBacon -destination generic/platform=iOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'MapleBacon' in project 'MapleBacon' (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: 97613157af7a3136c82c44459600ec8b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/97613157af7a3136c82c44459600ec8b.xcbuilddata
/Users/admin/builder/spi-builder-workspace/MapleBacon.xcodeproj: error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "CPRVB9W254" with a private key was found. (in target 'MapleBacon' from project 'MapleBacon')
** BUILD FAILED **
The following build commands failed:
	Building project MapleBacon with scheme MapleBacon
(1 failure)
BUILD FAILURE 6.1 iOS