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 Bunker, reference main (2d4436), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 26 Apr 2025 08:11:52 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Bunker -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Sam-Spencer/Bunker.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Sam-Spencer/Bunker
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2d4436a Update README.md
Cloned https://github.com/Sam-Spencer/Bunker.git
Revision (git rev-parse @):
2d4436a5d1501ab8dd384babba9170f89528ff80
SUCCESS checkout https://github.com/Sam-Spencer/Bunker.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Sam-Spencer/Bunker.git
https://github.com/Sam-Spencer/Bunker.git
{
  "dependencies" : [
    {
      "identity" : "securepropertystorage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/alexruperez/SecurePropertyStorage"
    }
  ],
  "manifest_display_name" : "Bunker",
  "name" : "Bunker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Bunker",
      "targets" : [
        "Bunker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BunkerTests",
      "module_type" : "SwiftTarget",
      "name" : "BunkerTests",
      "path" : "Tests/BunkerTests",
      "sources" : [
        "BunkerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Bunker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bunker",
      "module_type" : "SwiftTarget",
      "name" : "Bunker",
      "path" : "Sources/Bunker",
      "product_dependencies" : [
        "SecurePropertyStorage"
      ],
      "product_memberships" : [
        "Bunker"
      ],
      "sources" : [
        "Bunker.swift",
        "BunkerNotifier.swift",
        "BunkerResource.swift",
        "BunkerSearch.swift",
        "BunkerSource.swift",
        "SearchBar.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/alexruperez/SecurePropertyStorage
Creating working copy of package ‘SecurePropertyStorage’
Checking out 0.8.0 of package ‘SecurePropertyStorage’
Resolve Package Graph
Resolved source packages:
  Bunker: /Users/admin/builder/spi-builder-workspace
  SecurePropertyStorage: https://github.com/alexruperez/SecurePropertyStorage @ 0.8.0
resolved source packages: Bunker, SecurePropertyStorage
{
  "dependencies" : [
    {
      "identity" : "securepropertystorage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/alexruperez/SecurePropertyStorage"
    }
  ],
  "manifest_display_name" : "Bunker",
  "name" : "Bunker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Bunker",
      "targets" : [
        "Bunker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BunkerTests",
      "module_type" : "SwiftTarget",
      "name" : "BunkerTests",
      "path" : "Tests/BunkerTests",
      "sources" : [
        "BunkerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Bunker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bunker",
      "module_type" : "SwiftTarget",
      "name" : "Bunker",
      "path" : "Sources/Bunker",
      "product_dependencies" : [
        "SecurePropertyStorage"
      ],
      "product_memberships" : [
        "Bunker"
      ],
      "sources" : [
        "Bunker.swift",
        "BunkerNotifier.swift",
        "BunkerResource.swift",
        "BunkerSearch.swift",
        "BunkerSource.swift",
        "SearchBar.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Bunker"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Bunker -destination platform=macOS,arch=arm64 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 Bunker -destination platform=macOS,arch=arm64 "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
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SecurePropertyStorage: https://github.com/alexruperez/SecurePropertyStorage @ 0.8.0
  Bunker: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'Bunker' in project 'Bunker'
        ➜ Explicit dependency on target 'Bunker' in project 'Bunker'
        ➜ Explicit dependency on target 'SecurePropertyStorage' in project 'SecurePropertyStorage'
    Target 'Bunker' in project 'Bunker'
        ➜ Explicit dependency on target 'SecurePropertyStorage' in project 'SecurePropertyStorage'
    Target 'SecurePropertyStorage' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Storage' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'UserDefault' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Singleton' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Keychain' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Inject' in project 'SecurePropertyStorage'
    Target 'Inject' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Storage' in project 'SecurePropertyStorage'
    Target 'Singleton' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Storage' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Keychain' in project 'SecurePropertyStorage'
    Target 'UserDefault' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Storage' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Keychain' in project 'SecurePropertyStorage'
    Target 'Keychain' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Storage' in project 'SecurePropertyStorage'
    Target 'Storage' in project 'SecurePropertyStorage' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 58da6071f57628f34345685299aba4f4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/58da6071f57628f34345685299aba4f4.xcbuilddata
error: The package product 'SecurePropertyStorage' requires minimum platform version 11.0 for the macOS platform, but this target supports 10.15 (in target 'Bunker' from project 'Bunker')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:9dea90481efa6e349129bed232c0f2ad5557cc6f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:9dea90481efa6e349129bed232c0f2ad5557cc6f, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:9dea90481efa6e349129bed232c0f2ad5557cc6f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:9dea90481efa6e349129bed232c0f2ad5557cc6f, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Bunker
(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
Resolve Package Graph
Resolved source packages:
  SecurePropertyStorage: https://github.com/alexruperez/SecurePropertyStorage @ 0.8.0
  Bunker: /Users/admin/builder/spi-builder-workspace
resolved source packages: SecurePropertyStorage, Bunker
{
  "dependencies" : [
    {
      "identity" : "securepropertystorage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/alexruperez/SecurePropertyStorage"
    }
  ],
  "manifest_display_name" : "Bunker",
  "name" : "Bunker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Bunker",
      "targets" : [
        "Bunker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BunkerTests",
      "module_type" : "SwiftTarget",
      "name" : "BunkerTests",
      "path" : "Tests/BunkerTests",
      "sources" : [
        "BunkerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Bunker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bunker",
      "module_type" : "SwiftTarget",
      "name" : "Bunker",
      "path" : "Sources/Bunker",
      "product_dependencies" : [
        "SecurePropertyStorage"
      ],
      "product_memberships" : [
        "Bunker"
      ],
      "sources" : [
        "Bunker.swift",
        "BunkerNotifier.swift",
        "BunkerResource.swift",
        "BunkerSearch.swift",
        "BunkerSource.swift",
        "SearchBar.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Bunker"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Bunker -destination platform=macOS,arch=arm64
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 Bunker -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  Bunker: /Users/admin/builder/spi-builder-workspace
  SecurePropertyStorage: https://github.com/alexruperez/SecurePropertyStorage @ 0.8.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'Bunker' in project 'Bunker'
        ➜ Explicit dependency on target 'Bunker' in project 'Bunker'
        ➜ Explicit dependency on target 'SecurePropertyStorage' in project 'SecurePropertyStorage'
    Target 'Bunker' in project 'Bunker'
        ➜ Explicit dependency on target 'SecurePropertyStorage' in project 'SecurePropertyStorage'
    Target 'SecurePropertyStorage' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Storage' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'UserDefault' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Singleton' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Keychain' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Inject' in project 'SecurePropertyStorage'
    Target 'Inject' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Storage' in project 'SecurePropertyStorage'
    Target 'Singleton' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Storage' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Keychain' in project 'SecurePropertyStorage'
    Target 'UserDefault' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Storage' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Keychain' in project 'SecurePropertyStorage'
    Target 'Keychain' in project 'SecurePropertyStorage'
        ➜ Explicit dependency on target 'Storage' in project 'SecurePropertyStorage'
    Target 'Storage' in project 'SecurePropertyStorage' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 9f36f117fe7b51173eafaf974e7ecd92
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9f36f117fe7b51173eafaf974e7ecd92.xcbuilddata
error: The package product 'SecurePropertyStorage' requires minimum platform version 11.0 for the macOS platform, but this target supports 10.15 (in target 'Bunker' from project 'Bunker')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:9dea90481efa6e349129bed232c0f2ad5557cc6f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:9dea90481efa6e349129bed232c0f2ad5557cc6f, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:9dea90481efa6e349129bed232c0f2ad5557cc6f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:9dea90481efa6e349129bed232c0f2ad5557cc6f, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Bunker
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild